> I believe it goes something like: > > cd /some/input/dir > tar cvf - . | (cd /to/here; tar xvf -) that is spot on thanks! does it buffer anything in memory do you know or any other temp space? Just wonder as there are a few gigs of data. thanks
Thu Jun 7 13:48:12 UTC 2007
Tom Brown <tom at ng23.net>
> I believe it goes something like: > > cd /some/input/dir > tar cvf - . | (cd /to/here; tar xvf -) that is spot on thanks! does it buffer anything in memory do you know or any other temp space? Just wonder as there are a few gigs of data. thanks