From d99147db7aedb6575fea65be8e44a1be657eb429 Mon Sep 17 00:00:00 2001 From: Darik Horn Date: Wed, 21 Dec 2011 20:29:27 -0600 Subject: [PATCH] Set keep=8 in the weekly cron job. A default of keep=8 for weekly snapshot is more useful than keep=4, which is no more protective than the default daily schedule. --- etc/zfs-auto-snapshot.cron.weekly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zfs-auto-snapshot.cron.weekly b/etc/zfs-auto-snapshot.cron.weekly index 77e5a15..6180e2b 100644 --- a/etc/zfs-auto-snapshot.cron.weekly +++ b/etc/zfs-auto-snapshot.cron.weekly @@ -1,2 +1,2 @@ #!/bin/sh -exec zfs-auto-snapshot --quiet --syslog --label=weekly --keep=4 // +exec zfs-auto-snapshot --quiet --syslog --label=weekly --keep=8 //