• exec/dupefind.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Apr 7 02:30:29 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/37fa4312660c4550ff392406
    Added Files:
    exec/dupefind.js
    Log Message:
    A duplicate file finder for Synchronet v3.19 - replaces native DUPEFIND

    Can find duplicate files in your file bases by name and/or hash sum - fast!
    Can output simple text or JSON format.
    Run 'jsexec dupefind' to search just for duplicate files by hash (SHA-1)
    or run 'jsexec dupefind -help' for the various usage options.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Apr 7 07:10:29 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/4baf1a3da1c3a459845e49fa
    Modified Files:
    exec/dupefind.js
    Log Message:
    Use the new file_size_str() usage for prettier sizes-in-bytes

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Apr 17 09:37:58 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/470bc2bd5de8d3fb95c25177
    Modified Files:
    exec/dupefind.js
    Log Message:
    Update command-line parsing (e.g. double-dash support) and help output

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Apr 19 00:44:53 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/95b9ff67583b1e3bdf0ee0ae
    Modified Files:
    exec/dupefind.js
    Log Message:
    Add de-duplication feature (-dedupe option) to remove/delete dupe files found

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Apr 25 02:38:01 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/5cf7ab489f38a12c77dad681
    Modified Files:
    exec/dupefind.js
    Log Message:
    Support find/remove of duplicates based on archive contents

    Duplicate archives (e.g. ZIP files) often have the different digest/hash/CRC values because they have a different ZIP comment or the files were archived
    in a different order or used different compression schemes. You can now detect (and delete) these duplicates.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net