feat: improve list view
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/clippy Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Jef Roosens 2023-06-24 13:47:55 +02:00
parent 5159bfdddd
commit a4a03ca4c5
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 31 additions and 4 deletions

View file

@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* `backup` CLI command
* Incremental backups
* Chain length describes how many incremental backups to create from the
same full backup
@ -18,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Backup layers
* Store multiple chains of backups in parallel, configuring each with
different parameters (son-father-grandfather principle)
* CLI commands for creating, restoring & listing backups
### Changed