wat is the differnces between scp and rsync in linux?
Answer Posted / srinivas antarvedi
scp- copying files using ssh(secure copy) of the selected files from the source host to destination host and when finished closes the scp application
rsync- you need to setup the key authentication between the
servers that do the synchronization (to destinatio system to have the source public key in destination host's authorized_keys) and copies the files from source to destination whenever there is a change(addition/deletion) in the sounce directory .. can be pull/push/both
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Name the linux loader.
What are system calls in linux?
differentiate between cron and anacronin linux ?
Explain the term gui?
Write a bash script to delete all the files in the current directory that contains the word “linux”.
How to kill any user's all processes?
How do I open a shell in linux?
Which linux is best for mac?
What is linux firewall?
Are drives such as hard drive and floppy drives represented with drive letters?
Why is thread synchronization needed?
How to disable ping to avoid network/icmp flood?
How you can view the text file using terminal?
What is login shell in linux?
What we have to do if we do required to rotate logs without moving and creating new log file