DragonFly BSD
DragonFly commits List (threaded) for 2010-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: cpdup - Add -VV to ignore mtime


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 2 Mar 2010 16:00:15 -0800 (PST)

commit 1bcaecda7c9b82295c7b80c59b72e9f6ad8758db
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Tue Mar 2 15:58:07 2010 -0800

    cpdup - Add -VV to ignore mtime
    
    * The cpdup -V option verifies the contents of the files even if the
      mtime is the same, but also (currently) recopies the file without
      bothering to verify the contents if the mtime is different, even if
      the contents is the same.
    
    * Add an extension, -VV, which verifies the contents of the file and
      ignores mtime entirely.  A copy is only made if the ownerchip,
      flags, modes, or content differs.

Summary of changes:
 bin/cpdup/cpdup.1 |    6 ++++++
 bin/cpdup/cpdup.c |    4 ++--
 bin/cpdup/misc.c  |    3 ++-
 3 files changed, 10 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1bcaecda7c9b82295c7b80c59b72e9f6ad8758db


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]