From 0400333c4b3345e3b375ec3644219bebd67b3f28 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 1 Jan 2023 22:49:52 +0300 Subject: [PATCH] No gpg-e-fast --- bin/bin/zsnap.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/zsnap.zsh b/bin/bin/zsnap.zsh index 67fff3c..c25a989 100755 --- a/bin/bin/zsnap.zsh +++ b/bin/bin/zsnap.zsh @@ -14,7 +14,7 @@ EOF exit 1 } -enccmd=(~stargrave/bin/gpg-e-fast.sh --recipient offline) +enccmd=(gpg --compress-level 0 --encrypt --recipient offline) [[ $# -ge 2 ]] || usage -- 2.44.0