You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a large amount of data, where just a few files change every now and then.
It would be nice for rhash to store the "last modified" timestamp of all files, in order to update the hashes only of all those files that have been modified since the last time around.
It would also be nice if rhash deleted the hashes for those files which no longer exist.
Or is there a way to achieve that, maybe with an external script?
The text was updated successfully, but these errors were encountered:
You should write your own script, for example in python. JSON and 'tab delimited' formats look convenient for storing timestamp along with path and file hash.
Use example from #109 and the test_rhash.py script as a starting point.
I have a large amount of data, where just a few files change every now and then.
It would be nice for rhash to store the "last modified" timestamp of all files, in order to update the hashes only of all those files that have been modified since the last time around.
It would also be nice if rhash deleted the hashes for those files which no longer exist.
Or is there a way to achieve that, maybe with an external script?
The text was updated successfully, but these errors were encountered: