Miscellanious features and adjustments to cpdup.
commit2ffe2475dd17cfe318a3b911ae4b0194cde84757
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 22 Mar 2008 18:09:16 +0000 (22 18:09 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 22 Mar 2008 18:09:16 +0000 (22 18:09 +0000)
treec8a9366069c9975251f7587a7adb37fb788163a9
parentd83eea044b156dc89f22d5036585bac1a07372cf
Miscellanious features and adjustments to cpdup.

* Add the -V option to cpdup.  If specified cpdup will verify the contents
  of regular files which otherwise appear to be the same.

* Only MD5 regular files.

* Separate out target bytes read from source bytes read, and do not count
  the stat structure as bytes read.

* Track the number of hard-links created and report in -I output.
bin/cpdup/cpdup.1
bin/cpdup/cpdup.c
bin/cpdup/cpdup.h
bin/cpdup/fsmid.c
bin/cpdup/md5.c
bin/cpdup/misc.c