Skip to content

Instantly share code, notes, and snippets.

@walt
Created January 3, 2010 08:41
Show Gist options
  • Select an option

  • Save walt/267891 to your computer and use it in GitHub Desktop.

Select an option

Save walt/267891 to your computer and use it in GitHub Desktop.
Deploy using rsync
.DS_Store
.svn/
/path/to/app/cache/*
rsync -rtvvi --delete --exclude-from="/absolute/path/to/.rsyncignore" ~/path/to/local/html/ example.com@s#####.gridserver.com:~/path/to/remote/html/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment