Commit Graph

98 Commits

Author SHA1 Message Date
Asif Bacchus
0d018e3b65 Updated exclusion processing section to only warn if errant file specified.
Logs if no file specified to begin with.
2018-10-16 02:07:47 -06:00
Asif Bacchus
2323eb435e Added logging of accepted mapped borg variables 2018-10-16 02:04:25 -06:00
Asif Bacchus
e7f5a836ec Correct error checking within tmp dir creation section 2018-10-16 02:02:04 -06:00
Asif Bacchus
fc3c793dc2 Added check/create tmp folder for borg to circumvent /tmp noexec problem 2018-10-16 01:37:44 -06:00
Asif Bacchus
15bf15269d Corrected spacing for clarity in if statement 2018-10-16 01:16:59 -06:00
Asif Bacchus
1e217bf88c Better sample prune timeframes 2018-10-14 23:47:21 -06:00
Asif Bacchus
6b9dadac86 Sample include/exclude lists for general setup 2018-10-14 23:47:08 -06:00
Asif Bacchus
5c172fea0a Updated directory structure 2018-10-14 23:34:56 -06:00
Asif Bacchus
239d2c60fb Removed testing env files from main git 2018-09-30 22:04:21 -06:00
Asif Bacchus
f9298f6fb8 updated create sqlDumpDir section 2018-09-07 04:59:24 -06:00
Asif Bacchus
0b4923fd79 Removed 'done' message after directory creation since not confirmed. 2018-09-07 04:52:27 -06:00
Asif Bacchus
5beb643819 fixed variable typo 2018-09-07 04:39:49 -06:00
Asif Bacchus
3783c7db19 Updated sqlDumpDir section to use updated checkExist 2018-09-07 04:39:11 -06:00
Asif Bacchus
626c6736b1 checkExist: removed 'verify' command, redundant to 'find' 2018-09-07 04:33:59 -06:00
Asif Bacchus
14490061c3 checkExist: file not found: updated code to 5 and changed occurances 2018-09-07 04:25:05 -06:00
Asif Bacchus
dc95edf22c checkExist: error: removed forced exit, log error instead 2018-09-07 04:24:00 -06:00
Asif Bacchus
2ada11039a added cleanup before exiting in checkExist 2018-09-07 04:17:09 -06:00
Asif Bacchus
1a3cfcb729 Added warning list to error exit sections 2018-09-07 04:14:12 -06:00
Asif Bacchus
7d3a59222e Added error handling to NC maint call section 2018-09-07 04:01:54 -06:00
Asif Bacchus
2a950b28c6 Created cleanup function for 503 and sqlDump 2018-09-07 03:57:46 -06:00
Asif Bacchus
1a59dcf2b6 Removed mention of code 105 in top comments. 2018-09-07 03:44:50 -06:00
Asif Bacchus
bcf5d079a1 Updated functions to provide code 200
for un-coded circumstances
2018-09-07 03:44:03 -06:00
Asif Bacchus
85ace3d5fd Replaced enter NC maint section with function call 2018-09-07 03:40:45 -06:00
Asif Bacchus
d4340201fe Added ncMaint function to enter/exit NC maint mode 2018-09-07 03:33:56 -06:00
Asif Bacchus
a308700086 Added exitError array for deferred exit.
Critical errors, but still had to cleanup.
2018-09-07 03:23:16 -06:00
Asif Bacchus
9154e4c76e Changed warning exit code 2018-09-07 03:18:36 -06:00
Asif Bacchus
f9de2c8398 Updated top comments with exit codes 2018-09-07 02:57:16 -06:00
Asif Bacchus
f792f69b6a Added exitWarning flags for borg return codes 2018-09-07 02:49:48 -06:00
Asif Bacchus
edd4cfb984 corrected calls to checkExist from 503 and sqlDump removal sections 2018-09-07 02:32:51 -06:00
Asif Bacchus
6ebbb262d5 Changed script exit to list all warnings in array variable (code 100) 2018-09-07 02:23:02 -06:00
Asif Bacchus
10f58c4c0a removed 'logFileQuiet' since it's un-needed.
Writes to that logfile are writes to all files.
2018-09-07 02:09:06 -06:00
Asif Bacchus
45071d8ddf remove sqlDump section:
Use new checkExist 'file not found' code
2018-09-07 02:00:00 -06:00
Asif Bacchus
d518a56027 503 removal section: use new checkExist 'file not found' code 2018-09-07 01:57:14 -06:00
Asif Bacchus
20435c4e76 checkExist: added return code 3 for 'file not found'. 2018-09-07 01:53:17 -06:00
Asif Bacchus
65c34ba1d2 checkExist: removed 'noFind' 2018-09-07 01:40:17 -06:00
Asif Bacchus
daf22676e5 checkExist: removed 'noFind' section. Redundant with 'find' 2018-09-07 01:37:32 -06:00
Asif Bacchus
fc786fdba7 checkFind: added provisions for:
checking for deleted file
unknown error with code 105
2018-09-07 01:23:33 -06:00
Asif Bacchus
c098b5c8fc Rewrote sqlDump removal and cleaned up the 503 removal section 2018-09-06 04:28:11 -06:00
Asif Bacchus
700d04d544 Correcting text in 503 removal section 2018-09-06 04:20:17 -06:00
Asif Bacchus
c3d25c391d Rewrote 503 removal section to use checkExist 2018-09-06 04:19:11 -06:00
Asif Bacchus
b9a3948372 Switched NC failure to exit maint mode from error to warning. 2018-09-06 04:02:21 -06:00
Asif Bacchus
934abe56dd Setup array variable for exitWarnings 2018-09-06 04:00:11 -06:00
Asif Bacchus
5a6d287d94 Changed error and warning messages for consistency (using CAPS) 2018-09-06 03:41:16 -06:00
Asif Bacchus
4d43b03419 Updated BorgBackup sections to use new logging variables 2018-09-06 03:30:43 -06:00
Asif Bacchus
c7b9ec9bcd Fixed variable type in NC maint section. Tested script. 2018-09-06 03:20:09 -06:00
Asif Bacchus
9cae90f3d9 Updated error codes 2018-09-06 03:14:34 -06:00
Asif Bacchus
af035719f8 Updated SQL dump section to use new quit function 2018-09-06 03:14:19 -06:00
Asif Bacchus
664290acd2 Updated NC maint section to use new quit function 2018-09-06 03:11:13 -06:00
Asif Bacchus
185860100d Removed old 503 section 2018-09-06 03:00:07 -06:00
Asif Bacchus
d6746a2548 checkExist: Updated warning and error text for consistency. 2018-09-06 02:59:22 -06:00