infra-oasis21/backups/autorestic.service
2024-01-20 21:02:38 +01:00

11 lines
235 B
Desktop File

[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