zfs-auto-snapshot/etc/zfs-auto-snapshot.cron.weekly
2017-09-18 09:25:02 +02:00

7 lines
173 B
Bash

#!/bin/sh
# Only call zfs-auto-snapshot if it's available
which zfs-auto-snapshot > /dev/null || exit 0
exec zfs-auto-snapshot --quiet --syslog --label=weekly --keep=8 //