What is the differences between scp and rsync in Linux?
Submitted by: Administratorscp- 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
Submitted by: Administrator
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
Submitted by: Administrator
Read Online Linux General Job Interview Questions And Answers
Top Linux General Questions
☺ | What is the difference between samba and ftp server in Linux? |
☺ | What is the use of nis server in Linux? |
☺ | What is the detail boot process in Linux? Start form Pc on? |
☺ | What is the main difference between Yum & rpm? |
☺ | How to find out shared file&dir of FTP? |
Top Linux OS Categories
☺ | Device Drivers Interview Questions. |
☺ | Linux OS Management Interview Questions. |
☺ | Linux Makefile Interview Questions. |
☺ | Linux Environment Interview Questions. |
☺ | Linux OS Shell Interview Questions. |