On 2/4/10 12:39 AM -0500 Ross Walker wrote:
On Feb 3, 2010, at 8:59 PM, Frank Cusack <frank+lists/z...@linetwo.net>
wrote:
I think you misread the thread.  Either find or ddiff will do it and
either will be better than rsync.

Find can find files that have been added or removed between two directory
trees?

How?

When a file is added or removed in a directory, the directory's mtime
is updated.  So find -newer will locate those directories.  Then of
course you need to do a little bit more work to locate the files.

-frank
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to