CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <[EMAIL PROTECTED]>     05/08/06 13:25:20

Modified files:
        infra/misc     : crontab 

Log message:
        Made rsync of CVSROOT directly in the target repository. No more hourly 
cp of 1.3GB history file...

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/misc/crontab.diff?tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: administration/infra/misc/crontab
diff -u administration/infra/misc/crontab:1.15 
administration/infra/misc/crontab:1.16
--- administration/infra/misc/crontab:1.15      Fri Feb 18 09:38:09 2005
+++ administration/infra/misc/crontab   Sat Aug  6 13:25:19 2005
@@ -1,7 +1,7 @@
 # This file is part of the Savane project
 # <http://gna.org/projects/savane/>
 #
-# $Id: crontab,v 1.15 2005/02/18 09:38:09 Beuc Exp $ 
+# $Id: crontab,v 1.16 2005/08/06 13:25:19 Beuc Exp $ 
 #
 #  No copyright on this file: no code.
 
@@ -49,16 +49,16 @@
 #
 # Sync projects not maintained at Savannah
 # - Automake
-40 * * * *     amrsync rsync --timeout 120 -z -prltgoD --delete --exclude 
'#cvs\.*' --exclude '/CVSROOT/*' rsync://sources.redhat.com/automake-cvs/ 
/savannah/cvsroot/automake/cvsroot/automake/; rsync --timeout 120 --archive 
--exclude '#cvs\.*' --include '/val-tags' --exclude '/*' 
rsync://sources.redhat.com/automake-cvs/CVSROOT/ /home/amrsync/cvsroot/; cp -f 
/home/amrsync/cvsroot/val-tags 
/savannah/cvsroot/automake/cvsroot/automake/CVSROOT/val-tags
+40 * * * *     amrsync rsync --timeout 120 -z -prltgoD --delete --exclude 
'#cvs\.*' --exclude '/CVSROOT/*' rsync://sources.redhat.com/automake-cvs/ 
/savannah/cvsroot/automake/cvsroot/automake/; rsync --timeout 120 --archive 
--exclude '#cvs\.*' --include '/val-tags' --exclude '/*' 
rsync://sources.redhat.com/automake-cvs/CVSROOT/ 
/savannah/cvsroot/automake/cvsroot/automake/CVSROOT/
 
 # - GCC
-45 * * * *     gccrsync        rsync --timeout 120 -z -prltgoD --delete 
--exclude '#cvs\.*' --exclude '/CVSROOT/*' rsync://gcc.gnu.org/gcc-cvs/ 
/savannah/cvsroot/gcc/cvsroot/gcc/; rsync --timeout 120 --archive --exclude 
'#cvs\.*' --include '/val-tags' --include '/history' --exclude '/*' 
rsync://gcc.gnu.org/gcc-cvs/CVSROOT/ /home/gccrsync/cvsroot/; cp -f 
/home/gccrsync/cvsroot/history 
/savannah/cvsroot/gcc/cvsroot/gcc/CVSROOT/history; cp -f 
/home/gccrsync/cvsroot/val-tags 
/savannah/cvsroot/gcc/cvsroot/gcc/CVSROOT/val-tags
+45 * * * *     gccrsync        rsync --timeout 120 -z -prltgoD --delete 
--exclude '#cvs\.*' --exclude '/CVSROOT/*' rsync://gcc.gnu.org/gcc-cvs/ 
/savannah/cvsroot/gcc/cvsroot/gcc/; rsync --timeout 120 --archive --exclude 
'#cvs\.*' --include '/val-tags' --include '/history' --exclude '/*' 
rsync://gcc.gnu.org/gcc-cvs/CVSROOT/ /savannah/cvsroot/gcc/cvsroot/gcc/CVSROOT/
 
 # - coreutils
-12 * * * *     coreutilsrsync  rsync --timeout 120 -z -prltgoD --delete 
--exclude '#cvs\.*' --exclude '/CVSROOT/*' rsync://rsync.proulx.com/coreutils/ 
/savannah/cvsroot/coreutils/cvsroot/coreutils/; rsync --archive --exclude 
'#cvs\.*' --include '/val-tags' --include '/history' --exclude '/*' 
rsync://rsync.proulx.com/coreutils/CVSROOT/ /home/coreutilsrsync/cvsroot/; cp 
-f /home/coreutilsrsync/cvsroot/val-tags 
/savannah/cvsroot/coreutils/cvsroot/coreutils/CVSROOT/val-tags
+12 * * * *     coreutilsrsync  rsync --timeout 120 -z -prltgoD --delete 
--exclude '#cvs\.*' --exclude '/CVSROOT/*' rsync://rsync.proulx.com/coreutils/ 
/savannah/cvsroot/coreutils/cvsroot/coreutils/; rsync --archive --exclude 
'#cvs\.*' --include '/val-tags' --include '/history' --exclude '/*' 
rsync://rsync.proulx.com/coreutils/CVSROOT/ 
/savannah/cvsroot/coreutils/cvsroot/coreutils/CVSROOT/
 
 # - libc
-30 * * * *      libcrsync rsync --timeout 120 -z -prltgoD --delete --exclude 
'#cvs\.*' --exclude '/CVSROOT/*' rsync://sources.redhat.com/glibc-cvs 
/savannah/cvsroot/libc/cvsroot/libc/; rsync --timeout 120 --archive --exclude 
'#cvs\.*' --include '/val-tags' --exclude '/*' 
rsync://sources.redhat.com/glibc-cvs/CVSROOT/ /home/libcrsync/cvsroot/; cp -f 
/home/libcrsync/cvsroot/val-tags 
/savannah/cvsroot/libc/cvsroot/libc/CVSROOT/val-tags
+30 * * * *      libcrsync rsync --timeout 120 -z -prltgoD --delete --exclude 
'#cvs\.*' --exclude '/CVSROOT/*' rsync://sources.redhat.com/glibc-cvs 
/savannah/cvsroot/libc/cvsroot/libc/; rsync --timeout 120 --archive --exclude 
'#cvs\.*' --include '/val-tags' --exclude '/*' 
rsync://sources.redhat.com/glibc-cvs/CVSROOT/ 
/savannah/cvsroot/libc/cvsroot/libc/CVSROOT/
 
 ################################################ BACKUPS RELATED
 #


_______________________________________________
Savannah-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/savannah-cvs

Reply via email to