Skip to content

Instantly share code, notes, and snippets.

@alister
Created November 22, 2011 15:46
Show Gist options
  • Save alister/1385967 to your computer and use it in GitHub Desktop.
Save alister/1385967 to your computer and use it in GitHub Desktop.
rsyncPhpNet to a local dir
#!/bin/sh
rsync -avzC --timeout=600 --delete --delete-after \
rsync.php.net::phpweb /web/Hosts/php.local \
--include='manual/en/' --include='manual/en/**' \
--exclude='manual/**' --exclude='distributions/**'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment