ports/sysutils/py-pyznap/files/pkg-message.in
Mateusz Piotrowski b046a82a0d sysutils/py-pyznap: Update to v1.1.0
Changelog:
- pyznap now uses pv to show progress of zfs send operations.
- Better error handling during zfs send over ssh.

PR:		232787
Submitted by:	Dries Michiels <driesm.michiels@gmail.com> (maintainer)
Reviewed by:	krion
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D17753
2018-11-02 13:05:25 +00:00

10 lines
364 B
Text

Now it is time to set-up the main configuration file.
First run "pyznap setup", a sample configuration will be copied
to %%ETCDIR%%/pyznap/pyznap.conf.
After configuring the file to your liking setup cron(8) with the
following entries:
*/15 * * * * root %%BINDIR%%/pyznap snap >> /var/log/pyznap.log
0 0 * * * root %%BINDIR%%/pyznap send >> /var/log/pyznap.log