Skip to main content

@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/rsync

Release 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.

@wendy/rsyncv2026.04.11.2rsync.ts

Global Arguments

ArgumentTypeDescription
sourcesarrayList of src→dst pairs to sync
syncSync 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