diff --git a/help_me/en/preferences.md b/help_me/en/preferences.md index c1a8c5fd..8258f1ac 100644 --- a/help_me/en/preferences.md +++ b/help_me/en/preferences.md @@ -17,6 +17,8 @@ **Can mix file kind:** If you check this box, duplicate groups are allowed to have files with different extensions. If you don't check it, well, they aren't! +**Ignore duplicates hardlinking to the same file:** If this option is enabled, dupeGuru will verify duplicates to see if they refer to the same [inode](http://en.wikipedia.org/wiki/Inode). If they do, they will not be considered duplicates. (Only for OS X and Linux) + **Use regular expressions when filtering:** If you check this box, the filtering feature will treat your filter query as a **regular expression**. Explaining them is beyond the scope of this document. A good place to start learning it is . **Remove empty folders after delete or move:** When this option is enabled, folders are deleted after a file is deleted or moved and the folder is empty. diff --git a/help_me/en/results.md b/help_me/en/results.md index e46eaa30..447a341a 100644 --- a/help_me/en/results.md +++ b/help_me/en/results.md @@ -56,6 +56,7 @@ Action Menu * **Clear Ignore List:** Remove all ignored matches you added. You have to start a new scan for the newly cleared ignore list to be effective. * **Export Results to XHTML:** Take the current results, and create an XHTML file out of it. The columns that are visible when you click on this button will be the columns present in the XHTML file. The file will automatically be opened in your default browser. * **Send Marked to Trash:** Send all marked duplicates to trash, obviously. +* **Delete Marked and Replace with Hardlinks:** Sends all marked duplicates to trash, but after having done that, the deleted files are replaced by a [hard link](http://en.wikipedia.org/wiki/Hard_link) to the reference file. (Only for OS X and Linux) * **Move Marked to...:** Prompt you for a destination, and then move all marked files to that destination. Source file's path might be re-created in destination, depending on the "Copy and Move" preference. * **Copy Marked to...:** Prompt you for a destination, and then copy all marked files to that destination. Source file's path might be re-created in destination, depending on the "Copy and Move" preference. * **Remove Marked from Results:** Remove all marked duplicates from results. The actual files will not be touched and will stay where they are. diff --git a/help_pe/en/preferences.md b/help_pe/en/preferences.md index 2b8fc0c2..bc03bf7b 100644 --- a/help_pe/en/preferences.md +++ b/help_pe/en/preferences.md @@ -4,6 +4,8 @@ **Can mix file kind:** If you check this box, duplicate groups are allowed to have files with different extensions. If you don't check it, well, they aren't! +**Ignore duplicates hardlinking to the same file:** If this option is enabled, dupeGuru will verify duplicates to see if they refer to the same [inode](http://en.wikipedia.org/wiki/Inode). If they do, they will not be considered duplicates. (Only for OS X and Linux) + **Use regular expressions when filtering:** If you check this box, the filtering feature will treat your filter query as a **regular expression**. Explaining them is beyond the scope of this document. A good place to start learning it is . **Remove empty folders after delete or move:** When this option is enabled, folders are deleted after a file is deleted or moved and the folder is empty. diff --git a/help_pe/en/results.md b/help_pe/en/results.md index e46eaa30..447a341a 100644 --- a/help_pe/en/results.md +++ b/help_pe/en/results.md @@ -56,6 +56,7 @@ Action Menu * **Clear Ignore List:** Remove all ignored matches you added. You have to start a new scan for the newly cleared ignore list to be effective. * **Export Results to XHTML:** Take the current results, and create an XHTML file out of it. The columns that are visible when you click on this button will be the columns present in the XHTML file. The file will automatically be opened in your default browser. * **Send Marked to Trash:** Send all marked duplicates to trash, obviously. +* **Delete Marked and Replace with Hardlinks:** Sends all marked duplicates to trash, but after having done that, the deleted files are replaced by a [hard link](http://en.wikipedia.org/wiki/Hard_link) to the reference file. (Only for OS X and Linux) * **Move Marked to...:** Prompt you for a destination, and then move all marked files to that destination. Source file's path might be re-created in destination, depending on the "Copy and Move" preference. * **Copy Marked to...:** Prompt you for a destination, and then copy all marked files to that destination. Source file's path might be re-created in destination, depending on the "Copy and Move" preference. * **Remove Marked from Results:** Remove all marked duplicates from results. The actual files will not be touched and will stay where they are. diff --git a/help_se/en/preferences.md b/help_se/en/preferences.md index 1f43acc1..42fad6df 100644 --- a/help_se/en/preferences.md +++ b/help_se/en/preferences.md @@ -8,6 +8,8 @@ **Can mix file kind:** If you check this box, duplicate groups are allowed to have files with different extensions. If you don't check it, well, they aren't! +**Ignore duplicates hardlinking to the same file:** If this option is enabled, dupeGuru will verify duplicates to see if they refer to the same [inode](http://en.wikipedia.org/wiki/Inode). If they do, they will not be considered duplicates. (Only for OS X and Linux) + **Use regular expressions when filtering:** If you check this box, the filtering feature will treat your filter query as a **regular expression**. Explaining them is beyond the scope of this document. A good place to start learning it is . **Remove empty folders after delete or move:** When this option is enabled, folders are deleted after a file is deleted or moved and the folder is empty. diff --git a/help_se/en/results.md b/help_se/en/results.md index e46eaa30..447a341a 100644 --- a/help_se/en/results.md +++ b/help_se/en/results.md @@ -56,6 +56,7 @@ Action Menu * **Clear Ignore List:** Remove all ignored matches you added. You have to start a new scan for the newly cleared ignore list to be effective. * **Export Results to XHTML:** Take the current results, and create an XHTML file out of it. The columns that are visible when you click on this button will be the columns present in the XHTML file. The file will automatically be opened in your default browser. * **Send Marked to Trash:** Send all marked duplicates to trash, obviously. +* **Delete Marked and Replace with Hardlinks:** Sends all marked duplicates to trash, but after having done that, the deleted files are replaced by a [hard link](http://en.wikipedia.org/wiki/Hard_link) to the reference file. (Only for OS X and Linux) * **Move Marked to...:** Prompt you for a destination, and then move all marked files to that destination. Source file's path might be re-created in destination, depending on the "Copy and Move" preference. * **Copy Marked to...:** Prompt you for a destination, and then copy all marked files to that destination. Source file's path might be re-created in destination, depending on the "Copy and Move" preference. * **Remove Marked from Results:** Remove all marked duplicates from results. The actual files will not be touched and will stay where they are.