rclone
:: rsync
for cloud-storage services
Install
curl https://rclone.org/install.sh | sudo bash
Usage
# Config; interactive; provides URL that returns OAuth token
rclone config # 'rclone.conf' stored @ ~/.config/rclone/
# Synch; skip per checksum, not mtime, match
rclone sync $_SRC $_REMOTE:$_DST -c
# E.g., between local path & Google Drive
_SRC='/d/Dropbox/disk_utilities' # Local path
_REMOTE='google' # Config name
_DST='Dropbox/disk_utilities' # Remote path