forked from extern/zfs-auto-snapshot
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:
parent
c8507a0da9
commit
d99147db7a
@ -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 //
|
||||
|
Loading…
Reference in New Issue
Block a user