syncing for osjava.org

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-05-12 18:01:00 +00:00
parent b7e4c62896
commit ee13377019
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# use /bin/sh to run commands, no matter what /etc/passwd says
SHELL=/bin/sh
# mail any output to `jvanzyl', no matter whose crontab this is
MAILTO=jvanzyl
# run 23 minutes after midn, 4am, 8am ..., everyday
0 0-23/4 * * * /export/sunsite/users/jvanzyl/bin/sync-osjava

View File

@ -0,0 +1,5 @@
#!/bin/sh
umask 002
rsync -rvl --size-only --exclude="README.txt" --exclude="_templates" --rsh="ssh -l rsync" www.osjava.org:~/maven/ /public/html/maven