add borg backup test
This commit is contained in:
parent
ace3a9ac83
commit
ecfb6b92f4
12 changed files with 107 additions and 0 deletions
6
roles/borg/files/backup.service
Normal file
6
roles/borg/files/backup.service
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Backup data using borgmatic
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/borgmatic --config /srv/borg/backup.yml
|
||||
Type=oneshot
|
Reference in a new issue