Skip to content

Commit d99147d

Browse files
committed
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.
1 parent c8507a0 commit d99147d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/zfs-auto-snapshot.cron.weekly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
exec zfs-auto-snapshot --quiet --syslog --label=weekly --keep=4 //
2+
exec zfs-auto-snapshot --quiet --syslog --label=weekly --keep=8 //

0 commit comments

Comments
 (0)