Fix trying to double-compress backups
This commit is contained in:
parent
e93711a2f6
commit
5b74e64692
@ -54,7 +54,7 @@ for dir in /home/*; do
|
||||
--exclude "$dir/Nextcloud" \
|
||||
--exclude "$dir/snap" \
|
||||
f - "$dir/"* \
|
||||
| gzip -c | aws s3 cp - "s3://$s3bucket" \
|
||||
| aws s3 cp - "s3://$s3bucket" \
|
||||
--recursive \
|
||||
--only-show-errors \
|
||||
--store-class STANDARD_IA
|
||||
|
Loading…
Reference in New Issue
Block a user