oopsies :3
This commit is contained in:
parent
a65b8bf190
commit
9bfb627a2e
@ -11,8 +11,8 @@ echo "with excluded folders: $( du -sh --exclude-from="$EXCLUDE_FILE" "$HOME" )"
|
|||||||
echo "with everything : $( du -sh "$HOME" )"
|
echo "with everything : $( du -sh "$HOME" )"
|
||||||
echo "file will be saved as $FILE"
|
echo "file will be saved as $FILE"
|
||||||
|
|
||||||
sudo tar --exclude-from="$EXCLUDE_FILE" \
|
sudo tar --exclude-from="$EXCLUDE_FILE" \
|
||||||
--create --verbose --preserve-permissions \
|
--create --verbose --preserve-permissions \
|
||||||
--gzip --file "$FILE" "$HOME"
|
--gzip --file "$FILE" "$HOME"
|
||||||
|
|
||||||
sudo chown "$USER":"$USER" "$FILE"
|
sudo chown "$USER":"$USER" "$FILE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user