X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=backup-script.git;a=blobdiff_plain;f=bin%2Fbackup-script;h=2c6fd823704adf916c7837c673e6ff971a742e71;hp=2b9f7d7f2e91f4c45cdea62581bc211bbf1a934d;hb=28db532889a6e5ce57ec9d32bef793c6a621a41c;hpb=566dfc1852216acad83272d9216858f44d5ce26f diff --git a/bin/backup-script b/bin/backup-script index 2b9f7d7..2c6fd82 100755 --- a/bin/backup-script +++ b/bin/backup-script @@ -639,6 +639,8 @@ if [ $count_started -ne $count_ok ]; then echo "-----> THERE HAVE BEEN ERRORS! <-----" echo exit 6 +elif [ $count_all -ne $count_started ]; then + exit 7 fi # -eof-