From 22925fd77485a492c6c64b82e35b3800519071dc Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 21 Jun 2020 13:19:32 +0200 Subject: [PATCH] backup: less verbose, please --- .bin/daily.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bin/daily.sh b/.bin/daily.sh index a9924f4..be09ad8 100755 --- a/.bin/daily.sh +++ b/.bin/daily.sh @@ -13,9 +13,6 @@ git --git-dir=$HOME/.cfg/ --work-tree=$HOME push info "Starting backup" borg create \ - --verbose \ - --filter AME \ - --list \ --stats \ --show-rc \ --compression lz4 \