Rclone
Learn how to use Rclone with Filebase.
What is Rclone?
Rclone is a command line program used to backup and sync files and directories to cloud storage platforms. Rclone is certified for use with Filebase.
1. Edit your rclone.conf file to reflect the following configuration:
2. To back files up to Filebase, you can use the following command, where filebase-bucket
is your bucket name and README.txt
is the file you want to backup:
filebase-bucket
is your bucket name and README.txt
is the file you want to backup:./rclone --config rclone.conf copy README.txt filebase:filebase-bucket -v
PreviousCalculate the Size of Filebase Buckets using PowerShellNextBacking Up DigitalOcean Spaces to Filebase using Rclone
Last updated