From 7a5dce7bbff5652879bc0ea56f89768b668cf0ff Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Mon, 21 Mar 2022 15:20:38 -0500 Subject: [PATCH] Verbose output for backup --- backup | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/backup b/backup index 3ce01b4..4e1fcd4 100755 --- a/backup +++ b/backup @@ -24,7 +24,7 @@ fi # Do the backup as non-intrusively as possible. echo "Indexing ${name}..." nice -n19 ionice -c3 \ - bup index \ + bup index -vv \ --exclude='/var/tmp' \ --exclude='/var/cache' \ --exclude='/var/log/journal' \ @@ -49,8 +49,7 @@ nice -n19 ionice -c3 \ echo "Backing up ${name} to '${repository}'..." nice -n19 ionice -c3 \ - bup save \ + bup save -vv \ --name="${name}" \ --compress=9 \ - -vv \ '/'