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.
This commit is contained in:
Darik Horn 2011-12-21 20:29:27 -06:00
parent c8507a0da9
commit d99147db7a

View File

@ -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 //