aawsome

Results 79 issues of 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...

enhancement

As prettytable-rs doesn't seem to be actively maintained, see https://github.com/phsym/prettytable-rs/issues/139 This is related to #30.

good first issue
help wanted
dependencies

This is WIP

help wanted

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...

help wanted

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...

C-enhancement
P-low

enhancement
performance

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...

feature

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...