17 | | then escape that command twice) (default _darcs,.svn |
| 20 | then escape that name twice) (this does what you would |
| 21 | expect with relative vs. absolute paths) (default _dar |
| 22 | cs,.svn,.git,.bzr,/proc,/sys,/dev,/tmp,/var/tmp,/lib64 |
| 23 | /udev |
26 | | -m M, --min-size M Ignore files smaller than this (default 1024). |
27 | | -p, --profiles Generate a profile of your files which doesn't contain |
28 | | very much potentially-sensitive information (it |
29 | | contains only the file sizes rounded up to 4096 bytes, |
30 | | how many files were duplicates, and an 16-bit checksum |
31 | | of each file). This could be useful for a p2p storage |
32 | | project to measure how valuable convergent encryption |
33 | | is. |
| 32 | -m m, --min-size m Ignore files smaller than this (default 1024). |
| 33 | -M M, --max-size M Hash only the first this many bytes of the file |
| 34 | (default 8589934592). |
| 35 | -p, --profiles Print out the md5sum and size in bytes of every file. |
| 36 | This could be useful for a p2p storage project to |
| 37 | measure how valuable convergent encryption is. |
| 38 | --include-names-in-profiles |
| 39 | Print out the file name in addition to the other |
| 40 | information from --profiles, for each file. |
| 41 | -n, --no-follow-symlinks |
| 42 | Do not follow symlinks. |