From 26214e3f7c5343fa30d2ff1ae71a6cf7197b6f3e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 19 May 2021 16:52:36 +0200 Subject: initial version of syncoid autosuspender --- roles/storage/zfs/syncoid/templates/autosuspend.timer.j2 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 roles/storage/zfs/syncoid/templates/autosuspend.timer.j2 (limited to 'roles/storage/zfs/syncoid/templates/autosuspend.timer.j2') diff --git a/roles/storage/zfs/syncoid/templates/autosuspend.timer.j2 b/roles/storage/zfs/syncoid/templates/autosuspend.timer.j2 new file mode 100644 index 00000000..5c0b3329 --- /dev/null +++ b/roles/storage/zfs/syncoid/templates/autosuspend.timer.j2 @@ -0,0 +1,8 @@ +[Unit] +Description=automatic system suspender for syncoid-based backups + +[Timer] +OnCalendar=*-*-* *-03/10-00 + +[Install] +WantedBy=timers.target -- cgit v1.2.3