From 5a466a641be0890cdef23ce1a439e8b42ecdec83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 20 May 2019 22:02:41 +0200 Subject: [PATCH] Use DEEP_ARCHIVE storage class --- backup.sh | 1 + 1 file changed, 1 insertion(+) 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