summaryrefslogtreecommitdiff
path: root/filesystems/zfs-snapshot-mgmt/files/pkg-message.in
blob: 8b9ac6273efeb20f6b5d0a8417c3e1a297bddca6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
{ 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
},
{ type: remove
  message: <<EOM
Remember to remove zfs-snapshot-mgmt entry from cron configuration.
Otherwise the system will be constantly trying to call the deinstalled script.
EOM
}
]