10 lines
158 B
SYSTEMD
10 lines
158 B
SYSTEMD
[Unit]
|
|
Description=Weekly remote-site backups
|
|
After=network-online.target
|
|
|
|
[Timer]
|
|
OnCalendar=Sun, 04:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|