Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.23 KB

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

  • Add an option to show desktop notification on error and on sync end. Credits to @neroze

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.