rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
How to download and setup rclone
Open terminal and run command
git clone https://github.com/rclone/rclone.git
git clone is used to create a copy or clone of rclone repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with rclone https://github.com/rclone/rclone/archive/master.zip
Or simply clone rclone with SSH
[email protected]:rclone/rclone.git