Last active
February 13, 2018 14:38
-
-
Save ummdorian/290eb515d9eda0b42303a538d7456396 to your computer and use it in GitHub Desktop.
send files to pantheon via rsync
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
| rsync -razv -e 'ssh -p 2222' --ignore-existing files live.*site_id*@appserver.live.*site_id*.drush.in:files/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment