Log in

View Full Version : How to sync the entire Directory Structure from Source to remote Destination Direct



Mywebbee
05-08-2018, 04:48 AM
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>