I am running Solaris v2.5.1 and need to copy an entire directory structure
from one system to another, preserving owner, mode and symbolic links. What
is the best method (and proper syntax) to do this? tar? ufsdump? I need to
perform the copy dynamically, without creating a temporary file/tape during
the process.
rcp -rp /directory-to-copy newsystem:/directory-to-receive
won't work because it would change symbolic links to files on the receiving
system.
-Thanks-
- Theresa -