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

Re: Installing five identical systems...



Larry Snyder <larrys@lexis-nexis.com> writes:

> Partition the disk and mount it, then:
> 
> cd /source-mount-point
> tar cvf - * | (cd /dest-mount-point ; tar xvf -)

Or the same thing with less syntax.

find /source-mount-point | cpio -pvd /dest-mount-point

-- 
Martin Budsjö, Dimension Sweden, Mölndalsvägen 85,412 85  GÖTEBORG, SWEDEN
Phone: +46 31 7502068, Mobile: +46 709 310168, Email:marbud@dimension.se



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