summaryrefslogtreecommitdiff
path: root/filesystems/zfs-replicate/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/zfs-replicate/pkg-message')
-rw-r--r--filesystems/zfs-replicate/pkg-message15
1 files changed, 15 insertions, 0 deletions
diff --git a/filesystems/zfs-replicate/pkg-message b/filesystems/zfs-replicate/pkg-message
new file mode 100644
index 000000000000..385ffcd0e03a
--- /dev/null
+++ b/filesystems/zfs-replicate/pkg-message
@@ -0,0 +1,15 @@
+[
+{ 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
+}
+]