aawsome
aawsome
The `prune` command currently already loops over index files and processes the contained pack files by either keeping them, repacking them, marking/unmarking them for deletion or putting them on a...
As prettytable-rs doesn't seem to be actively maintained, see https://github.com/phsym/prettytable-rs/issues/139 This is related to #30.
This PR adds a blanket implementation of the `Backoff` trait for `Option`s
I made some quick tests which gave the following result: - execution time is reduced - memory requirements are somewhat increased. I would be happy if someone is able to...
The idea is to start rustic in "server mode" to access a repository with password, e.g. `rustic -r serve`. Clients could than access the server via `rustic -r rustic:` and...
I like the `Body::from_file` implementation a lot! However, when serving files, the client might want to specify a `Range:` header to get only parts of the file. Would be great...
Note: This PR is still WIP, however IMO it can be savely tested; only reads the repository and does no writes. What does this PR change? What problem does it...