2
votes
2answers
497 views

Recursive scp without following links or creating a giant tar file?

So I did a recursive scp on my remote fileserver (in another state) and it created an infinite loop of links on my remote web directory... ...
4
votes
3answers
7k views

How to get full path of original file of a soft symbolic link?

I want to scp a file to a server. The file is a symbolic link, and actually I want to do is copying the source file. Anyway I don't want to track source file's path manually, because it can be ...