From ad5c22b169f1a1cba85599149ec1f143109d62c5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 2 May 2021 16:20:10 +0200 Subject: adapt backup sanoid template for ch-epimetheus only --- roles/storage/zfs/sanoid/defaults/main.yml | 2 +- roles/storage/zfs/syncoid/templates/systemd.service.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/storage') diff --git a/roles/storage/zfs/sanoid/defaults/main.yml b/roles/storage/zfs/sanoid/defaults/main.yml index 68a3888f..f48e9fd2 100644 --- a/roles/storage/zfs/sanoid/defaults/main.yml +++ b/roles/storage/zfs/sanoid/defaults/main.yml @@ -13,7 +13,7 @@ zfs_sanoid_templates: backup: frequently: 0 - hourly: 36 + hourly: 0 daily: 60 monthly: 6 yearly: 0 diff --git a/roles/storage/zfs/syncoid/templates/systemd.service.j2 b/roles/storage/zfs/syncoid/templates/systemd.service.j2 index f55539ac..ada34336 100644 --- a/roles/storage/zfs/syncoid/templates/systemd.service.j2 +++ b/roles/storage/zfs/syncoid/templates/systemd.service.j2 @@ -1,5 +1,5 @@ [Unit] -Description=run syncoid based backup for {{ item.key }} +Description=syncoid-based backup for {{ item.key }} [Service] Type=oneshot -- cgit v1.2.3