On Saturday 01 Dec 2001 3:38 am, Chandrakumar Muthaiah wrote: > To do a copy between filesystem/directory with out loosing any info on > the files/dirs > (cd /; tar cvf - usr) | ( cd /home; tar xvf - )
It might be wise to also add the "p" option to tar... p=preserve file attributes. Regards, Vinu. _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
