Added error code explanations for borg variable errors

This commit is contained in:
Asif Bacchus 2018-10-14 06:17:35 -06:00
parent 5c98f73134
commit 396638b4e2

View File

@ -168,6 +168,9 @@ xtraFiles=()
errorExplain[100]="Could not put NextCloud into maintenance mode" errorExplain[100]="Could not put NextCloud into maintenance mode"
errorExplain[101]="Could not exit NextCloud maintenance mode" errorExplain[101]="Could not exit NextCloud maintenance mode"
errorExplain[200]="Could not dump NextCloud SQL database" errorExplain[200]="Could not dump NextCloud 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)"
errorExplain[212]="Name of borg repo was not specified (borg backup details file)"
### Warning codes & messages ### Warning codes & messages
warningExplain[111]="Could not remove SQL dump file and directory, please remove manually" warningExplain[111]="Could not remove SQL dump file and directory, please remove manually"