Are they the same concept?
Printable View
Are they the same concept?
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.