Closed aaronbauman closed 2 years ago
When copying to and from Pantheon environments, I frequently find myself issuing an rsync command like the following:
rsync -avz -e 'ssh -p 2222' pantheon-user@pantheon.sftp.drush.in:~/files local/path/files/
Would love to have this wrapped up in a filer command like
filer
terminus filer:rsync site.env [source] [destination]
Hey @aaronbauman: There is a rsync plugin. Check out https://github.com/pantheon-systems/terminus-rsync-plugin.
Thanks, should have googled first 🙃
When copying to and from Pantheon environments, I frequently find myself issuing an rsync command like the following:
rsync -avz -e 'ssh -p 2222' pantheon-user@pantheon.sftp.drush.in:~/files local/path/files/
Would love to have this wrapped up in a
filer
command liketerminus filer:rsync site.env [source] [destination]