From 6e5b6c0f0554f5b20b04bbe31ca07928079c48e7 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Tue, 13 Jul 2021 15:29:44 +0200 Subject: [PATCH] wip --- bundles/zfs/metadata.py | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/bundles/zfs/metadata.py b/bundles/zfs/metadata.py index 05bffa7..8271a96 100644 --- a/bundles/zfs/metadata.py +++ b/bundles/zfs/metadata.py @@ -7,28 +7,5 @@ defaults = { 'when': 'Sat 00:00', 'persistent': True, }, - 'zfs-scrub': { - 'command': '/usr/lib/zfs-linux/scrub', - 'when': 'Sun 00:00', - 'persistent': True, - }, - 'zfs-auto-snapshot-hourly': { - 'command': '/usr/sbin/zfs-auto-snapshot --quiet --syslog --label=hourly --keep=24 //', - 'when': 'hourly', - }, - 'zfs-auto-snapshot-daily': { - 'command': '/usr/sbin/zfs-auto-snapshot --quiet --syslog --label=daily --keep=7 //', - 'when': 'daily', - }, - 'zfs-auto-snapshot-weekly': { - 'command': '/usr/sbin/zfs-auto-snapshot --quiet --syslog --label=weekly --keep=4 //', - 'when': 'weekly', - 'persistent': True, - }, - 'zfs-auto-snapshot-monthly': { - 'command': '/usr/sbin/zfs-auto-snapshot --quiet --syslog --label=monthly --keep=24 //', - 'when': 'monthly', - 'persistent': True, - }, }, }