From f1d8732a27eab2ba86bdda588d57a012170cdbe1 Mon Sep 17 00:00:00 2001 From: zhengsihua Date: Sun, 11 Jan 2015 10:18:16 +0800 Subject: [PATCH] translating --- .../20150106 How to deduplicate files on Linux with dupeGuru.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20150106 How to deduplicate files on Linux with dupeGuru.md b/sources/tech/20150106 How to deduplicate files on Linux with dupeGuru.md index 28b968f498..322b90bf59 100644 --- a/sources/tech/20150106 How to deduplicate files on Linux with dupeGuru.md +++ b/sources/tech/20150106 How to deduplicate files on Linux with dupeGuru.md @@ -1,3 +1,5 @@ +Translating-----geekpi + How to deduplicate files on Linux with dupeGuru ================================================================================ Recently, I was given the task to clean up my father's files and folders. What made it difficult was the abnormal amount of duplicate files with incorrect names. By keeping a backup on an external drive, simultaneously editing multiple versions of the same file, or even changing the directory structure, the same file can get copied many times, change names, change locations, and just clog disk space. Hunting down every single one of them can become a problem of gigantic proportions. Hopefully, there exists nice little software that can save your precious hours by finding and removing duplicate files on your system: [dupeGuru][1]. Written in Python, this file deduplication software switched to a GPLv3 license a few hours ago. So time to apply your new year's resolutions and clean up your stuff!