Kopia
Learn how to configure Kopia for use with Filebase.
Kopia is an easy to use multi-cloud and cross-platform tool for creating and managing encrypted backups stored in the cloud. Kopia is available in both CLI and User Interface versions for Windows, Mac OS X and Linux distributions.
Read below to learn how to use Kopia with Filebase.
- Create a Filebase Bucket. Learn how to create a bucket here. This bucket must be empty to connect to Kopia.
This part of the guide uses a Ubuntu 20.04 environment.
kopia repository create s3 \\
--endpoint='s3.filebase.com' \\
--bucket=kopia-sample-bucket \\
--access-key=filebase-access-key \\
--secret-access-key=filebase-secret-key
Replace the following values to match your configuration:
- Bucket: Filebase Bucket Name
- Access Key: Filebase Access Key
- Secret Access Key: Filebase Secret Key
This part of the guide uses a Windows environment.
Select ‘Repository’, then under Select Storage Type, select ‘Amazon S3, Minio, Wasabi, etc’.


- S3 Bucket: Filebase Bucket Name
- Override S3 Region: us-east-1
- Access Key ID: Filebase Access Key
- Secret Access Key: Filebase Secret Key
If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 1yr ago