Skip to main content

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
sudo systemctl start 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.