
Drupal
3 min read
How to sync two folders between two Google VM instances?
Let's say your first VM instance is WEB1 and the second VM instance is WEB2. In the WEB1 VM instance, there is one folder called "uploads" at /var/www/html/wp-content/ and you want to transfer all the files and folders inside it to WEB2 at /var/www/html/wp-content so for that you can use the rsync command. First, check [...]
Read more