--- title: "Restic With Wasabi" slug: "how-do-i-use-restic-with-wasabi" updated: 2026-06-19T18:42:21Z published: 2026-06-19T18:42:21Z canonical: "docs.wasabi.com/how-do-i-use-restic-with-wasabi" --- > ## 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 [Restic](https://restic.github.io/) 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](https://docs.wasabi.com/docs/what-are-the-service-urls-for-wasabis-different-storage-regions).