Started on the forum and was asked to file this issue.
Have been using Rclone without issue to sync from a Gluster mounted drive to Dropbox for quite some time now, but have begun seeing the following in our logs:
ERROR : <filename>: Failed to copy: upload failed: Post https://content.dropboxapi.com/2/files/upload: can't copy - source file is being updated
This is not happening for all files, just some, and is very reproducible over many days/week for the same files.
rclone v1.40
- os/arch: linux/amd64
- go version: go1.10
Centos 7
The command being run is:
/usr/local/bin/rclone copy "/mnt/mnted_drive/" "dropbox:/<dir>/<dir>/" --max-age 3d --exclude "<term>*" >> /var/log/<log_name>
Only thing I can find in the error log is pasted above.
Along with the linked RClone forum post, I also found This