diff --git a/roles/desktop/templates/backup.sh b/roles/desktop/templates/backup.sh index 0e4c069..2ecc7c4 100644 --- a/roles/desktop/templates/backup.sh +++ b/roles/desktop/templates/backup.sh @@ -57,7 +57,7 @@ for dir in /home/*; do | aws s3 cp - "s3://$s3bucket" \ --recursive \ --only-show-errors \ - --store-class STANDARD_IA + --storage-class STANDARD_IA else log "Could not satisfy requirements for AWS CLI" fi