add restic config

This commit is contained in:
root
2024-01-20 21:02:38 +01:00
parent 0715bdafd4
commit 9420f6875e
5 changed files with 103 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Backups yay
[Service]
Type=oneshot
ExecStart=autorestic -c /DATA/docker/services/backups/.autorestic.yml --ci cron
# fail if backup takes more than 1 day
TimeoutStartSec=86400
IPAccounting=yes
MemoryAccounting=yes