rsync : Rsync cli wrapper. You can installing rsync npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install rsync $ sudo npm install -g rsync
If want to update the rsync package execute the command as below,
$ sudo npm update rsync
Update package globally,
$ npm install -g rsync
$ sudo git clone https://github.com/rektide/rsync.git
$ sudo npm install -g ./rsync
rsync@0.6.1 /usr/lib/node_modules/rsync
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rsync
| Package Name | rsync |
| Version | 0.6.1 |
| Description | Rsync cli wrapper |
| Released Date | 2017-01-14T22:03:43.409Z |
| Published by | mattijs |
| How to Learn | https://www.npmjs.com/package/rsync/tutorial |