On Wed, 6 Apr 2005, Francesco wrote:

Could anyone tell me if i can configure bacula to reduce the bandwith usage????

You could enable compression on the client, at the cost of possibly slower operation, and slightly less efficient tape usage.

something like (in the director config):-

FileSet {
 Name = "compressed files"
 Include {
    Options {
      Signature = MD5
      compression=GZIP
    }
    File = /path/to/backup
 }
}

Cheers,

Ian


------------------------------------------------------- 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