Skip to content

Commit

Permalink
Set keep=8 in the weekly cron job.
Browse files Browse the repository at this point in the history
A default of keep=8 for weekly snapshot is more useful than keep=4,
which is no more protective than the default daily schedule.
  • Loading branch information
dajhorn committed Dec 22, 2011
1 parent c8507a0 commit d99147d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/zfs-auto-snapshot.cron.weekly
Original file line number Diff line number Diff line change
@@ -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 //

0 comments on commit d99147d

Please sign in to comment.