Skip to content

Latest commit

 

History

History
executable file
·
30 lines (22 loc) · 1.54 KB

TODO.md

File metadata and controls

executable file
·
30 lines (22 loc) · 1.54 KB

TODO

This file details what my goals are for this project, both in the short term and in the long term. It also details items which I intend to do but doesn't have a clear time plan.

The list is intentionally kept vague to avoid over-promising and under-delivering :)

Short term

  • Extend iceshelf to allow usage of alternate long-term storage solutions other than glacier
  • add hint if a backup is full instead of incremential

Long term

  • Add testsuite coverage of iceshelf-restore
  • Detect duplication when using sha method (impossible with meta due to lack of details)
  • Move validation of exclusion rules to configuration parsing instead of during backup

Anytime

  • Cleanup parameters
  • Add info about http://www.jabberwocky.com/software/paperkey/ to README.md
  • improve --modified output (min, max, etc)
  • add warning if one and the same file changes a lot
  • Add piece about "why encrypt" to README.md (ie, why I am so adamant about it). See second section in this file for current links about security until I get around to putting it in the README.md
  • Redo the "?bla" rule into a "bla" which makes more sense... But do we also need to support bla* then? Probably
  • Detect missing key or wrong passphrase

Why use iceshelf with encryption?