integrity-checker
integrity-checker copied to clipboard
Backup integrity checker
I see the [RustCrypto hash creates](https://github.com/RustCrypto/hashes) have been upgraded to 0.10, with an incompatible API. I don't have time right now, but we should probably upgrade to keep up with...
Would implementing a `git` style `.ickignore` file be a good idea? E.g. I'd love to ignore Mac OS `.DS_Store` files...
Currently `ick` ignores hidden files. I suggest adding an option `-H, --add-hidden` to consider them. I am not entirely sure what shuld be the behavior when using `check` or `diff`,...
First of all, thanks for this tool! I've been looking for something like this (OSS) for a while, and have even been contemplating writing such a tool in Rust (to...