Commit Graph

6 Commits

Author SHA1 Message Date
Tom Marshall 8ca5efb675 Rearrange logic for incrementals
* Require incremental arg and parse it once outside loop.
2022-09-02 10:23:56 -07:00
Tom Marshall 6c7cd369fa Improve object hash performance and other Various fixes
* Hash filename, timestamp, and size for obect ID.
 * Coerce all args to lowercase.
 * Ignore stat() failures and continue processing.
 * Truncate cache file when writing.
 * Close cache file after writing.
 * Catch most exceptions as Exception.
2022-09-02 10:06:03 -07:00
Tom Marshall c4ed89e4f2 Fixes for Python 3.x 2022-07-16 19:24:57 +02:00
Tom Marshall 5af124c277 Add incremental support and update docs 2020-08-07 22:15:11 +02:00
Tom Marshall 21425b4b3a Initial version 2020-08-07 22:14:31 +02:00
Tom Marshall 1b3fe72e6b Initial commit 2020-07-16 23:38:41 +02:00