mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
7 lines
327 B
Text
7 lines
327 B
Text
|
Freedup walks through the file trees (directories) you specify.
|
||
|
|
||
|
When it finds two identical files on the same device, it hard links
|
||
|
them together. In this case two or more files still exist in their
|
||
|
respective directories, but only one copy of the data is stored on
|
||
|
disk; both directory entries point to the same data blocks.
|