mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
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.
|
|
|