- Added the cron that rsyncs the doc mirror (docs.php.net), likely written by Hannes

- Since the mirror builds the docs 4x daily, we skip over that part in the rsync
This commit is contained in:
Philip Olson
2009-08-12 16:14:52 +00:00
parent 27388101be
commit 42048c8259

View File

@ -0,0 +1,6 @@
#!/bin/sh
rsync -avzC --timeout=600 --delete --delete-after \
--include='distributions/*.exe' \
--exclude='manual/**' \
--exclude='distributions/manual/**' \
rsync.php.net::phpweb /local/Web/sites/docs.php.net