From e93711a2f645e746d702736fe09a5d3d01f92fe1 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 11 Jul 2020 09:07:50 -0500 Subject: [PATCH] Switch storage class for monthlies Cause they're gonna be yuuuuge --- roles/desktop/templates/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/desktop/templates/backup.sh b/roles/desktop/templates/backup.sh index aea75ee..4c16cef 100644 --- a/roles/desktop/templates/backup.sh +++ b/roles/desktop/templates/backup.sh @@ -57,7 +57,7 @@ for dir in /home/*; do | gzip -c | aws s3 cp - "s3://$s3bucket" \ --recursive \ --only-show-errors \ - --store-class STANDARD + --store-class STANDARD_IA else log "Could not satisfy requirements for AWS CLI" fi