View Single Post
  #6 (permalink)  
Old 14-02-2008, 08:44 PM
dklima dklima is offline
Junior Member
User
 
Join Date: Feb 2008
OS: SUSE
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
dklima is on a distinguished road
Default

The command
Code:
cp -a
will do the same, but with rsync you have some advantages like if for some reason you cp command fail you'll have no way to continue where it stopped but will have to start it again, with rsync it will start where it stopped.
Reply With Quote