Documentation Index

Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt

Use this file to discover all available pages before exploring further.

Restic With Wasabi

Prev Next

Restic is certified for use with Wasabi. To configure this product for use with Wasabi, please follow the config example below:

wasabi:qa wasabi$ unset HISTFILE 

wasabi:qa wasabi$ export RESTIC_REPOSITORY="s3:https://s3.wasabisys.com/your-bucket-name” 

wasabi:qa wasabi$ export AWS_ACCESS_KEY_ID="your-Wasabi-Access-Key” 

wasabi:qa wasabi$ export AWS_SECRET_ACCESS_KEY="your-Wasasbi-Secret-Key” 

wasabi:qa wasabi$ export RESTIC_PASSWORD="your-preferred-pw-for-restic” 

wasabi:qa wasabi$ restic init created restic backend 112e5d8b1a at s3:https://s3.wasabisys.com/your-bucket-name

Note that this example discusses the use of Wasabi's us-east-1 storage region. To use other Wasabi storage regions, please use the appropriate Wasabi service URL as described in this article