This repository has been archived on 2023-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
max/roles/borg/files/backup.yml
2023-01-10 23:55:25 +01:00

12 lines
301 B
YAML

location:
source_directories:
- /srv/borg # TEMP to test
repositories:
- ssh://root@lewis.lan/root/maxtest
retention:
keep_daily: 7
keep_weekly: 4
keep_monthly: 6
storage:
ssh_command: ssh -i /srv/borg/id_ed25519
unknown_unencrypted_repo_access_is_ok: true