On Wednesday 26 December 2007 15:14, Mitchell Hudson wrote:
> Hello there,
>
> I have a probably dumb question, but after several hours of playing and
> reading I haven't been able to figure it out. So I'm running the latest
> bacula server on a linux box, and I that seems to be running great, and
> a fd on a windows machine that I would like to backup.
>
> How do I specify which directories/files get backed up? I have yet to
> find a way to do this, and when I run a job now it goes through
> seemingly fine, but doesn't actually back anything up.
>
> Thank you so much for your help.

In the Bacula help manual, Configuring the Director/The FileSet Resource 
defines the files to be backed-up.

Here's a simple FileSet definition from my setup:

FileSet {
  Name = bilskirnir
  Include {
    Options {
      Signature = MD5
    }
    File = /etc
    File = /home
    File = /root
  }
  Exclude {
    File = /home/lost+found
    File = /home/tmp
  }
}

which backs up three directories with some exclusions.

HTH

cmr
-- 
Debian 'Etch' - Registered Linux User #241964
--------
"More laws, less justice." -- Marcus Tullius Ciceroca, 42 BC

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to