wat is the differnces between scp and rsync in linux?

Answers were Sorted based on User's Feedback



wat is the differnces between scp and rsync in linux?..

Answer / susheel narayan singh hcl

scp and rsync is use to copy file on remote computer
difference is one that rsync is faster than scp cmd

Is This Answer Correct ?    16 Yes 4 No

wat is the differnces between scp and rsync in linux?..

Answer / 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

wat is the differnces between scp and rsync in linux?..

Answer / praveen

scp means source copying files
rsync means synchronaisation of directories to all over the
network(give permissions like read,write,execute)

Is This Answer Correct ?    15 Yes 11 No

wat is the differnces between scp and rsync in linux?..

Answer / ali

scp copies the data from using ssh protocol [secure copy].
rsync is more useful as it also copies the permissions as well, it basically syncs the data b/w source and destination.
rsync is more intelligent, as it will only copy the changes and no duplicates will be copied.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Linux General Interview Questions

Can linux get hacked?

0 Answers  


Who is Linus Torvalds?

8 Answers  


How safe is linux?

0 Answers  


Is linux a posix?

0 Answers  


What is the basic difference between unix and linux operating system?

0 Answers  






A system has four NI cards , how do you find out that a particular NI card is faulty without going to the sever ?

1 Answers   HCL,


Compare cron and anacron in linux with an example?

0 Answers  


What is the ssl handshake?

0 Answers  


How do I find my ip address on linux?

0 Answers  


What is unity linux?

0 Answers  


Can you replace windows with linux?

0 Answers  


What is the best version of linux?

0 Answers  


Categories