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)"