Solution: # Using rsync command we can sync the entire directory structure from source to destination.

# rsync -a -f”+ */” -f”- *” /<Source-Directory> root@<Server_Name>:/<Destination_Directory>