]> git.sur5r.net Git - bacula/docs/commitdiff
Example FileSet fix
authorThomas Glatthor <Thomas.Glatthor@ic3s.de>
Wed, 7 Jan 2009 11:09:29 +0000 (11:09 +0000)
committerThomas Glatthor <Thomas.Glatthor@ic3s.de>
Wed, 7 Jan 2009 11:09:29 +0000 (11:09 +0000)
the old one is no longer support:

bacula-dir: ERROR TERMINATION at inc_conf.c:332
Config error: Old style Include/Exclude not supported

            : line 119, col 11 of file /etc/bacula/conf.d/ws-admin.conf
  Include = compression=GZIP signature=SHA1 {

docs/manuals/en/concepts/disk.tex
docs/manuals/fr/concepts/disk.tex

index 3f38be9fdebb4f4f6a99f6e610a1fdc25fd413e1..cc0a4e1d718c7cf22a40142d41af7cb0a7a632cf 100644 (file)
@@ -656,9 +656,13 @@ Schedule {
 }
 FileSet {
   Name = "Example FileSet"
-  Include = compression=GZIP signature=SHA1 {
-    /home/kern/bacula/bin
-  }
+  Include {
+       Options {
+       compression=GZIP
+       signature=SHA1 
+               }
+    File = /home/kern/bacula/bin
+         }
 }
 Job {
   Name = "Backup-client1"
index 3f38be9fdebb4f4f6a99f6e610a1fdc25fd413e1..cc0a4e1d718c7cf22a40142d41af7cb0a7a632cf 100644 (file)
@@ -656,9 +656,13 @@ Schedule {
 }
 FileSet {
   Name = "Example FileSet"
-  Include = compression=GZIP signature=SHA1 {
-    /home/kern/bacula/bin
-  }
+  Include {
+       Options {
+       compression=GZIP
+       signature=SHA1 
+               }
+    File = /home/kern/bacula/bin
+         }
 }
 Job {
   Name = "Backup-client1"