freebsd-ports/sysutils/zfs-snapshot-mgmt/files/pkg-message.in
Martin Wilke 693c8d0237 - Respect NOPORT*
PR:		140045
Submitted by:	Anonymous <swell.k@gmail.com>
Approved by:	maintainer
2009-11-20 18:40:51 +00:00

9 lines
252 B
Text

To actually turn on the automatic snapshots you have to do the following:
1. Add an appropriate crontab entry, e.g.:
echo "*/5 * * * * root %%PREFIX%%/bin/zfs-snapshot-mgmt" >> /etc/crontab
See zfs-snapshot-mgmt(8) manpage for more details.