10 lines
156 B
SYSTEMD
10 lines
156 B
SYSTEMD
[Unit]
|
|
Description=Nightly backup of the Daily Quote Postgres database
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 03:15:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|