9 lines
136 B
SYSTEMD
9 lines
136 B
SYSTEMD
[Unit]
|
|
Description=Run BorgBackup daily at 2:30 AM
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 02:30:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|