Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 321 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 321 Bytes

todo

  • add readline from terminal on start for encryption key, this will encrypt the backed up data and must be entered when booting it to decrypt backups

  • return results or log out problems and remove all unwraps

  • figure out how to use trait for different storage types

  • refactor to threads after learning how