opnsense-ports/filesystems/zfs-replicate/pkg-message
Franco Fichtner a2caadc357 */*: sync with upstream
Taken from: FreeBSD
2024-11-07 11:56:40 +01:00

15 lines
512 B
Text

[
{ type: install
message: <<EOM
To run zfs-replicate, copy /usr/local/share/zfs-replicate/config.sample.sh to
/usr/local/share/zfs-replicate/config.sh, customize to your environment, and
run using "zfs-replicate -c /usr/local/share/zfs-replicate/config.sh"
The only option that does not have a default, and needs to be set is the REPLICATE_SETS
To check last log, run "zfs-replicate -c /usr/local/share/zfs-replicate/config.sh -s"
See https://github.com/aaronhurt/zfs-replicate for documentation.
EOM
}
]