rclone
Swiss army of cloud technologies
- https://rclone.org/commands/
-
rclone config -
rclone sync -i SOURCE remote:DESTINATION- make SOURCE, DESTINATION identical, modifying DESTINATION only
-
rclone mount- Mount the remote as file system on a mountpoint. rclone move- Move files from source to dest.rclone copy notes remote:notes- Copy files from source to dest, skipping identical files.rclone bisync- Perform bidirectional synchronization between two paths.