node-rsync icon indicating copy to clipboard operation
node-rsync copied to clipboard

Support for --rsync-path

Open thisboyiscrazy opened this issue 8 years ago • 1 comments

Support for --rsync-path

thisboyiscrazy avatar Aug 21 '17 18:08 thisboyiscrazy

It's already in! Use .set() method:

new Rsync().set('rsync-path', '/some/path/to/rsync')

HugoHeneault avatar Oct 09 '18 14:10 HugoHeneault