Kopia

Learn how to configure Kopia for use with Filebase.

What is Kopia?

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.

Prerequisites:

Kopia CLI:

This part of the guide uses a Ubuntu 20.04 environment.

1. After installing Kopia for CLI use, use the following command to create a Kopia repository in your empty Filebase bucket:

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

Kopia UI:

This part of the guide uses a Windows environment.

1. Open the KopiaUI.

Select ‘Repository’, then under Select Storage Type, select ‘Amazon S3, Minio, Wasabi, etc’.

2. Configure the following parameters for configuration with Filebase:

  • S3 Bucket: Filebase Bucket Name

  • Server Endpoint: s3.filebase.com

  • 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 hello@filebase.com

Last updated