Dropbox mount and gsync

What is the problem you are having with rclone?

I've tried multiple syncing programs to sync my downloads folder to a rclone mount of the type union which contains 4 dropbox accouont. My problem is that there are already copied files in the root of my mount, and i don't want to redo the 5 gb of data. My syncing program goodsync has the function to copy the timestamps to the destination, but now it gives me an error inside of goodsync that the ection could not be completed, and rclone is showing the following:

2020/10/27 14:41:41 ERROR : IO error: failed to transfer file from cache to remo
te: corrupted on transfer: DropboxHash hash differ "" vs "46fd2b4f049bd4c3bf70f8
32d0ae3a3bffa4e1134bd891bd3126387509a58c50"

and also this error as soon as i try to copy the filestamps:

2020/10/27 14:42:55 ERROR : Downloads/Dolphin-x64-10890/Sys/GameSettings/RTW.ini
: Failed to set modification time of cached file: chtimes {file location}: The system cannot find the path specified.
2020/10/27 14:42:55 ERROR : IO error: 1 error: dropbox flamer riding: can't set
modified time without deleting existing object

I Don't know what they mean and most definitely not how to solve them, so if anyone knows what the problem is, do tell.
Also sorry for my bad english.

What is your rclone version (output from rclone version)

v1.52.3

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

Windows 7 Ultimate, 64 bit

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

Dropbox/Union

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

Read the problem. I used the mount option

The rclone config contents with secrets removed.

[dropbox flamer riding]
type = dropbox
token = {"access_token":"","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}

[dropbox flaming rider]
type = dropbox
token = {"access_token":"","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}

[dropbox nasat armcams]
type = dropbox
token = {"access_token":"","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}

[dropbox resij qqmimpi]
type = dropbox
token = {"access_token":"","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}

[4Dropbox]
type = union
upstreams = "dropbox flamer riding:" "dropbox flaming rider:" "dropbox nasat armcams:" "dropbox resij qqmimpi:"

A log from the command with the -vv flag

Read the above

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