Disable redundant compression in gpg

This commit is contained in:
Hannes Körber
2019-05-20 22:42:30 +02:00
parent 8ce34adf83
commit dbfe888b8b

View File

@@ -66,6 +66,7 @@ timestamp="$(date --utc -Iseconds)"
| tmpgpg \ | tmpgpg \
--output - \ --output - \
--encrypt \ --encrypt \
--compress-algo none \
--recipient "${gpg_pubkey_id}" \ --recipient "${gpg_pubkey_id}" \
| aws \ | aws \
s3 cp \ s3 cp \