|
From: Davin C. <dav...@gm...> - 2010-12-12 03:09:37
|
<html>
<body>
<font size=3>Ok, I'm probably doing something stupid that's obvious to
everyone else. Perhaps someone can point it out to me?<br><br>
I'm running Bacula v3.0.3a on WinXP and most things seem to be working
fine. I'm trying to specify some file extensions that are not to be
zipped (e.g. ".gzip", ".jpg", etc.), but it seems to
be zipping them anyway. So I built a simple test case and I can't
figure out how to get it to respect the exceptions.<br><br>
My FileSet has three Options (which I use for all my jobs), followed by a
file list (a large single text file in this sample case). The first
Options specifies particular files & directories to exclude - this
seems to be working fine. The second Options specifies file types
not to compress (it contains no compression directive). The third
Options just lists the default options (including compression) to be used
for all other files.<br><br>
Here's the contents of my second Options resource, stripped back to just
my test case. It shows all the ways I've tried specifying the files
to be selected by this option and thus not compressed.<br><br>
</font><font face="Courier New, Courier" size=2>Options {<br>
Check File Changes = Yes<br>
Hard Links = No<br>
Ignore Case = Yes<br>
Enhanced Wild = Yes<br>
MTime Only = Yes<br>
No ATime = Yes<br>
Signature = MD5<br>
Wild File = "c:/Documents and Settings/All
Users/Application Data/Bacula/Work/*.noziptest"<br>
Wild =
"c:/Documents and Settings/All Users/Application
Data/Bacula/Work/*.noziptest"<br>
Wild File = "c:/*/*/*/*/*/*.noziptest"<br>
Wild =
"c:/*/*/*/*/*/*.noziptest"<br>
Wild File = "c:/*/*.noziptest"<br>
Wild =
"c:/*/*.noziptest"<br>
Wild File = "c:/*.noziptest"<br>
Wild =
"c:/*.noziptest"<br>
Wild File = "*.noziptest"<br>
Wild =
"*.noziptest"<br>
}<br><br>
</font>Even with this whole list of alternatives, none of them seem to be
matching:<br>
File = "c:/Documents and Settings/All
Users/Application Data/Bacula/Work/bacula.noziptest"<br>
and it's getting backed up according to my default options which includes
compression.<br><br>
<font size=3>So, what might I be doing wrong here?<br><br>
<x-sigsep><p></x-sigsep>
Davin</font></body>
</html>
|