Bacula-users

Re: [Bacula-users] FileSet options: exclude compressions for some "filetypes"?

2010-04-09 16:26:44
Subject: Re: [Bacula-users] FileSet options: exclude compressions for some "filetypes"?
From: Martin Simmons <martin AT lispworks DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 9 Apr 2010 21:24:20 +0100
>>>>> 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&#174; 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>