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

Re: Umzug von /usr



Daniel Bayer <daniel.bayer@stud.uni-rostock.de> writes:

> On Wed, Dec 11, 2002 at 07:45:18PM +0100, Ruediger Noack wrote:
>> (cd /usr.alt ; tar -cf - .) | (cd /usr ; tar -xf -)
>                                                ^^^ Da fehlt ein p.
> Sonst stimmen am Ende die Rechte nicht. Ich mache das immer so:
>
>  ( cd /usr.alt && tar c . ) | ( cd /usr && tar xpv )

Da setz' ich noch einen drauf: 

$ cd /alt
$ tar -cSp --numeric-owner -f - . | ( cd /NEW && tar xSpvf - )

Damit sollte nun wirklich nichts mehr schief gehen ;)

-- 
martin-schmitz at web.de (Public Key ID: E7310780)
·······································································
In the beginning was the word and the word was content-type: text/plain



Reply to: