Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Restic -> Backblaze (S2 bucket)
- #
- # Env Vars
- #
- #
- # Backblaze/S2 Bucket auth
- AWS_ACCESS_KEY_ID=
- AWS_SECRET_ACCESS_KEY=
- # Repositories
- REMOTE_REPOSITORY='s3:s3.your.bucket.here'
- LOCAL_REPOSITORY='/path/to/local/dir'
- # Local database dump directory
- DB_DUMP_DIR=
- # Restic Specific
- RESTIC_PASSWORD_FILE=
- RESTIC_CACHE_DIR=
- RESTIC_EXCLUDES_FILE=
- # Space-separated list of directories to backup
- # Can add a key to search a common container name (useful if containers are prefixed and want to specify shutdown)
- # - eg; 'log:/path/to/dir /path/to/dir2 /path/to/dir3'
- # - This will shut down all containers with 'log' in the name for the first directory,
- # - and the remaining will shut down all containers with those directories mounted
- # - Generally, just listing the directory will be sufficient
- BACKUP_DIRS=
- # Komodo (container orchestration)
- # Used to restart/stop containers
- KOMODO_API_KEY=
- KOMODO_API_SECRET=
- KOMODO_SERVER_NAME=
- KOMODO_SERVER_URL=
- #
- ## CZ ##
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement