feat: store server info in metadata file; change cli flags
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-20 19:31:50 +02:00
parent ef631fab1d
commit 53dc3783ca
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
9 changed files with 97 additions and 72 deletions

View file

@ -14,10 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Chain length descibres how many incremental backups to create from the
same full backup
* "backups to keep" has been replaced by "chains to keep"
* Server type & version is now stored as metadata in the metadata file
### Changed
* Running the server now uses the `run` CLI subcommand
* `server_type` and `server_version` arguments are now optional flags
### Removed