# Backrest Configuration # Backrest provides a web UI for managing Restic backups # Application Settings BACKREST_DATA=/data BACKREST_CONFIG=/config/config.json XDG_CACHE_HOME=/cache # Timezone TZ=America/Los_Angeles # Note: Backup repositories and credentials are configured through the web UI # Access the UI at https://backup.fig.systems to set up your Backblaze B2 repository # Example B2 repository format (configured in web UI): # Repository Type: S3 (S3-compatible storage) # Endpoint: s3.us-west-002.backblazeb2.com # Bucket: your-bucket-name # Access Key ID: your-b2-key-id # Secret Access Key: your-b2-application-key # Path: /backrest-backups