Rclone Move is deleting all the files after i parse a new move command

What is the problem you are having with rclone?

I'm having the problem that i move my stuff from my Server to my Gclone drive with the rclone move command which works just fine.
But as soon as i want to add new files to the Drive(Same Folder) it will delete the old ones in the Drive and parse in the new ones.
The following can be seen in the following Log

Transferred : 70.421G / 60.421 Gbytes , 100% , 94.258 MBytes/s, ETA 0 s
checks : 110/110, 100%
Deleted : 55
Renamed : 8
Transferred : 8 / 8 , 100%
Elapsed time: 10m56.4s

It moved 8 files from my Server to my Gdrive but after that it deleted 55 old Files that i had in the Gdrive that i pushed earlier, if i would issue the same command again it will delete 8 files that it transferred in the last session and will only keep the ones that i parsed in it now.

Its mind boggling to me why that happens.
Hope someone can lend me a hand on that problem (:

It moved

What is your rclone version (output from rclone version)

-rclone v1.52.2

  • os/arch: linux/amd64
  • go version: go1.14.4

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 1804 64 Bit

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone move "/home/MYUSERNAME/Downloads/Completed/Movies" "gdrive:Movies" -P --drive-chunk-size 256M

The rclone config contents with secrets removed.

[gdrive]
type = drive
client_id = MyID
client_secret = MySecret
scope = drive
token = {"access_token":"My Token"

A log from the command with the -vv flag

Not available due to me meeting the Daily Limit due to pushing the same files over and over again i can attach a new one tomorrow though :)

If you share a debug log, it'll show why file are being deleted.

Oki doki, i will attach one in it when my Daily Quota is reset (:
Thanks for the quick reply Animosity

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