Miscellanious features and adjustments to cpdup.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 22 Mar 2008 18:09:16 +0000 (18:09 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 22 Mar 2008 18:09:16 +0000 (18:09 +0000)
commitd5fdcd004fae4280ec3972beba47f0ed605fd873
treea35b2a738c03540c034b68259951f1ff40b25323
parent6c9858d8859e02546519290aaadbdea20eb6cc5e
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