feat: configurable parameters for incremental backups
This commit is contained in:
parent
b51d951688
commit
b48c531d80
5 changed files with 51 additions and 31 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue