https://rclone.org/install/ curl https://rclone.org/install.sh | sudo bash
Sync on local drive
rclone sync -P --transfers=16 --checkers=8 /media/source /home/data/destination rclone copy -P --stats-unit bits --transfers=16 --checkers=8 vis-iom:/home/vissie/test /home/vissie/test/
-P Will show progress –transfers=16 Will transfer 16 files at once –checkers=8 With 8 checkers –stats-unit bits Can be bites or bytes
rclone copy /local/path/witch\ escaped/space/ --include "/Test*" Cloud:cloud/path --dry-run