mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
Ben Woods
aa29472b28
sysutils/zrepl: Update to 0.1.1
Changes this release: https://zrepl.github.io/v0.1.1/changelog.html WARNING - BREAKING CHANGES WITH THE ZREPL 0.1.X RELEASE: There are a number of breaking changes this release. To ensure zrepl continues to function correctly, ensure you read the changelog, and then perform the following on both sides of the replication: - Stop the zrepl service: # service zrepl stop - Upgrade the zrepl package: # pkg upgrade zrepl - Modify the zrepl config: # vi /usr/local/etc/zrepl/zrepl.yml - Check the configuration: # service zrepl configtest - Start the zrepl service: # service zrepl start - Monitor the zrepl service: # zrepl status DANGER - SNAPSHOT PRUNING REQUIRES EXPLICIT KEEP RULES: For any ZFS snapshot that you want to keep, at least one rule must match. This is different from previous releases where pruning only affected snapshots with the configured snapshotting prefix. Make sure that snapshots to be kept or ignored by zrepl are covered, e.g. by using the regex keep rule. This also applies to snapshots taken by means other than zrepl (e.g. manually). PR: 237667 Submitted by: Michael Zhilin (mizhka@gmail.com) Differential Revision: https://reviews.freebsd.org/D20095
…
…
This is the FreeBSD Ports Collection. For an easy to use WEB-based interface to it, please see: https://www.FreeBSD.org/ports For general information on the Ports Collection, please see the FreeBSD Handbook ports section which is available from: https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html for the latest official version or: The ports(7) manual page (man ports). These will explain how to use ports and packages. If you would like to search for a port, you can do so easily by saying (in /usr/ports): make search name="<name>" or: make search key="<keyword>" which will generate a list of all ports matching <name> or <keyword>. make search also supports wildcards, such as: make search name="gtk*" For information about contributing to FreeBSD ports, please see the Porter's Handbook, available at: https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/ NOTE: This tree will GROW significantly in size during normal usage! The distribution tar files can and do accumulate in /usr/ports/distfiles, and the individual ports will also use up lots of space in their work subdirectories unless you remember to "make clean" after you're done building a given port. /usr/ports/distfiles can also be periodically cleaned without ill-effect.
Description
Languages
Makefile
46.9%
C
18.2%
C++
16.8%
Roff
6%
Shell
4.9%
Other
5.8%