Hi,

I'm trying to backup a windows' files and I've problem to make it work.

I've installed bacula for windows but I'm not sure what kind of path
definitions should I use, (bacula-fd.conf):

FileDaemon {
  Name = dhlrs-fd
  FDport = 9102
  WorkingDirectory = C:/bacula/working  #Or C:\bacula\working ?
  Pid Directory = C:/bacula/working     #Or C:\bacula\working ?
}

Also on freeBSD I get this error when I query the status on the console:

Device status:
Device "FileStorage" (/tmp) is not open or does not exist.

Device {
  Name = FileStorage
  Device Type = File
  Media Type = File
  Archive Device = /tmp
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

On freeBSD the /tmp path exist, what's it happening here?

Thanks...




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to