Are they the same concept?
This is a discussion on What are the differences between "rsync" and "scp" within the Tech Board forums, part of the Community Boards category; Are they the same concept?...
Are they the same concept?
Last edited by meili100; 04-02-2008 at 07:18 PM.
rsync is dedicated to synchronizing filebases between systems. scp is dedicated to transferring files securely between systems. They are not entirely unrelated, but definitely not the same concept.
Often, people will run rsync on top of SSH to get secure synchronization.