Dropbox Move Folder Local to Cloud

i do not use dropbox, there might be more optimizations.

@asdffdsa Thanks for your help, you always nice with all users,
maybe you can help with another issue, i have to reupload some files in same folder and over write some files, rclone sow this error

2022/11/06 00:52:49 NOTICE: Dropbox root 'box/2022/11/filename302': Forced to upload files to set modification times on this backend.

maybe there is any flag for over write files/folders?

Thanks again

can you run these command, just need to change the path to match your setup

rclone lsf /local/box/2022/11/filename302 --format="psth"
rclone lsf Dropbox:box/2022/11/filename302 --format="psth"
rclone lsf box:box/2022/11/filename302 --format="psth"

run this above cmd and im getting this

2022/11/06 01:48:51 ERROR : 576p_081.ts: Failed to read hash: hash type not supported
576p_081.ts;317908;2022-11-06 00:52:44;
2022/11/06 01:48:51 ERROR : 576p_082.ts: Failed to read hash: hash type not supported
576p_082.ts;442928;2022-11-06 00:52:45;
2022/11/06 01:48:51 ERROR : 576p_083.ts: Failed to read hash: hash type not supported
576p_083.ts;415480;2022-11-06 00:52:46;
2022/11/06 01:48:51 ERROR : 576p_084.ts: Failed to read hash: hash type not supported
576p_084.ts;741848;2022-11-06 00:52:47;
2022/11/06 01:48:51 ERROR : 576p_085.ts: Failed to read hash: hash type not supported
576p_085.ts;518692;2022-11-06 00:52:47;
2022/11/06 01:48:51 ERROR : 576p_086.ts: Failed to read hash: hash type not supported
576p_086.ts;402320;2022-11-06 00:52:48;
2022/11/06 01:48:51 ERROR : 576p_087.ts: Failed to read hash: hash type not supported
576p_087.ts;420180;2022-11-06 00:52:49;
2022/11/06 01:48:51 ERROR : 576p_088.ts: Failed to read hash: hash type not supported
576p_088.ts;441800;2022-11-06 00:52:49;
2022/11/06 01:48:51 ERROR : master.m3u8: Failed to read hash: hash type not supported
master.m3u8;138;2022-11-06 00:52:49;
2022/11/06 01:48:51 ERROR : poster.jpg: Failed to read hash: hash type not supported
poster.jpg;104631;2022-11-06 00:51:42;

long is long im just pasting few lines

not sure what you are running, as the command should output a single file, not a list of files.
run that command on the same single file in the source and dest, post the full output.
and add -vv to each command for debug output
and use this --format="pst", not --format="psth"

i guess that the size of the files are the same, the modtime is different.
that for a file in dropbox, cannot change modtime so rclone is forced to reupload the file.

is a folder and have lot of ts files.

can we ignore change modtime using a flag ?

Thanks

using above im getting this

576p_080.ts;527152;2022-11-06 00:52:44
576p_081.ts;317908;2022-11-06 00:52:44
576p_082.ts;442928;2022-11-06 00:52:45
576p_083.ts;415480;2022-11-06 00:52:46
576p_084.ts;741848;2022-11-06 00:52:47
576p_085.ts;518692;2022-11-06 00:52:47
576p_086.ts;402320;2022-11-06 00:52:48
576p_087.ts;420180;2022-11-06 00:52:49
576p_088.ts;441800;2022-11-06 00:52:49
master.m3u8;138;2022-11-06 00:52:49
poster.jpg;104631;2022-11-06 00:51:42

as per rclone docs
"Dropbox supports modified times, but the only way to set a modification time is to re-upload the file."

1 Like

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