Skip to content

Commit

Permalink
fix syntax example for ZREP_SEND_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
ppbrown committed Jan 22, 2022
1 parent 75da57b commit ef5f4c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zrep
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion zrep_vars
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ef5f4c7

Please sign in to comment.