From a1837727a549b37deb06f9fdbc157bb134d42668 Mon Sep 17 00:00:00 2001
From: Camille Lafitte <cam.lafit@azerttyu.net>
Date: Mon, 11 Oct 2010 09:35:07 +0000
Subject: [PATCH] =?UTF-8?q?La=20documentation=20de=20sqlbackup.sh=20dit=20?=
 =?UTF-8?q?-t=20=20*=20Le=20type=20de=20backup=20est=20indiqu=C3=A9=20par?=
 =?UTF-8?q?=20-t=20daily/weekly=20=20*=20evitons=20donc=20des=20messages?=
 =?UTF-8?q?=20d'erreur=20inutiles?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 debian/alternc.cron.d | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/alternc.cron.d b/debian/alternc.cron.d
index 4d3056c8..866365ee 100644
--- a/debian/alternc.cron.d
+++ b/debian/alternc.cron.d
@@ -2,8 +2,8 @@
 0 4 * * *	root	/usr/lib/alternc/rawstat.daily
 
 # Every day at 5am and every week at 4am, make requested SQL backups
-0 5 * * *	www-data	/usr/lib/alternc/sqlbackup.sh daily
-0 4 * * 0	www-data	/usr/lib/alternc/sqlbackup.sh weekly
+0 5 * * *	www-data	/usr/lib/alternc/sqlbackup.sh -t daily
+0 4 * * 0	www-data	/usr/lib/alternc/sqlbackup.sh -t weekly
 
 # Every 5 minutes, spool waiting domain changes
 */5 * * * *	root		/usr/lib/alternc/update_domains.sh