Rclone copy does not stop uploading the files again and again

Hello, sorry for the wait, I’ve been reading: https://rclone.org/commands/rclone_dedupe/

I currently have these files in the mega account in the anime folder: 1.mkv 2.mvk

When rclone copy uploads a duplicate file, it is sent directly to the mega trash folder and would look like this:

Anime folder: 1.mkv 2.mkv

mega trash: 1.mkv

I then execute the command:

root @ ns376896: / home # rclone lsl mega:
440360774 2019-04-12 19: 32: 10.000000000 anime / 1.mkv
440360774 2019-04-12 20: 16: 43.000000000 anime / 2.mkv

rclone does not detect the files in the trash, so I can not use the rclone dedupe mega command:

I do not know if I have explained myself very well

What are you running to see duplicate files?

Are you using size-only?

Can you share what you are running with -vv on it that shows the duplicate upload?

I tested with 100M file and it works like a charm with size-only.

[felix@gemini data]$ rclone copy 100M.out mega: --size-only -vv -P
2019/04/12 14:57:28 DEBUG : rclone: Version "v1.46" starting with parameters ["rclone" "copy" "100M.out" "mega:" "--size-only" "-vv" "-P"]
2019/04/12 14:57:28 DEBUG : Using config file from "/opt/rclone/rclone.conf"
2019-04-12 14:57:30 DEBUG : 100M.out: Couldn't find file - need to transfer
2019-04-12 14:57:51 INFO  : 100M.out: Copied (new)
Transferred:   	      100M / 100 MBytes, 100%, 4.507 MBytes/s, ETA 0s
Errors:                 0
Checks:                 0 / 0, -
Transferred:            1 / 1, 100%
Elapsed time:       22.1s
2019/04/12 14:57:51 INFO  :
Transferred:   	      100M / 100 MBytes, 100%, 4.507 MBytes/s, ETA 0s
Errors:                 0
Checks:                 0 / 0, -
Transferred:            1 / 1, 100%
Elapsed time:       22.1s

2019/04/12 14:57:51 DEBUG : 15 go routines active
2019/04/12 14:57:51 DEBUG : rclone: Version "v1.46" finishing with parameters ["rclone" "copy" "100M.out" "mega:" "--size-only" "-vv" "-P"]
[felix@gemini data]$
[felix@gemini data]$
[felix@gemini data]$
[felix@gemini data]$ rclone copy 100M.out mega: --size-only -vv -P
2019/04/12 14:57:55 DEBUG : rclone: Version "v1.46" starting with parameters ["rclone" "copy" "100M.out" "mega:" "--size-only" "-vv" "-P"]
2019/04/12 14:57:55 DEBUG : Using config file from "/opt/rclone/rclone.conf"
2019-04-12 14:57:57 DEBUG : 100M.out: Sizes identical
2019-04-12 14:57:57 DEBUG : 100M.out: Unchanged skipping
Transferred:   	         0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 0
Checks:                 1 / 1, 100%
Transferred:            0 / 0, -
Elapsed time:          2s
2019/04/12 14:57:57 INFO  :
Transferred:   	         0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 0
Checks:                 1 / 1, 100%
Transferred:            0 / 0, -
Elapsed time:          2s

2019/04/12 14:57:57 DEBUG : 9 go routines active
2019/04/12 14:57:57 DEBUG : rclone: Version "v1.46" finishing with parameters ["rclone" "copy" "100M.out" "mega:" "--size-only" "-vv" "-P"]

Normally it happens to me with bigger files, now I will do a test and I will pass the log to you, I am thinking and it may be because of the fact that I have a crontab that executes the command every 5 minutes?

  • / 5 * * * * /home/rclonemvmega.sh

#! / bin / bash
if pidof -o% PPID -x “rclonemvmega.sh”; then
exit 1
fi
rclone copy / home / mega downloads: anime / --size-only -vv --no-traverse --log-file=/home/rclone-uploadmega.log

exit

A huge log makes things really hard to figure out.

Why not just run 1 file and re-run that problematic file again and see if it works.

If that works, try a folder and expand it.

I’m sorry, I did not understand you

Right now I am downloading a torrent, which is 1.25GB in size and has 12 files, when it is completed it moves to the downloads folder and then the rclone command works every 5 minutes with the following command:

rclone copy /home/downloads mega:anime --size-only -vv -P --no-traverse --log-file = / home / rclone-uploadmega.log

And they will be automatically uploaded to the mega account, and that is when the files are duplicated and moved to the trash and they keep climbing until the mega space is full.

When a file is duplicated I will pass the log.

Thank you for your patience

Right now he’s uploading the files over and over and going to the trash

2019/04/12 21:10:03 INFO  : mega root 'anime': Waiting for checks to finish
2019/04/12 21:10:03 INFO  : mega root 'anime': Waiting for transfers to finish
2019/04/12 21:10:03 INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 0
Checks:                 0 / 0, -
Transferred:            0 / 0, -
Elapsed time:        1.8s

2019/04/12 21:10:03 DEBUG : 8 go routines active
2019/04/12 21:10:03 DEBUG : rclone: Version "v1.46" finishing with parameters ["rclone" "copy" "/home/descargas" "mega:anime/" "--size-only" "-vv" "-P" "--no-traverse" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:15:01 DEBUG : rclone: Version "v1.46" starting with parameters ["rclone" "copy" "/home/descargas" "mega:anime/" "--size-only" "-vv" "-P" "--no-traverse" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:15:01 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2019/04/12 21:15:03 INFO  : mega root 'anime': Waiting for checks to finish
2019/04/12 21:15:03 INFO  : mega root 'anime': Waiting for transfers to finish
2019/04/12 21:15:03 INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 0
Checks:                 0 / 0, -
Transferred:            0 / 0, -
Elapsed time:        1.8s

2019/04/12 21:15:03 DEBUG : 7 go routines active
2019/04/12 21:15:03 DEBUG : rclone: Version "v1.46" finishing with parameters ["rclone" "copy" "/home/descargas" "mega:anime/" "--size-only" "-vv" "-P" "--no-traverse" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:20:01 DEBUG : rclone: Version "v1.46" starting with parameters ["rclone" "copy" "/home/descargas" "mega:anime/" "--size-only" "-vv" "-P" "--no-traverse" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:20:01 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2019/04/12 21:20:03 INFO  : mega root 'anime': Waiting for checks to finish
2019/04/12 21:20:03 INFO  : mega root 'anime': Waiting for transfers to finish
2019/04/12 21:20:46 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 01 [720p][BF4E871D].mkv: Copied (new)
2019/04/12 21:20:48 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 02 [720p][3F4FF13E].mkv: Copied (new)
2019/04/12 21:20:48 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 03 [720p][7E96FED8].mkv: Copied (new)
2019/04/12 21:20:48 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 04 [720p][F2A13F13].mkv: Copied (new)
2019/04/12 21:21:34 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 05 [720p][148417C9].mkv: Copied (new)
2019/04/12 21:21:38 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 07 [720p][E5F758FF].mkv: Copied (new)
2019/04/12 21:22:31 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 10 [720p][A3785ABD].mkv: Copied (new)
2019/04/12 21:22:35 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 08 [720p][33A344D4].mkv: Copied (new)
2019/04/12 21:22:58 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 06 [720p][96F58305].mkv: Copied (new)
2019/04/12 21:23:16 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 09 [720p][87738C73].mkv: Copied (new)
2019/04/12 21:23:53 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 12 [720p][A91188E4][V2].mkv: Copied (new)
2019/04/12 21:24:06 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 11 [720p][29DE35EE].mkv: Copied (new)
2019/04/12 21:24:06 INFO  :
Transferred:        1.252G / 1.252 GBytes, 100%, 5.243 MBytes/s, ETA 0s
Errors:                 0
Checks:                 0 / 0, -
Transferred:           12 / 12, 100%
Elapsed time:      4m4.5s

2019/04/12 21:24:06 DEBUG : 15 go routines active
2019/04/12 21:24:06 DEBUG : rclone: Version "v1.46" finishing with parameters ["rclone" "copy" "/home/descargas" "mega:anime/" "--size-only" "-vv" "-P" "--no-traverse" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:25:02 DEBUG : rclone: Version "v1.46" starting with parameters ["rclone" "copy" "/home/descargas" "mega:anime" "--size-only" "-vv" "-P" "--no-traverse" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:25:02 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2019/04/12 21:25:04 INFO  : mega root 'anime': Waiting for checks to finish
2019/04/12 21:25:04 INFO  : mega root 'anime': Waiting for transfers to finish
2019/04/12 21:25:46 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 01 [720p][BF4E871D].mkv: Copied (new)
2019/04/12 21:25:46 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 02 [720p][3F4FF13E].mkv: Copied (new)
2019/04/12 21:25:48 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 03 [720p][7E96FED8].mkv: Copied (new)
2019/04/12 21:25:50 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 04 [720p][F2A13F13].mkv: Copied (new)
2019/04/12 21:26:29 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 05 [720p][148417C9].mkv: Copied (new)
2019/04/12 21:26:32 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 06 [720p][96F58305].mkv: Copied (new)
2019/04/12 21:26:34 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 07 [720p][E5F758FF].mkv: Copied (new)
2019/04/12 21:26:39 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 08 [720p][33A344D4].mkv: Copied (new)
root@ns376896:/home# clear
root@ns376896:/home# cat rclone-uploadmega.log
2019/04/12 21:10:01 DEBUG : rclone: Version "v1.46" starting with parameters ["rclone" "copy" "/home/descargas" "mega:anime/" "--size-only" "-vv" "-P" "--no-traverse" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:10:01 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2019/04/12 21:10:03 INFO  : mega root 'anime': Waiting for checks to finish
2019/04/12 21:10:03 INFO  : mega root 'anime': Waiting for transfers to finish
2019/04/12 21:10:03 INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 0
Checks:                 0 / 0, -
Transferred:            0 / 0, -
Elapsed time:        1.8s

2019/04/12 21:10:03 DEBUG : 8 go routines active
2019/04/12 21:10:03 DEBUG : rclone: Version "v1.46" finishing with parameters ["rclone" "copy" "/home/descargas" "mega:anime/" "--size-only" "-vv" "-P" "--no-traverse" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:15:01 DEBUG : rclone: Version "v1.46" starting with parameters ["rclone" "copy" "/home/descargas" "mega:anime/" "--size-only" "-vv" "-P" "--no-traverse" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:15:01 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2019/04/12 21:15:03 INFO  : mega root 'anime': Waiting for checks to finish
2019/04/12 21:15:03 INFO  : mega root 'anime': Waiting for transfers to finish
2019/04/12 21:15:03 INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 0
Checks:                 0 / 0, -
Transferred:            0 / 0, -
Elapsed time:        1.8s

2019/04/12 21:15:03 DEBUG : 7 go routines active
2019/04/12 21:15:03 DEBUG : rclone: Version "v1.46" finishing with parameters ["rclone" "copy" "/home/descargas" "mega:anime/" "--size-only" "-vv" "-P" "--no-traverse" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:20:01 DEBUG : rclone: Version "v1.46" starting with parameters ["rclone" "copy" "/home/descargas" "mega:anime/" "--size-only" "-vv" "-P" "--no-traverse" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:20:01 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2019/04/12 21:20:03 INFO  : mega root 'anime': Waiting for checks to finish
2019/04/12 21:20:03 INFO  : mega root 'anime': Waiting for transfers to finish
2019/04/12 21:20:46 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 01 [720p][BF4E871D].mkv: Copied (new)
2019/04/12 21:20:48 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 02 [720p][3F4FF13E].mkv: Copied (new)
2019/04/12 21:20:48 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 03 [720p][7E96FED8].mkv: Copied (new)
2019/04/12 21:20:48 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 04 [720p][F2A13F13].mkv: Copied (new)
2019/04/12 21:21:34 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 05 [720p][148417C9].mkv: Copied (new)
2019/04/12 21:21:38 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 07 [720p][E5F758FF].mkv: Copied (new)
2019/04/12 21:22:31 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 10 [720p][A3785ABD].mkv: Copied (new)
2019/04/12 21:22:35 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 08 [720p][33A344D4].mkv: Copied (new)
2019/04/12 21:22:58 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 06 [720p][96F58305].mkv: Copied (new)
2019/04/12 21:23:16 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 09 [720p][87738C73].mkv: Copied (new)
2019/04/12 21:23:53 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 12 [720p][A91188E4][V2].mkv: Copied (new)
2019/04/12 21:24:06 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 11 [720p][29DE35EE].mkv: Copied (new)
2019/04/12 21:24:06 INFO  :
Transferred:        1.252G / 1.252 GBytes, 100%, 5.243 MBytes/s, ETA 0s
Errors:                 0
Checks:                 0 / 0, -
Transferred:           12 / 12, 100%
Elapsed time:      4m4.5s

2019/04/12 21:24:06 DEBUG : 15 go routines active
2019/04/12 21:24:06 DEBUG : rclone: Version "v1.46" finishing with parameters ["rclone" "copy" "/home/descargas" "mega:anime/" "--size-only" "-vv" "-P" "--no-traverse" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:25:02 DEBUG : rclone: Version "v1.46" starting with parameters ["rclone" "copy" "/home/descargas" "mega:anime" "--size-only" "-vv" "-P" "--no-traverse" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:25:02 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2019/04/12 21:25:04 INFO  : mega root 'anime': Waiting for checks to finish
2019/04/12 21:25:04 INFO  : mega root 'anime': Waiting for transfers to finish
2019/04/12 21:25:46 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 01 [720p][BF4E871D].mkv: Copied (new)
2019/04/12 21:25:46 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 02 [720p][3F4FF13E].mkv: Copied (new)
2019/04/12 21:25:48 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 03 [720p][7E96FED8].mkv: Copied (new)
2019/04/12 21:25:50 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 04 [720p][F2A13F13].mkv: Copied (new)
2019/04/12 21:26:29 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 05 [720p][148417C9].mkv: Copied (new)
2019/04/12 21:26:32 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 06 [720p][96F58305].mkv: Copied (new)
2019/04/12 21:26:34 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 07 [720p][E5F758FF].mkv: Copied (new)
2019/04/12 21:26:39 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 08 [720p][33A344D4].mkv: Copied (new)
2019/04/12 21:27:35 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 10 [720p][A3785ABD].mkv: Copied (new)
2019/04/12 21:27:43 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 09 [720p][87738C73].mkv: Copied (new)
2019/04/12 21:27:51 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 11 [720p][29DE35EE].mkv: Copied (new)
2019/04/12 21:28:26 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 12 [720p][A91188E4][V2].mkv: Copied (new)
2019/04/12 21:28:26 INFO  :
Transferred:        1.252G / 1.252 GBytes, 100%, 6.268 MBytes/s, ETA 0s
Errors:                 0
Checks:                 0 / 0, -
Transferred:           12 / 12, 100%
Elapsed time:     3m24.5s

2019/04/12 21:28:26 DEBUG : 17 go routines active
2019/04/12 21:28:26 DEBUG : rclone: Version "v1.46" finishing with parameters ["rclone" "copy" "/home/descargas" "mega:anime" "--size-only" "-vv" "-P" "--no-traverse" "--log-file=/home/rclone-uploadmega.log"]
root@ns376896:/home#

Sorry if I was not clear.

Pick 1 file that you had a problem with.

Run a single rclone copy command with the -vv and do that twice in a row and let’s see the log.

Trying to figure out large logs is not easy.

Remove the no-traverse from your command.

If you use no-traverse, rclone will not get a directory listing so it can’t check the size. Since mega doesn’t do MD5s, it will recopy it.

I’m going to try it right now

I think it now works correctly and does not duplicate the files

 2019/04/12 21:50:01 DEBUG : rclone: Version "v1.46" starting with parameters ["rclone" "copy" "/home/descargas" "mega:anime" "--size-only" "-vv" "-P" "--log-file=/home/rclone-uploadmega.log"]`
2019/04/12 21:50:01 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2019/04/12 21:50:03 INFO  : mega root 'anime': Waiting for checks to finish
2019/04/12 21:50:03 INFO  : mega root 'anime': Waiting for transfers to finish
2019/04/12 21:50:49 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 02 [720p][3F4FF13E].mkv: Copied (new)
2019/04/12 21:50:54 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 01 [720p][BF4E871D].mkv: Copied (new)
2019/04/12 21:50:56 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 03 [720p][7E96FED8].mkv: Copied (new)
2019/04/12 21:50:59 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 04 [720p][F2A13F13].mkv: Copied (new)
2019/04/12 21:51:37 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 07 [720p][E5F758FF].mkv: Copied (new)
2019/04/12 21:51:40 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 06 [720p][96F58305].mkv: Copied (new)
2019/04/12 21:51:49 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 08 [720p][33A344D4].mkv: Copied (new)
2019/04/12 21:52:27 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 11 [720p][29DE35EE].mkv: Copied (new)
2019/04/12 21:52:36 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 10 [720p][A3785ABD].mkv: Copied (new)
2019/04/12 21:52:52 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 09 [720p][87738C73].mkv: Copied (new)
2019/04/12 21:53:07 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 05 [720p][148417C9].mkv: Copied (new)
2019/04/12 21:54:04 INFO  : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 12 [720p][A91188E4][V2].mkv: Copied (new)
2019/04/12 21:54:04 INFO  :
Transferred:        1.252G / 1.252 GBytes, 100%, 5.274 MBytes/s, ETA 0s
Errors:                 0
Checks:                 0 / 0, -
Transferred:           12 / 12, 100%
Elapsed time:        4m3s

2019/04/12 21:54:04 DEBUG : 13 go routines active
2019/04/12 21:54:04 DEBUG : rclone: Version "v1.46" finishing with parameters ["rclone" "copy" "/home/descargas" "mega:anime" "--size-only" "-vv" "-P" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:55:01 DEBUG : rclone: Version "v1.46" starting with parameters ["rclone" "copy" "/home/descargas" "mega:anime" "--size-only" "-vv" "-P" "--log-file=/home/rclone-uploadmega.log"]
2019/04/12 21:55:01 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 02 [720p][3F4FF13E].mkv: Sizes identical
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 02 [720p][3F4FF13E].mkv: Unchanged skipping
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 05 [720p][148417C9].mkv: Sizes identical
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 08 [720p][33A344D4].mkv: Sizes identical
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 08 [720p][33A344D4].mkv: Unchanged skipping
2019/04/12 21:55:03 INFO  : mega root 'anime': Waiting for checks to finish
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 04 [720p][F2A13F13].mkv: Sizes identical
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 04 [720p][F2A13F13].mkv: Unchanged skipping
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 05 [720p][148417C9].mkv: Unchanged skipping
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 11 [720p][29DE35EE].mkv: Sizes identical
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 11 [720p][29DE35EE].mkv: Unchanged skipping
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 06 [720p][96F58305].mkv: Sizes identical
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 06 [720p][96F58305].mkv: Unchanged skipping
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 07 [720p][E5F758FF].mkv: Sizes identical
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 07 [720p][E5F758FF].mkv: Unchanged skipping
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 09 [720p][87738C73].mkv: Sizes identical
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 09 [720p][87738C73].mkv: Unchanged skipping
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 03 [720p][7E96FED8].mkv: Sizes identical
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 03 [720p][7E96FED8].mkv: Unchanged skipping
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 10 [720p][A3785ABD].mkv: Sizes identical
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 10 [720p][A3785ABD].mkv: Unchanged skipping
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 01 [720p][BF4E871D].mkv: Sizes identical
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 01 [720p][BF4E871D].mkv: Unchanged skipping
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 12 [720p][A91188E4][V2].mkv: Sizes identical
2019/04/12 21:55:03 DEBUG : Oshiete! Galko-chan/[PuyaSubs!] Oshiete! Galko-chan - 12 [720p][A91188E4][V2].mkv: Unchanged skipping
2019/04/12 21:55:03 INFO  : mega root 'anime': Waiting for transfers to finish
2019/04/12 21:55:03 INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 0
Checks:                12 / 12, 100%
Transferred:            0 / 0, -
Elapsed time:        1.8s

2019/04/12 21:55:03 DEBUG : 7 go routines active
2019/04/12 21:55:03 DEBUG : rclone: Version "v1.46" finishing with parameters ["rclone" "copy" "/home/descargas" "mega:anime" "--size-only" "-vv" "-P" "--log-file=/home/rclone-uploadmega.log"]

Now it works correctly, I’ve tried 3 times and everything is right thank you very much everyone!

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