blob: 4d5bd81cca7ffca157f2f5208d57f1b41e8db8c7 (
plain)
1
2
3
4
5
6
7
8
9
|
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.
|