Subversion Repositories sysadmin_scripts

Rev

Rev 158 | Rev 160 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 158 Rev 159
Line 24... Line 24...
24
something like
24
something like
25
 
25
 
26
    fdupes --recurse --size  /path/to/be/checked > /tmp/duplicate_files
26
    fdupes --recurse --size  /path/to/be/checked > /tmp/duplicate_files
27
    fdupesGreatestSavings 100 < /tmp/duplicate_files > /tmp/fdupe.savings
27
    fdupesGreatestSavings 100 < /tmp/duplicate_files > /tmp/fdupe.savings
28
 
28
 
-
 
29
## Downloading
-
 
30
 
-
 
31
Script is available via subversion at
-
 
32
    svn co http://svn.dailydata.net/svn/sysadmin_scripts/trunk/fdupes
-
 
33
 
29
## Bugs
34
## Bugs
30
 
35
 
31
The only bug I have found so far is that the count of the number of files is
36
The only bug I have found so far is that the count of the number of files is
32
incorrect (always 2), and I haven't tracked it down. Total space used by an
37
incorrect (always 2), and I haven't tracked it down. Total space used by an
33
entry is correct, however.
38
entry is correct, however.