From ef5f4c746e2395fd1e9295d0d32e66ca080942e6 Mon Sep 17 00:00:00 2001 From: Philip Brown Date: Sat, 22 Jan 2022 22:02:12 +0000 Subject: [PATCH] fix syntax example for ZREP_SEND_FLAGS --- zrep | 2 +- zrep_vars | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zrep b/zrep index cc7cdcc..49224ee 100755 --- a/zrep +++ b/zrep @@ -97,7 +97,7 @@ ZREP_RENAME_UNSENT=${ZREP_RENAME_UNSENT:-yes} # compressed filesystems will be sent in compressed form, rather # then autouncompressing # --raw is sometime used for encrypted filesystems -#ZREP_SEND_FLAGS=-c -raw +#ZREP_SEND_FLAGS="-c --raw" # Theoretically identical in purpose to ZREP_SEND_FLAGS, but it turns out that when using # zfs send -t (resume-token) diff --git a/zrep_vars b/zrep_vars index 25ed5a3..84eff65 100644 --- a/zrep_vars +++ b/zrep_vars @@ -89,7 +89,7 @@ ZREP_RENAME_UNSENT=${ZREP_RENAME_UNSENT:-yes} # compressed filesystems will be sent in compressed form, rather # then autouncompressing # --raw is sometime used for encrypted filesystems -#ZREP_SEND_FLAGS=-c -raw +#ZREP_SEND_FLAGS="-c --raw" # Theoretically identical in purpose to ZREP_SEND_FLAGS, but it turns out that when using # zfs send -t (resume-token)