Hello People,

Does anyone know something about compression issue I meet ?

Thanks.

Baptiste Malguy a écrit :
> Hello,
> 
> I definitly want to use compression for backups on disk.
> 
> It works pretty well, except for:
> - FIFOs
> - Windows clients.
> 
> I haven't seen any information about this specific cases.
> 
> Here comes a part of the configuration in the case you see anything wrong.
> 
> The "full" FileSet has a good compression rate, while the "mysql-dump"
> FileSet report as the following:
>   Software Compression:   None
> 
> bacula-dir.conf:
> [...]
> FileSet {
>   Name = full
>   Include {
>     @/etc/bacula/bacula-dir-fileset-common-include-options.conf
>     File = /
>   }
>   Exclude {
>     @/etc/bacula/bacula-dir-fileset-linux-exclude-files.conf
>   }
> }
> 
> FileSet {
>   Name = mysql-dump
>   Include {
>     @/etc/bacula/bacula-dir-fileset-common-include-options.conf
>     Options { readfifo = yes }
>     File = /tmp/bacula-mysql-fifo
>   }
> }
> 
> FileSet {
>   Name = windows-file-set
>   Include {
>     @/etc/bacula/bacula-dir-fileset-common-include-options.conf
>     @/etc/bacula/bacula-dir-fileset-windows-include-options.conf
>     File = c:/
>   }
>   Exclude {
>   }
> }
> 
> [...]
> 
> /etc/bacula/bacula-dir-fileset-common-include-options.conf :
> Options {
>   signature = MD5
>   compression = GZIP
>   onefs = no
>   fstype = reiserfs
>   fstype = ext2
> }
> 
> bacula-dir-fileset-linux-exclude-files.conf: no interesting content.
> bacula-dir-fileset-windows-include-options.conf: no interesting content.
> 
> Thank you for your help.
> 


-- 
Baptiste MALGUY - IT Engineer                               SOLSOFT
PGP Fingerprint: 2A90 B6D1 855F 1584 FE68  94AC CCD6 36D0 3DC7 DCB8
www.solsoft.com - phone: +33 1 47 15 04 00 - fax: +33 1 47 15 55 09
                 How secure networks are managed.



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to