Export directory
Find the configuration wrench on the Application Servers
source node.
Go to folder /var/www/webroot (via favorites to the left). Click the cogwheel on the ROOT folder as shown on the image below and choose Export
Make sure to choose the correct target container where your target Application Server is at.
Here we use the path /var/www/webroot/FROM_SOURCE which will create and mount this folder on the source environments Application Server.
Copy files
Click the configuration wrench on the target environments Application Server.
To the left, click the cog wheel and click Copy Path, which will copy the full path location to your clipboard.
Click on the terminal icon to engage the Web SSH terminal
In the terminal you should write cd <paste>
and then enter. After that you should see the folder FROM_SOURCE executing ls -l
as shown on the image below.
Now you should be able to copy files as shown below. Using the --verbose flags gives you this output.
You can confirm that the files been copied by browsing to that folder in the GUI.
Clean up
Unmount the exported directory on the target application server as shown below.
Comments
Please sign in to leave a comment.