On Fri, 2002-06-21 at 16:04, Colin Watson wrote: > On Fri, Jun 21, 2002 at 03:49:34PM -0500, Ron Johnson wrote: > > On Fri, 2002-06-21 at 11:55, Arthur H. Johnson II wrote: > > [snip] > > > 4. Run the following command: > > > # tar cvpf - / --exclude=new --exclude=proc | tar xvpf - --directory=/new > > > > Just curious: why no "x" or "j" in order to minimize disk IO? > > ('"z" or "j"', perhaps?) > > The two tars are in a pipe; disk I/O won't be affected by compression, > and you'll just spend time compressing and decompressing all the data > for no gain ...
Duh, since there's no intermediary holding area, and uncompressed IO needs to take place anyway... -- +-------------------------------------------------------------+ | Ron Johnson, Jr. Home: [EMAIL PROTECTED] | | Jefferson, LA USA http://ronandheather.dhs.org:81 | | | | "Object-oriented programming is an exceptionally bad idea | | which could only have originated in California." | | --Edsger Dijkstra | +-------------------------------------------------------------+ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]