How to copy symbolic links using scp
Answer:
The answer is no, you can't.
You need to use other alternative like rsync.
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
How to copy symbolic links using scp
Answer:
The answer is no, you can't.
You need to use other alternative like rsync.
Enable compression during scp transfer
Answer:
When you transfer files which are mainly text based using scp command, it is always good to compress them to save the bandwidth needed.
To do so:
# scp -C test.txt john@remoteserver:/home/john/