mirror of
https://github.com/zfsonlinux/zfs-auto-snapshot.git
synced 2025-02-18 03:11:45 +01:00
A default of keep=8 for weekly snapshot is more useful than keep=4, which is no more protective than the default daily schedule.
3 lines
77 B
Bash
3 lines
77 B
Bash
#!/bin/sh
|
|
exec zfs-auto-snapshot --quiet --syslog --label=weekly --keep=8 //
|