Rclone
Rclone is a command line program to manage files on cloud storage.
The tool is provided as is with no extra configuration.
Installation
sudo box install rclone
Usage
By default, a ~/cloud
directory is made in each user directory.
You can run rclone configure
to manage the instance
Please refer to the rclone documentation for further help.
Service Management
The systemd script for rclone can be found at
/etc/systemd/system/rclone@.service
- Status
- Start
- Stop
- Restart
- Enable
- Disable
sudo systemctl status rclone@<username>
sudo systemctl start rclone@<username>
sudo systemctl stop rclone@<username>
sudo systemctl restart rclone@<username>
sudo systemctl enable rclone@<username>
sudo systemctl disable rclone@<username>
Troubleshooting
tip
You can always also try the general troubleshooting tips written in our guide. They might or might not apply, but asking these questions can often make you understand what is under the hood better and help you find what needs to be fixed. It's always worth a shot!
Please refer to the rclone documentation for further help.