Jump to content

Difference between rsync and scp


divinequran

Recommended Posts

Hi,

 

What is the difference between rsync and scp?

 

The difference is huge. SCP is just CP over SSH. Instead of just providing target and source, you also provide authentication in the form of uid/pwd and an SSHD on your end when copying down (downloading).

 

It's also called SFTP, because all SFTP consists of is using SCP, but clients like Filezilla make it look like FTP that immediately disconnects after each action.

 

rsync is used for backing up entire systems, and just keeping single iles syncronized on different systems. best to run it as a cronjob during non-peak time. After the initial rsync, it only capies parts of the file(s) that have been changed, keeping source A and source B in 'sync'.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.