aboutsummaryrefslogtreecommitdiff
path: root/man/duplicate_finder.1.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'man/duplicate_finder.1.adoc')
-rw-r--r--man/duplicate_finder.1.adoc41
1 files changed, 41 insertions, 0 deletions
diff --git a/man/duplicate_finder.1.adoc b/man/duplicate_finder.1.adoc
new file mode 100644
index 0000000..8929fb3
--- /dev/null
+++ b/man/duplicate_finder.1.adoc
@@ -0,0 +1,41 @@
+dir_monitor(1)
+==============
+
+== NAME
+
+duplicate_finder - find duplicate files
+
+
+== SYNOPSIS
+
+**duplicate_finder** [[*OPTION*]... directory]
+
+
+== DESCRIPTION
+duplicate_finder scans a given path and its subdirectories creating a database with information about found files.
+The information consists of the common information gained via stat from the filesystem, but files are also read
+and processed to get hashes with different algorithms provided by OpenSSL. When a scan happens information about
+which directories and files have been processed are stored in a gdbm key-value storage making interruptions easier
+to handle.
+
+
+== OPTIONS
+
+**--help**, **-h**::
+ Show this message and exit
+
+**--quiet**, **-q**::
+Suppress error and warning messages.
+
+**--show-hidden-entries**, **-s**::
+Show hidden entries in the directory
+
+
+== EXAMPLES
+
+duplicate_finder --show-hidden /tmp
+
+
+
+== AUTHOR
+Thorsten Töpper