Restart encrypted copy

What is the problem you are having with rclone?

I’m in the middle of downloading a backup I placed on B2. The transfer was interrupted at one point, and one of the buckets will need to be restarted. If all my files and directories were encrypted on the source, does it matter whether I use rclone copy or rclone sync to restart the download of that one bucket? Either way, in this case the files already copied will be skipped and partial files get overwritten.. ?

What is your rclone version (output from rclone version)

rclone-v1.50.2

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

Debian 10 64bit

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

Backblaze B2

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

rclone copy backblaze_*** :confused: /home/admin/Music -P --transfers=14 --b2-download-url=https://xxx.xxx.xxx

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

rclone is designed so that you run the same command again in the case of interruptions and it will pick up where it left off.

Thanks. And thank you for allowing custom endpoints with B2

1 Like

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