aboutsummaryrefslogtreecommitdiff
path: root/scripts/box/restore-backup.env.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migration: Remove Ansible and Docker code, move only to NixOSEuAndreh2020-08-101-21/+0
|
* Don't run restore backup Ansible task when not requiredEuAndreh2019-06-101-7/+0
| | | | | | | Instead of performing this task on the generated =restore-backup.sh= file, do it on provision.yaml. The boolean logic is less confusing and the interpolation is less tricky.
* Disable SC2034 for ${DOLLAR} interpolated variableEuAndreh2019-06-071-0/+3
|
* Add ${DESTROY_VOLUME} operational toggleEuAndreh2019-06-061-0/+7
| | | | | | | | | | | | | This way I can dynamically control whether to destroy and recreate all the existing infrastructure entirely from scratch. The advantages of doing so are: - test the non-existence of local state on every deployment; - make sure I can always recreate everything from scratch. The disadvantages are: - slower deployment times; - longer downtime during deployments.
* Remove invalid --stats option from borg extract commandEuAndreh2019-06-061-1/+0
|
* Fail fast on copied Bash filesEuAndreh2019-06-061-0/+1
|
* Unify quoted strings from restore-backup.env.shEuAndreh2019-06-061-1/+1
|
* Use ${DOLLAR}{VAR} to double scape bash variable in .env templatesEuAndreh2019-06-061-2/+2
|
* Fix ShellCheck offensesEuAndreh2019-06-051-2/+2
|
* Restore from backup in fresh volumeEuAndreh2019-06-051-0/+18