Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Major updates. | William Harrington | 2021-12-11 | 1 | -28/+28 |
| | |||||
* | Create fail and success functions and remove trailing white spaces at ends ↵ | William Harrington | 2021-04-15 | 1 | -2/+2 |
| | | | | of lines. | ||||
* | Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS. | William Harrington | 2021-04-13 | 1 | -0/+1 |
| | |||||
* | Add shellcheck directives. | William Harrington | 2021-04-08 | 1 | -0/+2 |
| | |||||
* | Change backup file to proper user:group ownership after creation. | William Harrington | 2021-04-07 | 1 | -1/+1 |
| | |||||
* | Make tar command verbose and log to backup and cleanup logs. | William Harrington | 2021-04-05 | 1 | -11/+11 |
| | |||||
* | Use printf instead of echo. | William Harrington | 2021-04-02 | 1 | -1/+1 |
| | |||||
* | Cleanup information messages. | William Harrington | 2021-04-02 | 1 | -1/+1 |
| | |||||
* | Format FAIL and OK messages with intense color. Reset colors before new ↵ | William Harrington | 2021-04-02 | 1 | -3/+3 |
| | | | | line. Try to keep a sane style in the scripts. | ||||
* | Change cleanup and backup already performed messages. | William Harrington | 2021-04-01 | 1 | -1/+1 |
| | |||||
* | Use intense color and indention for backup already found message. | William Harrington | 2021-04-01 | 1 | -1/+1 |
| | |||||
* | Add new line after backup already found message. | William Harrington | 2021-04-01 | 1 | -1/+1 |
| | |||||
* | Adjust function spinner to take in a spinner type. If no type is defined ↵ | William Harrington | 2021-04-01 | 1 | -1/+1 |
| | | | | then random will be chosen. Pass the 2nd argument as spinnertype when spinner is invoked. Cleanup some extraction text and reset the colors at the end. | ||||
* | Remove unset command at end and direct all output to /dev/null for tar. | William Harrington | 2021-03-26 | 1 | -5/+3 |
| | |||||
* | Unset variables no longer used. | William Harrington | 2021-03-25 | 1 | -0/+2 |
| | |||||
* | Change case of FILE to file and rename DIRS to directories. | William Harrington | 2021-03-25 | 1 | -5/+5 |
| | |||||
* | Use HOME variable when changing ownership of backup archive. | William Harrington | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Adjust some text and use printf. | William Harrington | 2021-03-24 | 1 | -3/+3 |
| | |||||
* | Adjust indention. | William Harrington | 2021-03-24 | 1 | -10/+10 |
| | |||||
* | Use an array to pass directories to compress to tar. | William Harrington | 2021-03-23 | 1 | -2/+3 |
| | |||||
* | Fix some issues with backup file location and use /home/kb0iic variable and ↵ | William Harrington | 2021-03-23 | 1 | -1/+1 |
| | | | | use -T in front of NUMPROCS for XZ_OPTS. | ||||
* | Clean up chapter6 scripts. | William Harrington | 2021-03-23 | 1 | -5/+7 |
| | |||||
* | Add optional cleanup and backup chapter6 scripts. Always nice to backup ↵ | William Harrington | 2021-03-22 | 1 | -0/+22 |
before working on tasks preparing for chroot. |