From c8fba00b7b75de62d2e4fc86d03526cd0a73ed48 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 18 May 2019 23:27:08 -0600 Subject: [PATCH] update err100, delete err101, create warn101 --- backup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.sh b/backup.sh index 23197a5..4e88d56 100755 --- a/backup.sh +++ b/backup.sh @@ -266,8 +266,7 @@ borgConfig=() xtraFiles=() ### Error codes -errorExplain[100]="Could not put Seafile into maintenance mode" -errorExplain[101]="Could not exit Seafile maintenance mode" +errorExplain[100]="Could not start Seafile service(s)" errorExplain[200]="Could not dump Seafile SQL database" errorExplain[210]="Invalid or non-existant borg base directory specified (borg backup details file)" errorExplain[211]="Invalid or non-existant path to borg SSH keyfile (borg backup details file)" @@ -277,6 +276,7 @@ errorExplain[220]="Borg exited with a critical error. Please check this script's errorExplain[221]="Borg prune exited with ERRORS. Please check this script's logfile for details" ### Warning codes & messages +warningExplain[101]="Could not stop Seafile service(s) normally, had to force" warningExplain[111]="Could not remove SQL dump file and directory, please remove manually" warningExplain[5030]="Could not remove 503 error page. This MUST be removed manually before NGINX will serve webclients!" warningExplain[5031]="No webroot path was specified (-w parameter missing)"