git: cpdup - Add -VV to ignore mtime

看板DFBSD_commit作者時間16年前 (2010/03/03 08:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1BZQu5KA (DFBSD_commit)