Rclone
Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors' web storage interfaces
Rclone
Installation
Default install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/rclone.sh)"
Alpine install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-rclone.sh)"
Configuration
Config file:
1
~/.config/rclone/rclone.conf
Notes
cat ~/rclone.creds to view login credentialshtpasswd -b -B /opt/login.pwd newuser newuserpassword to add more users.