From 61598c96a3f7247621ffaf9dc42dfdf986f43e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Tue, 12 Dec 2023 23:07:57 +0100 Subject: [PATCH] Add new --quiet flag to github-backup Suppress informational messages and show only warnings and errors. --- github-backup/backup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/github-backup/backup.sh b/github-backup/backup.sh index 21e44a3..f5e9cd1 100755 --- a/github-backup/backup.sh +++ b/github-backup/backup.sh @@ -8,6 +8,7 @@ # start the backup /home/geany/github-backup/venv/bin/github-backup \ + --quiet \ --token file:///home/geany/.github-token \ --issues \ --issue-comments \