Fix aws cli trying to recurse through stdin
lol whoops
This commit is contained in:
parent
4ffb39d6c8
commit
e6a3520795
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user