mirror of
https://github.com/zfsonlinux/zfs-auto-snapshot.git
synced 2025-08-15 23:28:05 +02:00
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:
@ -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 //
|
||||
|
Reference in New Issue
Block a user