feat: configurable parameters for incremental backups
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/clippy Pipeline failed
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Jef Roosens 2023-06-18 22:45:35 +02:00
parent b51d951688
commit b48c531d80
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
5 changed files with 51 additions and 31 deletions

View file

@ -9,12 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Added `backup` CLI command
* `backup` CLI command
* Incremental backups
* Chain length descibres how many incremental backups to create from the
same full backup
* "backups to keep" has been replaced by "chains to keep"
### Changed
* Running the server now uses the `run` CLI subcommand
### Removed
* `max_backups` setting
## [0.2.2](https://git.rustybever.be/Chewing_Bever/alex/src/tag/0.2.2)
### Fixed