Bacula-users

Re: [Bacula-users] Fatal error: Device "/tmp" not in SD Device resources.

2013-03-16 08:55:16
Subject: Re: [Bacula-users] Fatal error: Device "/tmp" not in SD Device resources.
From: John Drescher <drescherjm AT gmail DOT com>
To: Jean-Gabriel Duquesnoy <duke AT jgduke.dnsalias DOT com>
Date: Sat, 16 Mar 2013 08:51:48 -0400
> 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>