|
@@ -1,9 +1,9 @@
|
|
# Directory on the docker host to bind-mount to be backed up
|
|
# Directory on the docker host to bind-mount to be backed up
|
|
# BACKUP_SOURCE is bind-mounted to /mnt/source
|
|
# BACKUP_SOURCE is bind-mounted to /mnt/source
|
|
-BACKUP_SOURCE=/home
|
|
|
|
|
|
+RESTIC_BACKUP_SOURCE=/home
|
|
|
|
|
|
# Folders to be backed up in the format /mnt/source/<folder>
|
|
# Folders to be backed up in the format /mnt/source/<folder>
|
|
-BACKUP_BACKUP_FOLDERS=/mnt/source/john /mnt/source/jane
|
|
|
|
|
|
+RESTIC__BACKUP_FOLDERS=/mnt/source/john /mnt/source/jane
|
|
|
|
|
|
# Additional arguments for restic backup
|
|
# Additional arguments for restic backup
|
|
RESTIC_BACKUP_ARGS=--limit-upload 244 --limit-download 244
|
|
RESTIC_BACKUP_ARGS=--limit-upload 244 --limit-download 244
|
|
@@ -12,7 +12,7 @@ RESTIC_BACKUP_ARGS=--limit-upload 244 --limit-download 244
|
|
RESTIC_FORGET_ARGS=--keep-weekly 2 --prune
|
|
RESTIC_FORGET_ARGS=--keep-weekly 2 --prune
|
|
|
|
|
|
# Passphrase to encrypt the backup
|
|
# Passphrase to encrypt the backup
|
|
-ESTIC_PASSWORD=AnotherSetOf30RandomCharacters
|
|
|
|
|
|
+RESTIC_PASSWORD=AnotherSetOf30RandomCharacters
|
|
|
|
|
|
# S3 Bucket + Credentials
|
|
# S3 Bucket + Credentials
|
|
AWS_ACCESS_KEY_ID=example-TwelveChar
|
|
AWS_ACCESS_KEY_ID=example-TwelveChar
|