/rsync-watch

Node.js app to watch files and directories then sync them to the remote server using rsync

Primary LanguageJavaScript

Rsync Watch

Node.js app to watch files and directories then sync them to the remote server using rsync.

Install and use

Changelog

4.0.2

  • Update dependencies due to kind-of security warnings

4.0.1

  • Update dependencies due to security warnings

4.0.0

  • Configuration file moved from config.json to config.js

3.0.1

  • Stop script execution on initial sync error

3.0.0

2.0.1

  • Update dependencies to latest versions

2.0.0

  • rsync configuration moved from code to config.json as rsyncOptions property.