11 lines
203 B
INI
11 lines
203 B
INI
|
[Unit]
|
||
|
Description=Backups yay
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart={{ autorestic_base }}/start_backup.sh
|
||
|
# fail if backup takes more than 1 day
|
||
|
TimeoutStartSec=86400
|
||
|
IPAccounting=yes
|
||
|
MemoryAccounting=yes
|