From 04a2fb992a3eeccf3f5156b83ff55c43e5b00397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Tue, 6 Jan 2015 16:50:11 +0100 Subject: [PATCH] =?UTF-8?q?Un=20backup=20=C3=A0=20la=20fois=20pour=20de=20?= =?UTF-8?q?meilleures=20perfs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Python/etc/backuppc/config.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/etc/backuppc/config.pl b/Python/etc/backuppc/config.pl index 4abb10f..fe3e222 100644 --- a/Python/etc/backuppc/config.pl +++ b/Python/etc/backuppc/config.pl @@ -130,7 +130,7 @@ info["perms"] = 0600 @# are no user backup requests then this is the maximum number @# of simultaneous backups. @# -@$Conf{MaxBackups} = 2; +@$Conf{MaxBackups} = 1; @ @# @# Additional number of simultaneous backups that users can run.