Created
June 21, 2013 00:56
-
-
Save timkinnane/5828107 to your computer and use it in GitHub Desktop.
Rsync site to new host
This file contains 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
# migrate from host to dest server - requires pass | |
rsync -zav --delete --progress public_html/ user@host:public_html/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment