> "Russell" == Russell Senior <[EMAIL PROTECTED]> writes:
> "Karl" == Karl M Hegbloom <[EMAIL PROTECTED]> writes:
Russell> c) if I am doing this between machines, I can pipe it through ssh
Russell> thusly:
Russell> tar -C /srcdir -clf - . | ssh targethost 'tar -C /ta
On Sun, Jun 03, 2001 at 09:30:03AM -0700, Russell Senior wrote:
> > "Karl" == Karl M Hegbloom <[EMAIL PROTECTED]> writes:
>
> Karl> [EMAIL PROTECTED]:~ # time (cd /usr/local/src/ && tar pcf -
> Karl> cvs.gnome.org) | (cd /mnt/tmp/src/ && tar pxf -)
>
> Just for your reference, there is a tar
> "Karl" == Karl M Hegbloom <[EMAIL PROTECTED]> writes:
Karl> [EMAIL PROTECTED]:~ # time (cd /usr/local/src/ && tar pcf -
Karl> cvs.gnome.org) | (cd /mnt/tmp/src/ && tar pxf -)
Just for your reference, there is a tar option that makes your shell
construction much easier:
tar -C /usr/local
hiya karl
yes !! buffer is neat little program... forgot all about it...
and "good test proceedure"... at least easy enough to understand...
and to tweek it more... one could change(increment) the default rsize
and wsize for the mount options
- the days of slow tape drives...hummm...
I found a way of copying files from one drive to another that is
signifigantly faster than "cp -a"... (this is just the sort of
geeky++ type stuff you guys like to read, I bet.)
See if you can follow along here and see what I did. The
"cvs.gnome.org" directory contains a checkout of the "
5 matches
Mail list logo