Verbose output for backup

This commit is contained in:
Anthony Wang 2022-03-21 15:20:38 -05:00
parent 97e60d07cf
commit 7a5dce7bbf
Signed by: a
GPG key ID: BC96B00AEC5F2D76

5
backup
View file

@ -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 \
'/'