quit yapping

Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
This commit is contained in:
yigid balaban 2024-03-09 21:35:34 +03:00
parent 4ce50aef69
commit 477b59d866
Signed by: fyb
GPG Key ID: E21FEB2C244CB7EB

View File

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