693c8d0237
PR: 140045 Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer
9 lines
252 B
Text
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.
|
|
|