terminus-plugin-project / terminus-filer-plugin

Filer - A Terminus plugin for SFTP Connections
7 stars 3 forks source link

Feature request: rsync #9

Closed aaronbauman closed 2 years ago

aaronbauman commented 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

terminus filer:rsync site.env [source] [destination]

uberhacker commented 2 years ago

Hey @aaronbauman: There is a rsync plugin. Check out https://github.com/pantheon-systems/terminus-rsync-plugin.

aaronbauman commented 2 years ago

Thanks, should have googled first 🙃