From: Sergey Matveev Date: Wed, 10 May 2023 10:27:32 +0000 (+0300) Subject: Encrypted datasets compatibility X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1ee27823ec3487161bb51fbc46a7fb3b84b0d407;p=dotfiles.git Encrypted datasets compatibility --- diff --git a/bin/bin/zsnap b/bin/bin/zsnap index c25a989..948fe65 100755 --- a/bin/bin/zsnap +++ b/bin/bin/zsnap @@ -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 ;;