[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Upgrade disco rigido





On Wed, Oct 31, 2001 at 09:42:59AM +0100, /dev/null wrote:
> On Wed, Oct 31, 2001 at 01:02:47AM +0100, Giuliano Grandin wrote:
> > 2.6 Moving directories between filesystems. Alan Cox,
> > A.Cox@swansea.ac.uk       
> >                                                                                 
> >    Quick way to move an entire tree of files from one disk to
> > another           
> >                                                                                 
> >  (cd /source/directory && tar cf - . ) | (cd /dest/directory && tar xvfp
> > -)     
> Ohmygosh!
> Comunque ne ho vista una ancora più fuori di testa:
> # mkfifo /tmp/tubo
> # cd /source/directory
> # tar cf /tmp/tubo . &
> # cd /dest/directory
> # tar xf /tmp/tubo

aaaaaaAAA!!!!

cd /
find . -print|cpio -pdmu /dir/destinazione/

> 
> :-)
> 
> /dev/null
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-italian-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: