mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
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
10 lines
364 B
Text
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
|