diff options
Diffstat (limited to 'system/freedup/README')
-rw-r--r-- | system/freedup/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/freedup/README b/system/freedup/README new file mode 100644 index 0000000000..c5a22bf945 --- /dev/null +++ b/system/freedup/README @@ -0,0 +1,6 @@ +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. |