I need to keep my code synchronized with the same code on virtual machine. Is there a way to monitor file changes and automatically call rsync or something like that?
相关问题
- Child_process handling a STDOUT stream with carria
- Missing a step to update a static ReactJS site on
- Syncing sftp file system with version control
- Grab content from another website daily
- Backbone.js DELETE request not firing
相关文章
- Timestamp based sync, how to reduce the mobile dat
- PHP - Syncing MySQL Contacts with Exchange
- Used GitHub GUI to COMMIT&SYNC and everything disa
- API to set file timestamps in OS X
- Android contact programmed sync
- git post-receive checkout to remote machine?
- Eclipse automatically refresh resources and exclud
- How to check for sync settings in android
Create a shell script that would call
inotifywait
thenrsync
in a loop, something like:inotifywait is part of the inotify-tools package under Ubuntu