Created
December 8, 2010 16:18
-
-
Save roelven/733491 to your computer and use it in GitHub Desktop.
transfer a whole dir from one server to another
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## transfer a whole dir from one server to another | |
## | |
scp -P 31415 -r /var/www/vhosts/roelvanderven.com/subdomains/dump/httpdocs/* [email protected]:/usr/local/www/dump/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment