From: Thomas Glatthor Date: Wed, 7 Jan 2009 11:09:29 +0000 (+0000) Subject: Example FileSet fix X-Git-Tag: Release-3.0.0~344 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5eefca05ae2dd40718241f9e70353f9d3aae277a;p=bacula%2Fdocs Example FileSet fix 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 { --- diff --git a/docs/manuals/en/concepts/disk.tex b/docs/manuals/en/concepts/disk.tex index 3f38be9f..cc0a4e1d 100644 --- a/docs/manuals/en/concepts/disk.tex +++ b/docs/manuals/en/concepts/disk.tex @@ -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" diff --git a/docs/manuals/fr/concepts/disk.tex b/docs/manuals/fr/concepts/disk.tex index 3f38be9f..cc0a4e1d 100644 --- a/docs/manuals/fr/concepts/disk.tex +++ b/docs/manuals/fr/concepts/disk.tex @@ -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"