Restic
Learn how to configure Restic for use with Filebase.
Restic is a secure and highly performant backup command-line tool for Linux and macOS X systems.
Read below to learn how to use Restic with Filebase.
unset HISTFILE
export RESTIC_REPOSITORY="s3:https://s3.filebase.com/filebase-bucket-name”
export AWS_ACCESS_KEY_ID="your-Filebase-Access-Key”
export AWS_SECRET_ACCESS_KEY="your-Filebase-Secret-Key”
export RESTIC_PASSWORD="Password-for-Restic”
restic init created restic backend backup-name at s3:https://s3.filebase.com/filebase-bucket-name

If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 1yr ago