rclone

Rsync for cloud storage - sync files to/from cloud services

brewmacoslinux
Try with needOr install directly
Source

About

Rsync for cloud storage

Commands

rclone

Examples

List files in a configured remote cloud storage$ rclone ls myremote:
Sync local directory to cloud storage$ rclone sync /local/path myremote:remote/path
Copy files from cloud storage to local machine$ rclone copy myremote:remote/path /local/destination