|
|
@ -58,7 +58,7 @@ readonly LOG_RETENTION='30'
|
|
|
|
## Only uncomment and set these if RSYNC_BACKUP further above is set to 'yes'
|
|
|
|
## Only uncomment and set these if RSYNC_BACKUP further above is set to 'yes'
|
|
|
|
|
|
|
|
|
|
|
|
## Set these vars
|
|
|
|
## Set these vars
|
|
|
|
# readonly RSYNC_SOURCE='/path/to/dir/to/backup'
|
|
|
|
# readonly RSYNC_SOURCE='/'
|
|
|
|
# readonly RSYNC_DEST='/path/to/dir/to/backup/to'
|
|
|
|
# readonly RSYNC_DEST='/path/to/dir/to/backup/to'
|
|
|
|
# readonly RSYNC_RETENTION_KEEP_LAST='7'
|
|
|
|
# readonly RSYNC_RETENTION_KEEP_LAST='7'
|
|
|
|
|
|
|
|
|
|
|
@ -85,7 +85,7 @@ readonly LOG_RETENTION='30'
|
|
|
|
## Set these for all restic configurations
|
|
|
|
## Set these for all restic configurations
|
|
|
|
# export RESTIC_REPOSITORY='/path/to/repo'
|
|
|
|
# export RESTIC_REPOSITORY='/path/to/repo'
|
|
|
|
# export RESTIC_PASSWORD='PASSWORD'
|
|
|
|
# export RESTIC_PASSWORD='PASSWORD'
|
|
|
|
# readonly RESTIC_SOURCE='/path/to/dir/to/backup'
|
|
|
|
# readonly RESTIC_SOURCE='/home'
|
|
|
|
|
|
|
|
|
|
|
|
## RESTIC_CALENDAR_RETENTION must be set to 'yes' for these
|
|
|
|
## RESTIC_CALENDAR_RETENTION must be set to 'yes' for these
|
|
|
|
## Remove readonly if LAN_AND_AWS_RESTIC is set to 'yes' and you want different retention policies
|
|
|
|
## Remove readonly if LAN_AND_AWS_RESTIC is set to 'yes' and you want different retention policies
|
|
|
|