From 477b59d866c38b6ac73f08fc98abc7ba724d0ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Sat, 9 Mar 2024 21:35:34 +0300 Subject: [PATCH] quit yapping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferit Yiğit BALABAN --- backup_home.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup_home.sh b/backup_home.sh index ca29df7..ba46b50 100755 --- a/backup_home.sh +++ b/backup_home.sh @@ -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"