Re: utility to compare 2 dir trees

2013-01-03 Thread Fbsd8
Adam Vande More wrote: On Mon, Dec 31, 2012 at 8:39 PM, Fbsd8 wrote: ended up trying cd dir-tree1 mtree -c | mtree -p dir-tree2 Now this seems like it worked, except every thing was flagged for non-matching modification time. How do I tell it to not check modification time? mtree -c -k sh

Re: utility to compare 2 dir trees

2013-01-01 Thread Adam Vande More
On Mon, Dec 31, 2012 at 8:39 PM, Fbsd8 wrote: > ended up trying > cd dir-tree1 > mtree -c | mtree -p dir-tree2 > > Now this seems like it worked, except every thing was flagged for > non-matching modification time. How do I tell it to not check modification > time? > mtree -c -k sha256digest,un

Re: utility to compare 2 dir trees

2012-12-31 Thread Matthew Seaman
On 01/01/2013 01:23, Fbsd8 wrote: > I want to compare 2 different directory trees to each other to locate > any differences in directories and files contained there in. > > Any suggestions? diff -ru directory1 directory2 Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. PGP:

Re: utility to compare 2 dir trees

2012-12-31 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Mon Dec 31 19:26:37 2012 > Date: Mon, 31 Dec 2012 20:23:33 -0500 > From: Fbsd8 > To: FreeBSD Questions > Subject: utility to compare 2 dir trees > > I want to compare 2 different directory trees to each other to locate

Re: utility to compare 2 dir trees

2012-12-31 Thread Fbsd8
Fbsd8 wrote: Erich Dollansky wrote: Hi, On Mon, 31 Dec 2012 20:45:39 -0500 Fbsd8 wrote: Adam Vande More wrote: On Mon, Dec 31, 2012 at 7:23 PM, Fbsd8 wrote: I want to compare 2 different directory trees to each other to locate any differences in directories and files contained there in.

Re: utility to compare 2 dir trees

2012-12-31 Thread Fbsd8
Erich Dollansky wrote: Hi, On Mon, 31 Dec 2012 20:45:39 -0500 Fbsd8 wrote: Adam Vande More wrote: On Mon, Dec 31, 2012 at 7:23 PM, Fbsd8 wrote: I want to compare 2 different directory trees to each other to locate any differences in directories and files contained there in. Any suggestio

Re: utility to compare 2 dir trees

2012-12-31 Thread Erich Dollansky
Hi, On Mon, 31 Dec 2012 20:45:39 -0500 Fbsd8 wrote: > Adam Vande More wrote: > > On Mon, Dec 31, 2012 at 7:23 PM, Fbsd8 > > wrote: > > > >> I want to compare 2 different directory trees to each other to > >> locate any differences in directories and files contained there in. > >> > >> Any sugg

Re: utility to compare 2 dir trees

2012-12-31 Thread Fbsd8
Adam Vande More wrote: On Mon, Dec 31, 2012 at 7:23 PM, Fbsd8 wrote: I want to compare 2 different directory trees to each other to locate any differences in directories and files contained there in. Any suggestions? mtree(8) From the man page I don't see how to code mtree to compare 2

Re: utility to compare 2 dir trees

2012-12-31 Thread Adam Vande More
On Mon, Dec 31, 2012 at 7:23 PM, Fbsd8 wrote: > I want to compare 2 different directory trees to each other to locate any > differences in directories and files contained there in. > > Any suggestions? > mtree(8) -- Adam Vande More ___ freebsd-questi

utility to compare 2 dir trees

2012-12-31 Thread Fbsd8
I want to compare 2 different directory trees to each other to locate any differences in directories and files contained there in. Any suggestions? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-quest