fixed notification

This commit is contained in:
Eric Lay 2023-06-24 18:52:07 -05:00
parent ce63ea3b7d
commit af42157ec6
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ backup_exit=$?
# archives of THIS machine. The '{hostname}-*' matching is very important to
# limit prune's operation to this machine's archives and not apply to
# other machines' archives also:
notify info "Pruning repository: $BORG_REPO"
notify info "Pruning repository"
infoLine "Pruning repository"
borg prune \
@ -107,7 +107,7 @@ borg prune \
prune_exit=$?
# actually free repo disk space by compacting segments
notify info "Compacting repository: $BORG_REPO"
notify info "Compacting repository"
infoLine "Compacting repository"
borg compact 2>> "$logFile"