[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Installing five identical systems...
- From: marbud nocrew org
- To: axp-list redhat com
- Subject: Re: Installing five identical systems...
- Date: 12 Dec 1999 13:21:35 +0100
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]
[]