Basic rsync command

rsync -av /source/ /destination/
Same as cp - but more effective.

This copies files from the source directory to the destination with archive (-a) and verbose (-v) options