@wendy/rsync
v2026.04.11.2
rsync model — configure any number of src→dst pairs with optional flags; supports one-way (src→dst) and two-way (src↔dst) sync. Requires rsync to be installed on the host system.
Quality score
How well-documented and verifiable this extension is.
Not yet scored.
A score will be generated the next time this extension is published. The owner can also trigger scoring manually.
Install
$ swamp extension pull @wendy/rsyncRelease Notes
Add two-way sync mode. Each source now accepts an optional mode field ("one-way" or "two-way", default "one-way"). Two-way sources run rsync in both directions (src→dst then dst→src) and report per-direction exit codes and transfer summaries.
Global Arguments
| Argument | Type | Description |
|---|---|---|
| sources | array | List of src→dst pairs to sync |
Resources
Files
Generic one-way rsync model — configure any number of src→dst pairs with optional flags. Requires rsync to be installed on the host system.
Release Notes
Initial release. Supports configurable sources, custom rsync flags, per-destination accessibility checks, and structured per-source result output.