I'm looking at backing up a bunch of our user's laptops.  There's
some pretty decent explanation about how to put together jobs, so
I'm free and clear there.

Where I'm a bit fuzzy is in excluding files.  There are a number of
file "types" that I don't want to waste tape backing up, but are
acceptable for our users to have on their laptops.  Files such as
.mp3, for example.

I can't seem to find it documented anywhere, but can I just do:

FileSet{
  Name = WindowsHomeDirs
  Include{
    File = "c:\Documents and Settings\"
  }
  Exclude{
    File = "*.mp3"
  }
}

Will the wildcard work as one would expect it to?  If not, is there
another way to accomplish this?

As a side note, the _ideal_ circumstance would be to exclude files by
mime-type, as this would protect from case-[in]sensitivity issues as
well as poorly renamed files.  I don't know how feasible this would
be on non-posix systems that don't have a "file" command ... ?

-- 
Bill Moran
Collaborative Fusion Inc.

****************************************************************
IMPORTANT: This message contains confidential information and is
intended only for the individual named. If the reader of this
message is not an intended recipient (or the individual
responsible for the delivery of this message to an intended
recipient), please be advised that any re-use, dissemination,
distribution or copying of this message is prohibited. Please
notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The
sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a
result of e-mail transmission.
****************************************************************


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to