diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2026-02-18 21:51:53 +0100 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2026-02-18 21:51:53 +0100 |
| commit | d513977a3566b14d9357906615d045d71741537f (patch) | |
| tree | 3e707d2de9da71d98650fa8bb1b92ed11ab724ba /man | |
| parent | eed2d1323441861f2d41f0ecc0a72fcc9190fa5f (diff) | |
| download | duplicate_finder-d513977a3566b14d9357906615d045d71741537f.tar.gz duplicate_finder-d513977a3566b14d9357906615d045d71741537f.tar.bz2 | |
squash initial implementation
Diffstat (limited to 'man')
| -rw-r--r-- | man/duplicate_finder.1.adoc | 41 |
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 |
