From dbfe888b8bebf386817c6f67116d25235bf47e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 20 May 2019 22:42:30 +0200 Subject: [PATCH] Disable redundant compression in gpg --- backup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backup.sh b/backup.sh index 2d43f1e..fe01642 100755 --- a/backup.sh +++ b/backup.sh @@ -66,6 +66,7 @@ timestamp="$(date --utc -Iseconds)" | tmpgpg \ --output - \ --encrypt \ + --compress-algo none \ --recipient "${gpg_pubkey_id}" \ | aws \ s3 cp \