forked from Lainports/freebsd-ports
- Update to 0.2.1 [1] - Unbreak build on aarch64, by updating to newer golang:sys [2] - Move sample file for syslog.d and newsyslog.conf.d to EXAMPLESDIR [3] - Migrate to USES=go:modules to simplify building go dependency list - Add new EXAMPLES option to allow installing these to be optional Changes this release: https://github.com/zrepl/zrepl/blob/v0.2.1/docs/changelog.rst PR: 243354 [1], 242456 [2], 229445 [3] Submitted by: dmgk [2] Reported by: asomers [1], yuri [3]
27 lines
896 B
Text
27 lines
896 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Messages from sysutils/zrepl:
|
|
|
|
SETUP BEFORE FIRST USE:
|
|
- Create the log file /var/log/zrepl.log:
|
|
# service newsyslog restart
|
|
- Teach syslogd to redirect facility local0 to the zrepl.log file:
|
|
# service syslogd reload
|
|
- Modify the %%PREFIX%%/etc/zrepl/zrepl.yml configuration file
|
|
- For remote backups, create the SSH key pair and authorized_keys file
|
|
- Enable the zrepl daemon to start automatically at boot:
|
|
# sysrc zrepl_enable="YES"
|
|
- Start the zrepl daemon:
|
|
# service zrepl start
|
|
|
|
Documentation: https://zrepl.github.io/
|
|
Changelog: https://zrepl.github.io/master/changelog.html
|
|
|
|
DANGER - SNAPSHOT PRUNING REQUIRES EXPLICIT KEEP RULES:
|
|
For any ZFS snapshot that you want to keep, at least one rule must match.
|
|
This also applies to snapshots taken by means other than zrepl
|
|
(e.g. snapshots taken manually or via boot environment tools).
|
|
EOM
|
|
}
|
|
]
|