[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/infra/misc crontab
From: |
Sylvain Beucler |
Subject: |
[Savannah-cvs] administration/infra/misc crontab |
Date: |
Fri, 18 Feb 2005 04:38:09 -0500 |
CVSROOT: /cvsroot/administration
Module name: administration
Branch:
Changes by: Sylvain Beucler <address@hidden> 05/02/18 09:38:09
Modified files:
infra/misc : crontab
Log message:
Commented the SQL dump function, will be called by logrotate's
postrotate
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/misc/crontab.diff?tr1=1.14&tr2=1.15&r1=text&r2=text
Patches:
Index: administration/infra/misc/crontab
diff -u administration/infra/misc/crontab:1.14
administration/infra/misc/crontab:1.15
--- administration/infra/misc/crontab:1.14 Thu Feb 10 09:48:37 2005
+++ administration/infra/misc/crontab Fri Feb 18 09:38:09 2005
@@ -1,7 +1,7 @@
# This file is part of the Savane project
# <http://gna.org/projects/savane/>
#
-# $Id: crontab,v 1.14 2005/02/10 09:48:37 Beuc Exp $
+# $Id: crontab,v 1.15 2005/02/18 09:38:09 Beuc Exp $
#
# No copyright on this file: no code.
@@ -66,7 +66,9 @@
# only samples.
# Daily backups of the Savane database: CONFIGURE IT!
-7 5 * * * root mysqldump -C --add-locks -F -l savannah | gzip -c >
/dumps/savannah.sql.gz 2>&1
+# Done by logrotate in the postrotate section
+#7 5 * * * root mysqldump -C --add-locks -F -l savannah | gzip -c >
/dumps/savannah.sql.gz 2>&1
+#7 5 * * * root sv_mysql_dump.sh
# Daily cvs tarball
#6 5 * * * root sv_daily_cvs_tarball --MISSING PARAMETERS.