<html><br>
<br>Hi<br><br>Lets say I have two directories, /home/p1 and home/p2<br><br>There is a file     /home/p1/file<br>and then one     /home/p2/lnfile -> /home/p1/file<br><br>(in other words   I did  ln -s /home/p1/file  /home/p2/lnfile)<br><br>if I cd /home and do a<br><br>   tar -zcvf tar.tz p1 p2<br>or<br>   scp -r p1 p2 10.0.0.20:<br><br>then lnfile is no longer a symbolic link of file, but rather a duplicate.<br>Is there anyway with tar and scp to preserver the link, symbolic or hard?<br>You would have to scp/cp/tar enough so that the link would actually point to something.<br><br><br>Tony<br>
</html>