mirror of https://github.com/dswd/zvault
Plans
This commit is contained in:
parent
11d7753e78
commit
c308c5ca5b
5
TODO.md
5
TODO.md
|
@ -7,7 +7,8 @@
|
||||||
|
|
||||||
## Stability / Reliability
|
## Stability / Reliability
|
||||||
* Lock the local repository to avoid index corruption
|
* Lock the local repository to avoid index corruption
|
||||||
* Recover from missing index and bundle map by rebuilding those
|
* Recover from missing index, bundle cache and bundle map by rebuilding those
|
||||||
|
* Relative path in bundle cache
|
||||||
|
|
||||||
## Usability
|
## Usability
|
||||||
* Verbosity control
|
* Verbosity control
|
||||||
|
@ -15,11 +16,13 @@
|
||||||
* Display backup name and path on backup integrity error
|
* Display backup name and path on backup integrity error
|
||||||
* Better control over what is checked in `check` subcommand
|
* Better control over what is checked in `check` subcommand
|
||||||
* Nice error when remote storage is not mounted
|
* Nice error when remote storage is not mounted
|
||||||
|
* Man pages for all minor subcommands
|
||||||
|
|
||||||
## Code quality
|
## Code quality
|
||||||
* Test cases
|
* Test cases
|
||||||
* Benchmarks
|
* Benchmarks
|
||||||
* Full fuse method coverage
|
* Full fuse method coverage
|
||||||
|
* Clippy
|
||||||
|
|
||||||
## Other
|
## Other
|
||||||
* Homepage
|
* Homepage
|
||||||
|
|
Loading…
Reference in New Issue