Minor bugfixes Doc updates Codeowner file added PR: 281210 Reported by: Victor <tschetter.victor@gmail.com> (Maintainer)
16 lines
512 B
Plaintext
16 lines
512 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|