feat!: replace rsyncwrapper with local rsync module

Add src/rsync.js as a drop-in replacement for rsyncwrapper, using
child_process.spawn directly. Only implements the options this project
uses. Single line change in rsyncCli.js to swap the import.

BREAKING CHANGE: rsyncwrapper dependency removed, rsync command is now
constructed and executed via a local module using child_process.spawn.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dragan Filipovic
2026-04-02 23:03:21 +02:00
parent 76668b2cd6
commit 71b8eb300f
3 changed files with 90 additions and 82 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long