Ansible_workstation/roles/borgmatic/templates/afterboot.timer.j2

12 lines
219 B
Plaintext
Raw Normal View History

#jinja2: lstrip_blocks: "True", trim_blocks: "True"
{{ ansible_managed | comment }}
2022-03-08 13:42:14 +00:00
[Unit]
Description=Run borgmatic {{ borgmatic_name }} backup
2022-03-08 13:42:14 +00:00
[Timer]
OnBootSec=2min
Persistent=true
[Install]
WantedBy=timers.target