On Wed 24 Jan 2007 10:39, David Mayr wrote:
> I'm sure there are many other (maybe better) ways
___________

 using rsync one may get probs with sensibly excluded directories such 
as /proc & /tmp

 - hence, after firstly making the required partitions, & then mount a 
partition, say . . . on /mnt  . . . TAR is great for the job . . . just 
run :-
___________


                           tar clf - . | ( umask 0; cd /mnt; tar xvf - )



.....................

friendly greetings


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to