Restic with Wasabi
    • 20 Jun 2024
    • 1 Minute to read
    • PDF

    Restic with Wasabi

    • PDF

    Article summary

    How do I use Restic with Wasabi?

    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