From 4a83cdb755ce6c3bf0bd0e583d46edf66b1dff49 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 27 May 2019 03:09:21 -0600 Subject: [PATCH] noted new error codes --- backup_new.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backup_new.sh b/backup_new.sh index 39be447..35b5124 100755 --- a/backup_new.sh +++ b/backup_new.sh @@ -478,4 +478,6 @@ exit 0 # 111: could not create tmp dir for SQL dump files # 115: could not dump CCNET-DB # 116: could not dump SEAFILE-DB -# 117: could not dump SEAHUB-DB \ No newline at end of file +# 117: could not dump SEAHUB-DB +# 130: null borg configuration variable +# 131: invalid borg configuration variable \ No newline at end of file