diff --git a/backup.sh b/backup.sh index 8847966..e9ea2ac 100755 --- a/backup.sh +++ b/backup.sh @@ -69,6 +69,7 @@ timestamp="$(date --utc -Iseconds)" --recipient "${gpg_pubkey_id}" \ | aws \ s3 cp \ + --storage-class DEEP_ARCHIVE \ - \ "s3://${bucket}/${name}-${timestamp}/${filepath}.tar.gz.gpg" done