Changed formatting of the pkg-message and added note that you need to run periodic hourly to get hourly snapshots.
Author: rm Date: Wed Feb 12 07:30:15 2014 New Revision: 343866 URL: http://svnweb.freebsd.org/changeset/ports/343866 QAT: https://qat.redports.org/buildarchive/r343866/ Log: - reformat and update pkg-message PR: 186442 Submitted by: Peter Ankerstal <peter@pean.org> (maintainer) Modified: head/sysutils/zfs-periodic/pkg-message Modified: head/sysutils/zfs-periodic/pkg-message ============================================================================== --- head/sysutils/zfs-periodic/pkg-message Wed Feb 12 07:17:00 2014 (r343865) +++ head/sysutils/zfs-periodic/pkg-message Wed Feb 12 07:30:15 2014 (r343866) @@ -1,22 +1,25 @@ - - In order to enable periodic snapshots you need - to add these lines to your /etc/periodic.conf - hourly_output="root" - hourly_show_success="NO" - hourly_show_info="YES" - hourly_show_badconfig="NO" - hourly_zfs_snapshot_enable="YES" - hourly_zfs_snapshot_pools="tank" - hourly_zfs_snapshot_keep=6 - daily_zfs_snapshot_enable="YES" - daily_zfs_snapshot_pools="tank" - daily_zfs_snapshot_keep=7 - weekly_zfs_snapshot_enable="YES" - weekly_zfs_snapshot_pools="tank" - weekly_zfs_snapshot_keep=5 - monthly_zfs_snapshot_enable="YES" - monthly_zfs_scrub_enable="YES" - monthly_zfs_scrub_pools="tank" - monthly_zfs_snapshot_pools="tank" - monthly_zfs_snapshot_keep=2 +In order to enable periodic snapshots you need +to add these lines to your /etc/periodic.conf + +hourly_output="root" +hourly_show_success="NO" +hourly_show_info="YES" +hourly_show_badconfig="NO" +hourly_zfs_snapshot_enable="YES" +hourly_zfs_snapshot_pools="tank" +hourly_zfs_snapshot_keep=6 +daily_zfs_snapshot_enable="YES" +daily_zfs_snapshot_pools="tank" +daily_zfs_snapshot_keep=7 +weekly_zfs_snapshot_enable="YES" +weekly_zfs_snapshot_pools="tank" +weekly_zfs_snapshot_keep=5 +monthly_zfs_snapshot_enable="YES" +monthly_zfs_snapshot_pools="tank" +monthly_zfs_snapshot_keep=2 + +To get hourly snapshots you also need to add +something like this to /etc/crontab: + +2 * * * * root periodic hourly _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
State Changed From-To: open->closed Committed, thank you!