From e6a3520795e0438c2eab949d7e1f382a3145435c Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 11 Jul 2020 09:10:03 -0500 Subject: [PATCH] Fix aws cli trying to recurse through stdin lol whoops --- roles/desktop/templates/backup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/desktop/templates/backup.sh b/roles/desktop/templates/backup.sh index 2ecc7c4..c2550ff 100644 --- a/roles/desktop/templates/backup.sh +++ b/roles/desktop/templates/backup.sh @@ -55,7 +55,6 @@ for dir in /home/*; do --exclude "$dir/snap" \ f - "$dir/"* \ | aws s3 cp - "s3://$s3bucket" \ - --recursive \ --only-show-errors \ --storage-class STANDARD_IA else