Skip to content

Commit

Permalink
Support RESTIC_RESTORE_SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Nov 19, 2024
1 parent e2b442f commit d457171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ RESTIC_REPOSITORY=/restic_data

# Used to encrypt the restic repository
RESTIC_PASSWORD=password

# The snapshot to restore from
RESTIC_RESTORE_SNAPSHOT=latest

RESTIC_KEEP_DAILY=7
Expand Down
1 change: 1 addition & 0 deletions docker-compose-restore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
environment:
RESTIC_REPOSITORY: ${RESTIC_REPOSITORY}
RESTIC_PASSWORD: ${RESTIC_PASSWORD}
RESTIC_RESTORE_SNAPSHOT: ${RESTIC_RESTORE_SNAPSHOT}
LOG_LEVEL: ${LOG_LEVEL}
AWS_DEFAULT_REGION: ${AWS_DEFAULT_REGION}
AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID}
Expand Down

0 comments on commit d457171

Please sign in to comment.