diff --git a/README.md b/README.md index f53884f..8a20146 100644 --- a/README.md +++ b/README.md @@ -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