PHPackages                             pantheon-systems/terminus-rsync-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. pantheon-systems/terminus-rsync-plugin

ActiveTerminus-plugin[Utility &amp; Helpers](/categories/utility)

pantheon-systems/terminus-rsync-plugin
======================================

Rsync - Terminus Plugin that provides a quick shortcut for rsync-ing files to and from a Pantheon site.

1.2.0(1y ago)21184.3k—1.3%10[8 issues](https://github.com/pantheon-systems/terminus-rsync-plugin/issues)[5 PRs](https://github.com/pantheon-systems/terminus-rsync-plugin/pulls)MITPHPCI passing

Since Jan 9Pushed 1mo ago10 watchersCompare

[ Source](https://github.com/pantheon-systems/terminus-rsync-plugin)[ Packagist](https://packagist.org/packages/pantheon-systems/terminus-rsync-plugin)[ RSS](/packages/pantheon-systems-terminus-rsync-plugin/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelogDependenciesVersions (15)Used By (0)

Terminus Rsync Plugin
=====================

[](#terminus-rsync-plugin)

[![GitHub Actions](https://github.com/pantheon-systems/terminus-rsync-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/pantheon-systems/terminus-rsync-plugin/actions)[![Actively Maintained](https://camo.githubusercontent.com/2ae5ff81f271fb028d720adee6b3595770166f3707a4705a4a2a3b71c332b249/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50616e7468656f6e2d4163746976656c795f4d61696e7461696e65642d79656c6c6f773f6c6f676f3d70616e7468656f6e26636f6c6f723d464644433238)](https://pantheon.io/docs/oss-support-levels#actively-maintained-support)

[![Terminus v2.x - v3.x Compatible](https://camo.githubusercontent.com/821e676ff8016707d094378b4c5b2039303974e8c2ab9043d97744adaa0f6eed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7465726d696e75732d322e782532302d2d253230332e782d677265656e2e737667)](https://github.com/pantheon-systems/terminus-rsync-plugin/tree/1.x)

Terminus Plugin that provides a quick shortcut for rsync-ing files to and from a [Pantheon](https://www.pantheon.io) sites.

Learn more about Terminus and Terminus Plugins at:

Configuration
-------------

[](#configuration)

This plugin requires no configuration to use.

Examples
--------

[](#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
-----------

[](#limitations)

Either the source or the destination must be a local file or directory; both cannot be remote.

Installation
------------

[](#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](https://pantheon.io/docs/terminus/plugins/).

Help
----

[](#help)

Use `terminus help remote:rsync` to get help on this command.

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance64

Regular maintenance activity

Popularity45

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 59% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~758 days

Total

5

Last Release

382d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b34cc6bd882277b6c6dda19bf6631ae5c3a909fd667c826a15121642cdc051b2?d=identicon)[greg.1.anderson](/maintainers/greg.1.anderson)

![](https://www.gravatar.com/avatar/5a89f5f15357797cbd6ec7833a28626478ae3c0ceb5fa1faa8a26d0960584c65?d=identicon)[pantheon-systems](/maintainers/pantheon-systems)

---

Top Contributors

[![kporras07](https://avatars.githubusercontent.com/u/2217820?v=4)](https://github.com/kporras07 "kporras07 (46 commits)")[![greg-1-anderson](https://avatars.githubusercontent.com/u/612191?v=4)](https://github.com/greg-1-anderson "greg-1-anderson (18 commits)")[![uberhacker](https://avatars.githubusercontent.com/u/387945?v=4)](https://github.com/uberhacker "uberhacker (6 commits)")[![namespacebrian](https://avatars.githubusercontent.com/u/87093053?v=4)](https://github.com/namespacebrian "namespacebrian (4 commits)")[![kurowski](https://avatars.githubusercontent.com/u/7466?v=4)](https://github.com/kurowski "kurowski (1 commits)")[![EdwardAngert](https://avatars.githubusercontent.com/u/17991901?v=4)](https://github.com/EdwardAngert "EdwardAngert (1 commits)")[![bensheldon](https://avatars.githubusercontent.com/u/47554?v=4)](https://github.com/bensheldon "bensheldon (1 commits)")[![twfahey1](https://avatars.githubusercontent.com/u/6699959?v=4)](https://github.com/twfahey1 "twfahey1 (1 commits)")

### Embed Badge

![Health badge](/badges/pantheon-systems-terminus-rsync-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/pantheon-systems-terminus-rsync-plugin/health.svg)](https://phpackages.com/packages/pantheon-systems-terminus-rsync-plugin)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
