Fix some tar syntax, include dotfiles
This commit is contained in:
parent
e6a3520795
commit
8956555ac1
@ -53,7 +53,7 @@ for dir in /home/*; do
|
|||||||
--exclude "$dir/Dropbox" \
|
--exclude "$dir/Dropbox" \
|
||||||
--exclude "$dir/Nextcloud" \
|
--exclude "$dir/Nextcloud" \
|
||||||
--exclude "$dir/snap" \
|
--exclude "$dir/snap" \
|
||||||
f - "$dir/"* \
|
"$dir/."* \
|
||||||
| aws s3 cp - "s3://$s3bucket" \
|
| aws s3 cp - "s3://$s3bucket" \
|
||||||
--only-show-errors \
|
--only-show-errors \
|
||||||
--storage-class STANDARD_IA
|
--storage-class STANDARD_IA
|
||||||
|
Loading…
Reference in New Issue
Block a user