Add scaffolding for per-app backup commands

See #70
This commit is contained in:
3wc
2021-01-01 18:58:28 +02:00
parent a4a3dccd66
commit eda5198904
2 changed files with 134 additions and 106 deletions

View File

@ -19,6 +19,8 @@
- Use `# length=x` comments to generate passwords with `pwgen` and drop `KEY`/`PASSWORD` logic ([#68](https://git.autonomic.zone/coop-cloud/abra/issues/68))
- Global `--skip-update` / `--skip-check` options to make things quicker,
[37e8b00](https://git.autonomic.zone/coop-cloud/abra/commit/37e8b00)
- `app backup` command; requires per-app definition -- see
[#70](https://git.autonomic.zone/coop-cloud/abra/issues/70)
# abra 0.4.1 (2020-12-24)