]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/zsnap
Fixed command name
[dotfiles.git] / bin / bin / zsnap
index c25a9893179e0b4a48b30e96cc3e51b2c52bec34..948fe65a9017371a3bdb308e8e4785bbe9d76c85 100755 (executable)
@@ -44,7 +44,7 @@ case $action in
         dst=$3
         [[ -d $dst ]] || usage
         setopt PIPE_FAIL
-        zfs send -Rv $latest | zstd | $enccmd > $dst/$latest_filename.zfs.zst.gpg
+        zfs send -Rwv $latest | zstd | $enccmd > $dst/$latest_filename.zfs.zst.gpg
         sync
         touch $dst/$latest_filename.from
         ;;