zfs-auto-snapshot/etc/zfs-auto-snapshot.cron.weekly
Darik Horn d99147db7a 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.
2011-12-21 20:29:27 -06:00

3 lines
77 B
Bash

#!/bin/sh
exec zfs-auto-snapshot --quiet --syslog --label=weekly --keep=8 //