Saturday 30 July 2022

Sync files with rclone

 





I needed a way to sync files faster than rsync and found that rclone can sync local folders as well, the --transfers parameter drastically improved the transfer.

rclone sync /source/eBooks/ /target/eBooks/ -P -L --transfers 8
Link to rclone here