mirror of
https://github.com/foo-dogsquared/ansible-playbooks.git
synced 2025-01-31 16:57:57 +00:00
11 lines
201 B
SYSTEMD
11 lines
201 B
SYSTEMD
[Unit]
|
|
Description=Run borgmatic backup
|
|
Documentation=https://www.borgbackup.org/ https://torsion.org/borgmatic/ man:borg(1)
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|