>>>>> On Sun, 19 Jul 2009 15:54:35 +0100, Gavin McCullagh said: > > Hi, > > On Sun, 19 Jul 2009, Bruno Friedmann wrote: > > > > Another useful feature might be a wildcard "excludefromcompression" > > > directive so you could say: > > > > This might avoid wasting time trying to compress the unccompressible while > > > gaining the compression ratio on those files which gain from it? > > > > Wouah, that would be nice, is this already working with recent bacula > > version ? > > Not that I've heard of. I was just thinking out loud.
You can do it already using multiple Options clauses: Options { # Files that we don't want to compress. signature = MD5 wild = *.gz wild = *.Z wild = *.mp3 } Options { # Default clause to compress all other files signature = MD5 compression = GZIP } Remember to put all other options (such as signature) into both clauses. __Martin ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users