summaryrefslogtreecommitdiff
path: root/sysutils/zfs-snapshot-mgmt/files/pkg-message.in
blob: 743b1cdc83414e58a9d9f7fc438cf81b7e6514fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
{ type: install
  message: <<EOM
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.
EOM
}
]