Rclone Copy and Move simultaneously using same crypt remote

What is the problem you are having with rclone?

Can I schedule rclone move and copy at the same time or 1 hour apart? I have a synology DSM and I auto schedule moving my media from tempmedia to gdrive exactly at 12 AM. No I have some music I am trying to backup using the same crypt remote but using different copy command and totally different task scheduler. Can I do that? Or having two streams will throw it off. Because my connection is not fast enough to upload one after another. And uploading at the same time using same remote; is that a problem?

What is your rclone version (output from rclone version)

rclone v1.51.0

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

Synology DSM 6.2.2

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 and copy

rclone copy /volume1/Media/Music gcrypt:/ --config="/var/services/homes/admin/.config/rclone/rclone.conf" --log-file=/volume1/Scripts/rclonelog.txt -v --fast-list --buffer-size=1G --transfers=4 --stats 10s

rclone move /volume1/Media/TempMedia gcrypt:/ --config="/var/services/homes/admin/.config/rclone/rclone.conf" --log-file=/volume1/Scripts/rclonelog.txt -v --delete-empty-src-dirs --fast-list --buffer-size=1G --transfers=4 --stats 10s

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

Both the commands work just fine!

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