Skip to content

Instantly share code, notes, and snippets.

@danlucraft
Created November 18, 2010 09:57
Show Gist options
  • Save danlucraft/704824 to your computer and use it in GitHub Desktop.
Save danlucraft/704824 to your computer and use it in GitHub Desktop.
{
"commands" : [
{
"name": "Up / of1-dev-dan",
"command": "rsync -rulz --delete --exclude=\".git\" --delete-excluded . of1-dev-dan:/home/dan/development/skweb",
"description": "Rsyncs up",
"type": "task/rsync"
},
{
"name": "Down / of1-dev-dan",
"command": "rsync -rulz --delete --exclude=\".git\" of1-dev-dan:/home/dan/development/skweb ../",
"description": "Rsyncs down",
"type": "task/rsync"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment