12 lines
199 B
SYSTEMD
12 lines
199 B
SYSTEMD
[Unit]
|
|
Description=Backup with restic on schedule
|
|
Requires=unmetered-connection.service
|
|
After=unmetered-connection.service
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|