Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
util:dupefind [2010/02/26 14:23] – Links to util:scfg changed to util:scfg:index digitalmanutil:dupefind [2019/01/05 07:23] – [DUPEFIND] initial page with short description, usage and sample output wkitty42
Line 1: Line 1:
 ====== DUPEFIND ====== ====== DUPEFIND ======
  
-FIXME+Dupefind is Synchronet's file de-duplication utility. It will (at least) report duplicate filenames but it will not report if the same content is in different files. 
 + 
 +By default, dupefind will scan all your configured file libraries. You can limit the scan by specifying starting and/or ending file library numbers. 
 + 
 +Dupefind is exec/dupefind on *nix systems and exec/dupefind.exe on windows systems. 
 + 
 +=== Usage: === 
 +<code> 
 +usage: DUPEFIND [start] [end] 
 +where: [start] is the starting library number to check 
 +       [end]   is the final library number to check 
 +</code> 
 + 
 + 
 +=== Example output: === 
 +<code> 
 +Scanning Main Newly Uploaded Files 
 + 
 +fdate16a.zip is located in : Main             Newly Uploaded Files 
 +                       and : File Dist Net    BFDS 
 +Scanning Main BBS Related 
 + 
 +HAKRLFOS.ZIP is located in : Main             BBS Related 
 +                       and : Main             FOSSIL 
 + 
 +rlfossil.zip is located in : Main             BBS Related 
 +                       and : Main             FOSSIL 
 +Scanning Main BBS Doors 
 + 
 +Oot_120 .Zip is located in : Main             BBS Doors 
 +                       and : File Dist Net    DDSDOORS 
 +Scanning Main BlueWave 
 + 
 +bw320max.zip is located in : Main             BlueWave 
 +                       and : File Dist Net    MAXUTIL 
 +</code>
  
 ===== See Also ===== ===== See Also =====
   * [[.:scfg:index|Utilities]]   * [[.:scfg:index|Utilities]]