You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/05/12 20:01:00 UTC

cvs commit: maven-components/maven-meeper/src/bin/osjava cron.txt sync-osjava

jvanzyl     2004/05/12 11:01:00

  Added:       maven-meeper/src/bin/osjava cron.txt sync-osjava
  Log:
  syncing for osjava.org
  
  Revision  Changes    Path
  1.1                  maven-components/maven-meeper/src/bin/osjava/cron.txt
  
  Index: cron.txt
  ===================================================================
  # 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
  
  
  
  1.1                  maven-components/maven-meeper/src/bin/osjava/sync-osjava
  
  Index: sync-osjava
  ===================================================================
  #!/bin/sh
  
  umask 002
  
  rsync -rvl --size-only --exclude="README.txt" --exclude="_templates" --rsh="ssh -l rsync" www.osjava.org:~/maven/ /public/html/maven
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org