From b86f47eda01adf6810c721b2d57623253ef473f4 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 19 Aug 2012 08:43:20 +0200 Subject: [PATCH] Only one backup per client --- modules/bacula/templates/per-client.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bacula/templates/per-client.conf.erb b/modules/bacula/templates/per-client.conf.erb index e30f628f9..4f31e5220 100644 --- a/modules/bacula/templates/per-client.conf.erb +++ b/modules/bacula/templates/per-client.conf.erb @@ -8,6 +8,7 @@ Job { Name = "<%= client %>" JobDefs = "Standardbackup" Client = <%= bacula_client_name %> + Maximum Concurrent Jobs = 1 } # Client (File Services) to backup -- 2.20.1