zvault/TODO.md

28 lines
598 B
Markdown
Raw Normal View History

2017-04-07 16:57:49 +00:00
# TODO
## Functionality
* Detach bundle upload
* XAttrs in fuse
* XAttrs in tar
2017-04-08 07:59:55 +00:00
* `check --repair`
2017-04-07 16:57:49 +00:00
## Stability / Reliability
* Lock the local repository to avoid index corruption
2017-04-07 20:32:52 +00:00
* Recover from missing index, bundle cache and bundle map by rebuilding those
2017-04-07 16:57:49 +00:00
## Usability
* Verbosity control
* Display backup name and path on backup integrity error
* Better control over what is checked in `check` subcommand
* Nice error when remote storage is not mounted
2017-04-07 20:32:52 +00:00
* Man pages for all minor subcommands
2017-04-07 16:57:49 +00:00
## Code quality
* Test cases
* Benchmarks
* Full fuse method coverage
2017-04-07 20:32:52 +00:00
* Clippy
2017-04-07 16:57:49 +00:00
## Other
* Homepage