Home ›
SSH copy from one server to anotherSSH copy from one server to another
Submitted by Benjamin Melançon on June 13, 2007 - 5:24pm
This was a useful sudo command... for copying from a server that had SVN and could update to one that did not have SVN.
sudo scp -r username@subdomain.example.org:/var/www/drupal-4.7.6/sites/coanews.org/modules/quicktags-4.7.x-1.x-dev.tar_07-May-12 modules/quicktags-4.7.x-1.x-dev.tar_07-May-12
This was a useful sudo command... for copying from a server that had SVN and could update to one that did not have SVN.
sudo scp -r username@subdomain.example.org:/var/www/drupal-4.7.6/sites/coanews.org/modules/quicktags-4.7.x-1.x-dev.tar_07-May-12 modules/quicktags-4.7.x-1.x-dev.tar_07-May-12
Comments
Post new comment