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" \
|
--exclude "$dir/snap" \
|
||||||
f - "$dir/"* \
|
f - "$dir/"* \
|
||||||
| aws s3 cp - "s3://$s3bucket" \
|
| aws s3 cp - "s3://$s3bucket" \
|
||||||
--recursive \
|
|
||||||
--only-show-errors \
|
--only-show-errors \
|
||||||
--storage-class STANDARD_IA
|
--storage-class STANDARD_IA
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user