Skip to content

Instantly share code, notes, and snippets.

@dch
Forked from yuanmai/gist:4337084
Created March 2, 2013 22:29
Show Gist options
  • Save dch/5073561 to your computer and use it in GitHub Desktop.
Save dch/5073561 to your computer and use it in GitHub Desktop.
:repl-options {:port 10101 :host "0.0.0.0" }
rsync -arvuz . user@host:/home/user/project --exclude '.git' --exclude 'deploy' --exclude 'src' --exclude 'test' --exclude 'target'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment