9 lines
152 B
SYSTEMD
9 lines
152 B
SYSTEMD
[Unit]
|
|
Description=Backup postgres database mastodon_production (monthly)
|
|
|
|
[Timer]
|
|
OnCalendar=monthly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|