Using rsync



A typical usage of rsync:

rsync -av --progress /path/to/origin/ /path/to/destination/

where:


Important

This will create the exact tree structure of origin inside destination