12 lines
157 B
SYSTEMD
12 lines
157 B
SYSTEMD
[Unit]
|
|
Description=Borg Backup Timer
|
|
|
|
[Timer]
|
|
WakeSystem=false
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
RandomizedDelaySec=10min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|