pantheon-systems / terminus-rsync-plugin
Rsync - Terminus Plugin that provides a quick shortcut for rsync-ing files to and from a Pantheon site.
Installs: 178 011
Dependents: 0
Suggesters: 0
Security: 0
Stars: 21
Watchers: 10
Forks: 10
Open Issues: 13
Type:terminus-plugin
pkg:composer/pantheon-systems/terminus-rsync-plugin
- 1.x-dev
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0.0
- dev-DELENG-365-update-catalog-workflow
- dev-terminus-4
- dev-add-catalog-workflow-20241010
- dev-rename-catalog-info-20240923
- dev-dependabot/github_actions/dot-github/workflows/github_actions-14598a9f5f
- dev-add-catalog-info-20240828
- dev-CMS-419-Update-terminus-rsync-plugin
- dev-t2
- dev-circle2
- dev-temp-dir
This package is auto-updated.
Last update: 2026-02-23 18:45:44 UTC
README
Terminus Plugin that provides a quick shortcut for rsync-ing files to and from a Pantheon sites.
Learn more about Terminus and Terminus Plugins at: https://pantheon.io/docs/terminus/plugins/
Configuration
This plugin requires no configuration to use.
Examples
Copy the files directory of the dev environment of the Pantheon site my_site into a directory named files in the current working directory:
terminus rsync my_site.dev:files .
Copy everything in the files directory of the dev environment of the Pantheon site my_site into a folder called assets in the current working directory, omitting the files directory itself:
terminus rsync my_site.dev:files/ ./assets
Copy everything in the folder assets in the current working directory into a folder called assets in the files directory of the dev environment of the Pantheon site my_site.
terminus rsync ./assets my_site.dev:files
Limitations
Either the source or the destination must be a local file or directory; both cannot be remote.
Installation
To install this plugin using Terminus 3:
terminus self:plugin:install terminus-rsync-plugin
On older versions of Terminus:
mkdir -p ~/.terminus/plugins
composer create-project --no-dev -d ~/.terminus/plugins pantheon-systems/terminus-rsync-plugin
For help installing, see Manage Plugins.
Help
Use terminus help remote:rsync to get help on this command.