mirror of
https://github.com/php/web-doc.git
synced 2025-08-10 02:56:24 +00:00
- 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:
6
cron/hourly/update_docs_mirror
Normal file
6
cron/hourly/update_docs_mirror
Normal 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
|
Reference in New Issue
Block a user