Rclone
Learn how to use Rclone with Filebase.
What is Rclone?
1. Edit your rclone.conf file to reflect the following configuration:
[filebase]
type = s3
provider = Other
env_auth = false
access_key_id = access_key_goes_here
secret_access_key = secret_access_key_goes_here
region = us-east-1
endpoint = https://s3.filebase.com2. 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:PreviousCalculate the Size of Filebase Buckets using PowerShellNextBacking Up DigitalOcean Spaces to Filebase using Rclone
Last updated