Does cpio copy symbolic links by default or do I have to use the k option?
Will the following command copy the symbolic links?
find . -print | cpio -ov -O/dev/rmt0h
Or do I need something like:
find . -print | cpio -okv -O/dev/rmt0h
Or is there a better command to copy the current directory, all
subdirectories, and symbolic links to a tape?
Thanks
Bill Bergman
Westinghouse Communications
(412) 247-6206
wrb_at_wcsmail.com
Received on Wed Mar 19 1997 - 21:30:24 NZST