> Please find attached both files with passwords removed.
>
> Hope this will help find the root cause of my problem.

Change the Device = /tmp in bacula-dir.conf to Device = FileStorage

# Definition of file storage device
Storage {
  Name = File
# Do not use "localhost" here
  Address = localhost                # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = ""
  #Device = /tmp
  Device = FileStorage
  Media Type = File
}

Also remember to use the advice in the other comment in that section.
I mean replace localhost with the ip address of the nic if you want to
have more than just the bacula server backed up. I did not look at any
other part of the config files so there may be other errors. I am just
about to have breakfast and then head over to do some renovations on a
house we recently purchased so I do not have time at the moment..

John

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to