On Tue, 4 Nov 2003 07:32:15 -0500
David Blevins <david.blevins at visi.com> wrote:

> The results are identical to a find command.
> 
> $ find ./ -name "*.html"
> ./abc/asdf/foo.html
> ./abc/asdf/test.html
> ./abc/bar.html
> ./test.html
> ./xyz/qwer/oofrab.html
> ./xyz/test.html
> 

Apologies on the thread hijacking, but I'm working on something similar.  I'm trying to move data from one server to another, and am running into 2GB file limits on the find command.  Is there a better way to do this and still keep the same ownership/permissions?

Actually it's cpio...  Here's the error:

"Value too large to be stored in data type cpio:  Size of data1/storage/oradump_01.dbf > 2GB.  Not dumped."

It's on a UNIX box, but think it applies to Linux as well.  Never hit the 2GB limit on a linux system yet.

Here's what I was doing:

#find . -print|cpio -ocv|remsh server1 "umask 0; cd /oracle2; cpio -icvdum"

Is there a better way in general to do this as well as allow me to go beyond the 2GB limitation?  the .rhost entry is only temporary, so don't worry about the security aspect of it I know about it.  =)


-- 
Shawn

 "Courage is resistance to fear, mastery of fear -- not absence of fear."
	-Mark Twain

  Ne Obliviscaris --  "Forget Not"

_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list