Increase logging for borg verify

dev
hkbakke 2016-12-22 20:07:24 +01:00
parent 2ef03d777a
commit f3f4b4f937
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ borg_prune () {
}
borg_verify () {
$BORG check --show-rc "${REPO}"
$BORG check --info "${REPO}"
}
borg_unlock () {