Rclone dont migrate all files

Hi guys, how are you?

first at all, sorry about my english, i'm not US native (brazilian person) and sometimes, i have alot of mistakes in grammatical mode.
i'm trying to migrate a cloud drive (from my google drive to a shared drive) but i don't know why, it's not migrating all the files.
the process ends up passing around 300k of file, but the total is more than that.
the rclone dont show me any error or bug, just finish without all files
I've already tried using the sync command and also copy.

the rclone, are there any limitations? below have all commands i tried

that was my frist try

rclone sync anapro:\charles\ anapro-td:\ Migração-Anapro\ -P --drive-acknowledge-abuse --ignore-size --ignore-existing --drive-alternate-export --retries 3 --log-file=logs.txt

that was my second try

rclone copy anapro:\driveconsultoria\ anapro-td:\MigracaoTeste\ -P --drive-acknowledge-abuse --ignore-size --ignore-existing --drive-alternate-export --retries 3 --log-file=logs.txt

anyone can help me with that?
thanks!

hello and welcome to the forum,

  • post the config file, remove the id/password/token/secret

  • post the output of rclone version

  • need to see a debug log file.

  1. delete the existing log file
  2. add --log-level=DEBUG to the command.
  3. run the command.
  4. post the entire log.

if the log is very large, post to https://pastebin.com or https://gist.github.com

how i can get the config file? in rclone folder?

rclone config file

post the config file, remove the id/password/token/secret

config file
https://pastebin.com/wbjjkswK

debug file
https://pastebin.com/gzkmHJ2M

is that all?

i'm trying to sync "anapro" to a new drive "anapro -td"

That debug log isn't a rclone log. What program is that?

A rclone log would look something like this:

felix@gemini:~$ rclone lsd GD: -vv
2021/11/03 13:00:57 DEBUG : Setting --config "/opt/rclone/rclone.conf" from environment variable RCLONE_CONFIG="/opt/rclone/rclone.conf"
2021/11/03 13:00:57 DEBUG : Setting --user-agent "animosityapp" from environment variable RCLONE_USER_AGENT="animosityapp"
2021/11/03 13:00:57 DEBUG : Setting --rc-user "felix" from environment variable RCLONE_RC_USER="felix"
2021/11/03 13:00:57 DEBUG : Setting --rc-pass "felix" from environment variable RCLONE_RC_PASS="felix"
2021/11/03 13:00:57 DEBUG : Setting default for drive-pacer-min-sleep="10ms" from environment variable RCLONE_DRIVE_PACER_MIN_SLEEP
2021/11/03 13:00:57 DEBUG : Setting default for drive-pacer-burst="1000" from environment variable RCLONE_DRIVE_PACER_BURST
2021/11/03 13:00:57 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "lsd" "GD:" "-vv"]
2021/11/03 13:00:57 DEBUG : Creating backend with remote "GD:"
2021/11/03 13:00:57 DEBUG : Using config file from "/opt/rclone/rclone.conf"
2021/11/03 13:00:57 DEBUG : Setting drive_pacer_min_sleep="10ms" from environment variable RCLONE_DRIVE_PACER_MIN_SLEEP
2021/11/03 13:00:57 DEBUG : Setting drive_pacer_burst="1000" from environment variable RCLONE_DRIVE_PACER_BURST
2021/11/03 13:00:57 DEBUG : GD: detected overridden config - adding "{TKSWb}" suffix to name
2021/11/03 13:00:57 DEBUG : Setting drive_pacer_min_sleep="10ms" from environment variable RCLONE_DRIVE_PACER_MIN_SLEEP
2021/11/03 13:00:57 DEBUG : Setting drive_pacer_burst="1000" from environment variable RCLONE_DRIVE_PACER_BURST
2021/11/03 13:00:57 DEBUG : fs cache: renaming cache item "GD:" to be canonical "GD{TKSWb}:"
          -1 2019-09-29 21:57:58        -1 crypt
          -1 2021-11-02 09:50:04        -1 test
2021/11/03 13:00:58 DEBUG : 4 go routines active

Rclone, but 1.5.3 version

i'm dowloading a new version and i'll try again run the code with debug file, i'll back in hours with notices..

That's not a 1.53 debug log either.

i don't know how what happen..
i did add the in the final of code " --log-level=DEBUG"
and,

i just searched in my rclone folder,
and that is the file result

or have any command to do after, to get a "new" DEBUG log?

I don't know what you are running or trying to run as you haven't shared anything and in Brazil, I can't see your screen from here :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.