Sample of the rclone sync command thats setup to transfer 10 files at a time
rclone sync --progress --multi-thread-streams=10 --transfers=10 /home/user/folder/ /mnt/ShareName/
Another handy little flag is the check first flag which does all the checking first before starting transfers
--check-first
and always remember to dry run first
--dry-run
Leave a Reply