zfs-auto-snapshot/etc/zfs-auto-snapshot.cron.monthly
2017-07-06 09:20:54 +02:00

6 lines
174 B
Bash

#!/bin/sh
# Only call zfs-auto-snapshot if it's available
which zfs-auto-snapshot > /dev/null && \
exec zfs-auto-snapshot --quiet --syslog --label=monthly --keep=12 //