From af42157ec637af136a2fb76cf5ddd756dd9a4a33 Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Sat, 24 Jun 2023 18:52:07 -0500 Subject: [PATCH] fixed notification --- borg-backup/backup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borg-backup/backup b/borg-backup/backup index 6ebff63..b93ea28 100755 --- a/borg-backup/backup +++ b/borg-backup/backup @@ -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"