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 ...

-- 
Colin Watson                                  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to