diff --git a/backup.sh b/backup.sh index fe01642..ea1c9dc 100755 --- a/backup.sh +++ b/backup.sh @@ -67,6 +67,8 @@ timestamp="$(date --utc -Iseconds)" --output - \ --encrypt \ --compress-algo none \ + --cipher-algo AES256 \ + --digest-algo SHA256 \ --recipient "${gpg_pubkey_id}" \ | aws \ s3 cp \