11 lines
139 B
Text
11 lines
139 B
Text
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
[Unit]
|
||
|
Description=Timer for borgmatic backup
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=daily
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|