Skip to main content
Version: 2.0

Rclone

Rclone is rsync for cloud storage, used for Backup & Restore . Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors' web storage interfaces.

gui

Prepare

When referring to this document to use Rclone, please read and ensure the following points:

  • Login to Websoft9 Console and find or install Rclone:

    • Go to My Apps listing applications
    • Go to App Store installing target application
  • This application is installed by Websoft9 console.

  • The purpose of this application complies with the MIT open source license agreement.

  • Configure the domain name or server security group opens external network ports for application access.

Getting started

Login verification

  1. Completed installation Rclone at Websoft9 console, get the applicaiton's overview and access credentials from My Apps

  2. Starting to verify it

Execute synchronization

You can configure the source and target in the visual interface, but you can't perform synchronization, you need to go into the container and execute the following command:

rclone sync <Source's Config_Name>:<bucket_name> <Destination's Config_Name>:<bucket_name>

Configuration options

Administer

Troubleshooting