oopsies :3

This commit is contained in:
yigid balaban 2024-01-04 21:52:27 +03:00
parent a65b8bf190
commit 9bfb627a2e
Signed by: fyb
GPG Key ID: E21FEB2C244CB7EB

View File

@ -11,8 +11,8 @@ echo "with excluded folders: $( du -sh --exclude-from="$EXCLUDE_FILE" "$HOME" )"
echo "with everything : $( du -sh "$HOME" )"
echo "file will be saved as $FILE"
sudo tar --exclude-from="$EXCLUDE_FILE" \
--create --verbose --preserve-permissions \
sudo tar --exclude-from="$EXCLUDE_FILE" \
--create --verbose --preserve-permissions \
--gzip --file "$FILE" "$HOME"
sudo chown "$USER":"$USER" "$FILE"