Features: - [x] add checksum of recovered file. - [ ] either to snapshot. - [x] or at least check for blocks in blocks bitmap if they are being used again. - [x] list all newly deleted files in FS since backup. - [x] also with information whether they can be recovered (by bbitmap). - [ ] add option to set custom root for snapshot. - [ ] make snapshot file more effective as binary file using structres. - [ ] remove `dumpe2fs` dependency by parsing superblock and GDT on my own. Misc: - [ ] test (in)direct block addressing. - [ ] split src to files/modules. - [ ] add debug mode. - [ ] handle inline data in inode.
Features:
dumpe2fsdependency by parsing superblock and GDT on my own.Misc: