9 lines
143 B
SYSTEMD
9 lines
143 B
SYSTEMD
[Unit]
|
|
Description=Prune data from the restic repository monthly
|
|
|
|
[Timer]
|
|
OnCalendar=monthly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|