11 lines
156 B
SYSTEMD
11 lines
156 B
SYSTEMD
[Unit]
|
|
Description=Daily full system borg backup
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 00:00:00
|
|
RandomizedDelaySec=6h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|