What is best method to move files from local to mount?

Dropbox: /videos/ should be Dropbox:videos

thank you so much files are moved on right folder, only want to reconfirm to delete empty directories i need to add --delete-empty-src-dirs flag right? and any other suggestion for move more quickly?

right

https://rclone.org/dropbox/#dropbox-batch-mode-sync

have to use --transfers flag with move cmd?

that is correct

can i use also these flags with move cmd?

--tpslimit 12 --tpslimit-burst 12 --transfers 64 --log-file /www/wwwroot/rclone.log --dropbox-batch-mode sync 

yes, that looks good to me.
tho might want to use --log-level=DEBUG and remove -v

I want to give a try --dropbox-batch-mode async as this mod is recommended for small files and im uploading small files, what change do i need in move cmd file and rclone config? i aware to change mode with --dropbox-batch-mode async what else? do i still need --transfers 64 with async mode?

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