[Bug 280987] Update sysutils/zfs-replicate port to version 1.0
Date: Thu, 22 Aug 2024 00:49:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280987
Bug ID: 280987
Summary: Update sysutils/zfs-replicate port to version 1.0
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: tschetter.victor@gmail.com
Created attachment 252997
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252997&action=edit
diff file for requested changes
Update sysutils/zfs-replicate to version 1.0
This version includes enhancements and features such as
- supports PUSH or PULL replication
- supports LOCAL or REMOTE replication
- supports multiple pool/dataset pairs to replicate
- everything is logged to `${SCRIPTPATH}/logs` by default (can be set to custom
location using $LOGBASE variable) but its better to keep it together with the
scripts
- runs off a well documented `config.sh` file (see below)
- can be run on any schedule using cron with `bash zfs-replicate.sh -config.sh`
- (for XigmaNAS) includes a `status-report.sh` that can be used to email latest
replication status, which will email the latest replication status at your
preferred schedule. Simply add it as a custom script in the email settings
under "System > Advanced > Email Reports"
- includes ALLOW_REPLICATE_FROM_SCRATCH option (see below, or `config.sh` file
for details)
--
You are receiving this mail because:
You are the assignee for the bug.