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

7 lines
174 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=hourly --keep=24 //