Need to do:

- Document required rust version.
- Torture test in cli suite for send checkpointing duration.

Can do later (medium term):

- Repository hooks:
  - Repository propagation/fan out. I want to be able to forward backups from my external drive
  - to my remote drive for example.

- Proper text wrapping of command help strings.

- Localization
  - tests for localized tags.

- Should allow running of single cli tests.

- Sparse file support in snapshots.

- Document precedence.

- Ways to tune chunking algorithm.
  - Fixed size chunking?
  - Min size/max size/average size?
  - Alternative chunking algorithms?

Long term:

Unclassified:

- Prefetch system should also work for non leaf tree nodes.

- Way to untar? Perhaps just use system tar? What about
  windows? Maybe minitar ? Maybe link in a tar implementation.

