Package: bacula-common
Version: 1.38.11-8
Severity: normal
Tags: patch

According to bacula manual at:
http://www.bacula.org/en/dev-manual/Configuring_Director.html#SECTION001450000000000000000
there should be keyword "Level" in use in Schedule resource.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24-etchnhalf.1-686
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages bacula-common depends on:
ii  adduser                      3.102       Add and remove users and groups
ii  debconf [debconf-2.0]        1.5.11etch2 Debian configuration management sy

bacula-common recommends no packages.

-- no debconf information
--- /usr/share/bacula-common/defconfig/bacula-dir.conf  2007-02-22 
21:24:00.000000000 +0200
+++ bacula-dir.conf     2008-11-17 18:34:11.000000000 +0200
@@ -127,9 +127,9 @@
 #  and incremental backups other days
 Schedule {
   Name = "WeeklyCycle"
-  Run = Full 1st sun at 23:05
-  Run = Differential 2nd-5th sun at 23:05
-  Run = Incremental mon-sat at 23:05
+  Run = Level=Full 1st sun at 23:05
+  Run = Level=Differential 2nd-5th sun at 23:05
+  Run = Level=Incremental mon-sat at 23:05
 }
 
 # This schedule does the catalog. It starts after the WeeklyCycle

Reply via email to