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 "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/rclone.sh)"
Alpine install:
1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/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.Web Interface
Links
This post is licensed under CC BY 4.0 by the author.