#!/bin/sh

# Only call zfs-auto-snapshot if it's available
command -v zfs-auto-snapshot > /dev/null || exit 0

exec zfs-auto-snapshot --default-exclude --quiet --syslog --label=hourly --keep=24 //
