Hello,

I'm trying to set up bacula 1.36.3 on redhat 8 but I have the following
problem.

Instead of listing all the directory/files I want to backup within the
FileSet/Include directive I set up a file with the directories/files I
want to backup.

bacula-dir.conf looks like this...

FileSet {
  Name = "Monitor0 files"
  Include {
    Options {
      signature = MD5
    }
    File = @/root/bacula/bin/file_list/monitor_pc/monitor0.list
  }
}

...and monitor0.list like this...
"File = /boot/message", "File = /boot/map", "File = /boot/kernel.h

The configuration looks OK because I can restart bacula with no problems
but when I try to backup the client I get the error "Could not stat
File: ERR=No such file or directory".

monitor0.list is on the director's machine.

Does anyone know if I'm configuring wrong monitor0.list or
bacula-dir.conf?

Thanks in advance,

Maurizio






-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to