blob: 8929fb36a1bda6aaa2b4983c31424a500a3db14f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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
|