On Sat, 24 Jun 2006 at 3:52pm, Adam Talbot wrote

nas tmp # time tar cf - . | (cd /data ; tar xf - )

A (bit) cleaner way to accomplish the same thing:

tar cf - --totals . | tar xC /data -f -

--
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to