What is the problem you are having with rclone?
I am moving archived folders from the cloud (Box) to a local server. I am doing slowly, only for 3 hours each night during some quiet time but I cant seem to get it to move them in an ordered manner. I would like the folders to be moved alphabetically, as in finish moving folder A before moving folder B and rclone looks like its doing that in some way but skipping over folder or doing the first subfolder and then moving onto the next top level folder without completing the previous one.
Is there a way to force it to always start at the first alphabetical folder and work from there. I am using checkers and transfers as I read that is the best approach to do it alphabetically but it doesnt seem to be working as expected
Run the command 'rclone version' and share the full output of the command.
rclone v1.66.0
- os/version: unknown
- os/kernel: 4.4.302+ (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.1
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Box
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone move Box:Archive /mnt/scratch/Archive/ --checkers 1 --transfers 1 --cutoff-mode=soft --max-duration=3h -vv --log-file=/root/scratchMove.log
ncdu of folder showing first few folders. It did the first subfolder of /2 but then moved onto /7, /10./11 and then did some subfolders of the next 3 top level folders before moving onto /18. I can confirm it does not continue those folders the next night, it just moves onto the next top level folder.