[Sunhelp] Filesystem

Sankarasubramanian .G gssm at wipro.co.in
Sun Dec 12 21:29:00 CST 1999


Hi Guagnini,

U can use these commands:

find <FS1> -depth -print | cpio -0c | (cd /FS2;cpio -mdic)

or

cd /FS1;tar cf - . | (cd /FS2;tar xfBp - )

FS1   - SOURCE FILE SYSTEM
FS2  - TARGET

with warm regards,
shankar






More information about the SunHELP mailing list