From adefe1e449a756dbc40b69998a08773ff8e84511 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Sat, 16 Sep 2023 14:27:24 +0200 Subject: [PATCH] update --- kopia_backup/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kopia_backup/readme.md b/kopia_backup/readme.md index 23980d4..f458f66 100644 --- a/kopia_backup/readme.md +++ b/kopia_backup/readme.md @@ -169,8 +169,9 @@ kopia repository disconnect # kopia does not interupts its run with an error if target or repository are missing # this makes systemd OnSuccess OnFailure not behaving as they should -# below are checks of paths, so that the exit code can be error if they do not exists -# they are at the end because some backup might be done, we just want error report +# below are checks for paths, that results in immediate error exit code if they do not exist +# they are at the end because some backup might get done even another is missing something +# we just want the error exit code IFS=' ' read -ra paths <<< "$BACKUP_THIS" for path in "${paths[@]}"; do