integrity-checker icon indicating copy to clipboard operation
integrity-checker copied to clipboard

Backup integrity checker

Results 4 integrity-checker issues
Sort by recently updated
recently updated
newest added

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...