Bacula-users

[Bacula-users] bacula 7.0.5 compression

2014-11-17 09:52:26
Subject: [Bacula-users] bacula 7.0.5 compression
From: "Thomas Manninger" <DBGTMaster AT gmx DOT at>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 17 Nov 2014 15:49:48 +0100
Hello,
 
i installed bacula-dir on a debian 7 HOST A, bacula-sd on debian 7 HOST B.
 
The compression is not working:
backup job protocol:
"Software compression: none"
 
hostA bacula-dir.conf:
...
FileSet {
        Name = "LinuxAllSet"
        Include {
                Options {
                        Compression = gzip
                        Signature = MD5
                        _OneFs_ = no
                        Accurate = ipmc
                }
                File = "/"
        }
        Exclude {
                File = "/proc"
                File = "/sys"
                File = "/var/lib/mysql"         # We make a mysqldump..
        }
}
...
Storage {
        Name = "FileStorage"
        Address = "host-b.test.local"
        Device = FileStorage
        Media Type = File
        Password = "RkjDn0IrqN833OgxzIqtQPy/DxyCfcJL9Ahog9GQgbdl"
        Maximum Concurrent Jobs = 20
        AllowCompression = yes
}
 
hostB bacula-sd.conf:
Device {
  Name = FileStorage
  Media Type = File
  Archive Device = /bacula-storage
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
  Maximum Concurrent Jobs = 20
}
 
On both host, zlib is compiled.
 
What is the problem??
 
Thanks
Thomas
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>