rclone

Rclone is a command line program to manage files on cloud storage.

Bucket commands

Object commands

Password inside shell script

RCLONE_CONFIG_PASS=whateverthepasswordis
export $(cat /home/ubuntu/nextcloud/.env | xargs -0)
# ... rclone commands
unset RCLONE_CONFIG_PASS