freebsd-ports/sysutils/freebsd-snapshot/files/pkg-message.in
Wesley Shields f34d3e962e - Update to 20081212.1
- Clarify pkg-message

Submitted by:	maintainer (private mail)
2009-01-31 02:43:02 +00:00

27 lines
823 B
Text

Using periodic for flexible snapshot backup creation
----------------------------------------------------
Edit your crontab and include this:
# Perform hourly/daily/weekly maintenance (FreeBSD UFS2/ZFS snapshots only).
0 * * * * root %%PREFIX%%/sbin/periodic-snapshot hourly
0 0 * * * root %%PREFIX%%/sbin/periodic-snapshot daily
0 0 * * 0 root %%PREFIX%%/sbin/periodic-snapshot weekly
and edit your periodic.conf and include this:
# UFS2/ZFS Snapshot Creation
snapshot_enable="YES"
snapshot_schedule="/,/usr:2:1:0 /var:0:2:4 /home:2:6:8@8,12,16,20"
----
Using auto-mount for easy access to snapshot data
--------------------------------------------------
Edit your rc.conf and include this:
# UFS2/ZFS Snapshot Access
amd_enable="YES"
amd_flags="-a /.am -c 1800 -w 60 -l syslog /snap %%PREFIX%%/etc/amd.map.snap"