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 \