diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-21 12:41:07 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-21 12:46:53 +0200 |
| commit | 0be7583911bfe15276b736697caebb3752da56b6 (patch) | |
| tree | 869bbd8b270f22c6c02460b20d3146dcc04e5be3 /roles/backup/templates/backup.timer.j2 | |
| parent | 34157b435c2103ecb87c26c1368c6ccf7b3d6410 (diff) | |
Fix restic install and add backup role
Co-Authored-By: Claude.ai
Diffstat (limited to 'roles/backup/templates/backup.timer.j2')
| -rw-r--r-- | roles/backup/templates/backup.timer.j2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/backup/templates/backup.timer.j2 b/roles/backup/templates/backup.timer.j2 new file mode 100644 index 00000000..74e5276d --- /dev/null +++ b/roles/backup/templates/backup.timer.j2 @@ -0,0 +1,9 @@ +[Unit] +Description=Backup {{ backup_name }} timer + +[Timer] +OnCalendar={{ backup_systemd_schedule }} +Persistent=true + +[Install] +WantedBy=timers.target |
