Rsync command
Rsync would look at the files in both locations and copy the difference.
If you lost connectivity or if the sync broke for some reason, it would continue the copy from the point the sync was interrupted when you restart the rsync command again
Example :
rsync -av source/public_html/ destination/public_html/
No comments:
Post a Comment