1
0
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
2019-06-04 14:14:23 +00:00
2019-05-21 10:11:54 +00:00
2019-05-23 21:08:34 +00:00
2019-06-03 18:37:23 +00:00
2019-06-03 23:02:08 +00:00
2019-06-04 09:01:47 +00:00
2019-06-03 18:36:47 +00:00
2019-06-03 11:05:28 +00:00
2019-05-23 21:08:34 +00:00
2019-05-31 10:27:54 +00:00
2019-05-27 19:43:02 +00:00
2019-06-04 08:23:41 +00:00
2019-05-23 21:08:34 +00:00
2019-05-23 21:08:34 +00:00
2019-05-23 21:08:34 +00:00
2019-06-04 06:02:20 +00:00
2019-06-03 06:23:57 +00:00
2019-06-02 18:51:48 +00:00
2019-05-31 11:48:15 +00:00
2019-05-10 04:31:53 +00:00
2019-04-09 14:04:49 +00:00
2019-06-03 18:37:18 +00:00
2019-06-04 06:45:05 +00:00
2019-05-23 21:08:34 +00:00
2019-06-03 16:02:05 +00:00
2019-05-23 21:08:34 +00:00
2019-06-02 07:44:51 +00:00
2019-06-04 14:14:23 +00:00
2019-05-23 21:08:34 +00:00
2019-06-04 10:02:56 +00:00
2019-06-03 22:34:58 +00:00
2019-06-03 18:46:00 +00:00
2019-01-01 00:47:10 +00:00
2019-04-30 16:32:29 +00:00
2019-06-02 10:04:35 +00:00
2019-06-02 13:55:36 +00:00

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
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Readme 3.4 GiB
Languages
Makefile 46.9%
C 18.2%
C++ 16.8%
Roff 6%
Shell 4.9%
Other 5.8%