finish borg setup

This commit is contained in:
Pim Kunis 2023-01-11 01:04:13 +01:00
parent 898e9b1c16
commit 9598341a81
4 changed files with 13 additions and 16 deletions

View file

@ -1,6 +0,0 @@
[Unit]
Description=Backup data using borgmatic
[Service]
ExecStart=/usr/bin/borgmatic --config /srv/borg/backup.yml
Type=oneshot

View file

@ -1,12 +0,0 @@
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