View | Details | Raw Unified | Return to bug 138590 | Differences between
and this patch

Collapse All | Expand All

(-)pkg-descr (-10 / +10 lines)
Lines 1-4 Link Here
1
Samesame is a collection of tools that fall in to the category of file
1
SameSame is a collection of tools that fall in to the category of file
2
management software. These tools will prevent that you need to delete
2
management software. These tools will prevent that you need to delete
3
files or buy more disk space. Instead they solve low disk space problems
3
files or buy more disk space. Instead they solve low disk space problems
4
by linking identical files together and thus free up waisted disk space.
4
by linking identical files together and thus free up waisted disk space.
Lines 7-23 Link Here
7
Schweikhardt. The collection comes with its own version of samefile that
7
Schweikhardt. The collection comes with its own version of samefile that
8
is noticeable faster and is able to process a much larger file list.
8
is noticeable faster and is able to process a much larger file list.
9
9
10
This port contains the applications: samefile, samelink and samearchive.
10
This port containt two set of application: the first are duplicate files
11
The latter does the same as samefile but for file-based archives. The
11
finder search for identical files and the second are duplicate file
12
port also contains a version that uses just 10% of the resources compared
12
removers perform some kind of action based on those results.
13
to samearchive. The application samelink hard link identical files for you.
14
13
15
Typical usage would be:
14
Typical usage would be: find / | samefile -i | sameln
16
17
   find / | samefile -i | samelink
18
15
19
This would search for identical files and clean up wasted disk space by
16
This would search for identical files and clean up wasted disk space by
20
linking them together. Add the option -vn after samelink for a verbose
17
linking them together. If you prefer removing one of the identical file,
21
dry-run.
18
then you should replace sameln with samerm. You can add the option -vn
19
after both application for a verbose dry-run.
20
21
Please see the man page samesame for a introduction to all applications.
22
22
23
WWW:	http://samesame.kruijff.org/
23
WWW:	http://samesame.kruijff.org/

Return to bug 138590