Rsync
@wendy/rsyncv2026.04.11.2
01README
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.
02Release 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.
03Models
@wendy/rsyncv2026.04.11.2rsync.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| sources | array | List of src→dst pairs to sync |
fn sync()
Sync each source according to its mode: one-way (src→dst) or two-way (src→dst then dst→src)
Resources
result(infinite)— rsync result — exit codes and transfer summary per source
Files
log(text/plain)— rsync output (stdout + stderr) for each source
04Previous Versions
2026.04.11.1Apr 11, 2026
Initial release. Supports configurable sources, custom rsync flags, per-destination accessibility checks, and structured per-source result output.
05Stats
Downloads
5
Archive size
4.5 KB
Not yet scored.
A score will be generated the next time this extension is published. The owner can also trigger scoring manually.
06Platforms
07Labels