Replies: 1 comment
|
Hello! Yes, absolutely! You don't need to recalculate everything from scratch or pick out new files manually. Jacksum provides built-in options specifically designed to detect and process newly added files incrementally. Here is a step-by-step example demonstrating how to do this: 1. Initial Hash CalculationFirst, calculate the hashes for the directory (e.g., current working directory jacksum . > .sha256Your 2. Detect New FilesWhen new files (e.g., jacksum -c .sha256 --list-filter new --list -O newfiles.list .
3. Calculate Hashes for New Files & UpdateFinally, pass jacksum --file-list newfiles.list >> .sha256ResultYour Hope this helps! Let me know if you run into any issues, please. |
Uh oh!
There was an error while loading. Please reload this page.
If hashes have been calculated for a directory/folder, and when using this for verification at a later date it picks up there are some new files, is there any easy way after to calculate the hashes of the new files and incorporate that with the existing calculation?
From what I see, the only option is to either manually pick out each file, or calculate everything again from the start.
All reactions