Airbox

About Airbox FAQ

Connecting Applications

Arq Cyberduck ForkLift Rclone Restic

Technical Information

Service Endpoints S3 Compatibility

About Rclone

Rclone is an advanced tool for managing files in cloud storage from the command line. You can read more about [rclone here](https://rclone.org/). You can manage the contents of your Airbox from the command line with rclone.

Configuration

In order to get Rclone connecting to your Airbox, add the following configuration information to your Rclone configuration file:


[airbox]
type = s3
provider = Other
env_auth = false
access_key_id = YOUR_ACCESS_KEY
secret_access_key = YOUR_SECRET_KEY
endpoint = https://airboxup.com

You can print out the location of your Rclone configuration file by running the command:


rclone config file