15 lines
325 B
Text
15 lines
325 B
Text
|
location:
|
||
|
source_directories:
|
||
|
- /mnt/atlas
|
||
|
repositories:
|
||
|
- {{ backup_location }}
|
||
|
retention:
|
||
|
keep_daily: 7
|
||
|
keep_weekly: 4
|
||
|
keep_monthly: 6
|
||
|
hooks:
|
||
|
before_everything:
|
||
|
- echo down | ssh backup-control@atlas.lan
|
||
|
after_everything:
|
||
|
- echo up | ssh backup-control@atlas.lan
|