add restic config
This commit is contained in:
10
backups/autorestic.service
Normal file
10
backups/autorestic.service
Normal 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
|
||||
Reference in New Issue
Block a user