Having an issue with rclone copy -v --drive-shared-with-me

What is the problem you are having with rclone?

When I use the above command, the destination remote (which is encrypted) is completely overwritten. The contents of the destination remote are seemingly wiped clean but when I check the web interface, I see multiple exact copies of my encrypted remote, the oldest having my original encrypted files.

What is your rclone version (output from rclone version)

rclone v1.48.0

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

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

Gentoo 64 bit

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

Google Cloud drive.

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

rclone copy -v --drive-shared-with-me gcd:"shared drive" encrypted-remote:"shared drive"/

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

2019/07/10 02:04:46 DEBUG : rclone: Version "v1.48.0" starting with parameters ["rclone" "-vv" "copy" "--drive-shared-with-me" "gcd:Andre" "enc-remote:andre/"]
2019/07/10 02:04:46 DEBUG : Using config file from "/home/hd3/redacted/.rclone.conf"
2019/07/10 02:04:51 ERROR : Programas/AirExplore
2019/07/10 02:04:53 DEBUG : fj96irtnp1g32pktu528s7q9o0/fcqcqd03187obahs0gbbs5e7pq12us2por75a6pkafd507cm3d9g: Sending chunk 0 length 8388608
2019/07/10 02:04:54 DEBUG : fj96irtnp1g32pktu528s7q9o0/fcqcqd03187obahs0gbbs5e7pq12us2por75a6pkafd507cm3d9g: Sending chunk 8388608 length 372692
2019/07/10 02:04:54 INFO : Programas/Script Deezer.txt: Copied (new)
2019/07/10 02:04:54 INFO : Programas/Qo-DL_GUI_0.0.5.zip: Copied (new)
2019/07/10 02:04:55 INFO : Programas/Ti-DL_R1e_testbuildlin.zip: Copied (new)

As soon as I run the above, the contents of my original enc-remote: are seemingly gone but exist in the web interface.

Removing the newly created remotes got my data back.

Are you using a shared drives on each remote? What doesn't your rclone.conf look like without the passwords/keys in it.

I suspect the use of --drive-shared-with-me has created a duplicate destination directory.

It does - this happens on my side as well. Copying any folder over 750gb is impossible due to the bandwidth limitation, and resuming where it left off doesn't work either as it simply creates a new folder instead of picking up where it left off the old one.

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