I was wondering why GZIP compression does not appear to be working... is it a configure option?


- the zlibraries were present on the system at compile time
- does the compression option need to be specified elsewhere?
- I have my files split up differently than the default, the bacula-dir.conf has includes to; mail.conf , schedules.conf , and an individual file for each client daemon (pools-jobs-filesets) - could this be causing problems?


here is the fileset that specifies the compression.

# List of files to be backed up
FileSet {
  Name = "HurricaneFull"
  Include {
    Options {
      signature = MD5
      compression=GZIP
    }
    File = /var/
    File = /boot/
    File = /
  }
  Exclude {
    File = /tmp/
    File = /proc
    File = /tmp
    File = /.journal
    File = /.fsck
    File = /var/drweb/spool/
  }
}




-- ________________________________________________________ Sean Kimball Nexus Digital Productions http://www.nexus.on.ca phone | 905.723.5706



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to