The following command may be used to copy or backup directory using rsync:
rsync -auv –delete –ignore-errors –ignore-missing-args source/ destination/
Notes about Linux, *BSD and a bit more.
The following command may be used to copy or backup directory using rsync:
rsync -auv –delete –ignore-errors –ignore-missing-args source/ destination/