]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/zsnap
Encrypted datasets compatibility
[dotfiles.git] / bin / bin / zsnap
index 948fe65a9017371a3bdb308e8e4785bbe9d76c85..5dab4c33a8aa65bb0a32ee38c8d5396513800992 100755 (executable)
@@ -58,7 +58,7 @@ case $action in
         [[ $latest_dst != $latest_filename ]]
         setopt PIPE_FAIL
         set -x
-        zfs send -Rv -i ${latest_dst:gs#%#/} $latest | zstd | $enccmd > \
+        zfs send -Rwv -i ${latest_dst:gs#%#/} $latest | zstd | $enccmd > \
             $dst/$latest_filename.zfs.zst.gpg
         set +x
         sync