Skip to content

Commit

Permalink
Mention the auto_rsync script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreer committed May 11, 2012
1 parent 4e4a3a9 commit 38d00d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,10 @@ Alert if any files in a directory are changed.

Automatically rsync files to a remote server if any of them are changed.

auto_rsync . 192.168.1.127:/var/www

Same as above, but don't copy .pyc files.

notify_loop ~/code/directory rsync -avz --exclude="*.pyc" ~/code/directory/ server.example.com:/stuff/

## Related software
Expand Down

0 comments on commit 38d00d9

Please sign in to comment.