1
0
forked from finallycoffee/base

feat(restic): add optional hook and optional unlock

This commit is contained in:
2024-05-05 16:19:10 +02:00
parent 13d40341a0
commit e7886d8c98
3 changed files with 9 additions and 4 deletions

View File

@ -1,9 +1,8 @@
[Unit]
Description=Run {{ restic_job_name }}
Description=Run {{ restic_timer_description | default(restic_job_name) }}
[Timer]
OnCalendar={{ restic_policy.frequency }}
Persistent=True
Unit={{ restic_systemd_unit_naming_scheme }}.service
[Install]