>>>>> On Fri, 09 Apr 2010 09:31:43 +0200, Administrator  said:
> 
> Hi,
> i use USB-disks for backing up my server and a few clients. The full 
> backups do not run overnigth (21h to 6h). I assume that this is due to 
> the time needed for compression. The average compression rate is at a 
> mere 30% because of the multi media files (many movies). Is it possible 
> to exclude some filetypes from compression?

Yes, add another options clause before the current one.  Something like this:

     Options {
       wild = "*.mp3"
       wild = "*.avi"
       signature = MD5
       noatime=yes
     }

__Martin

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to