I am also new but I think the file /etc/bareos/bareos-dir.d/storage/File.conf 
should hold the information to connect to the bareos-sd service on the server. 
IE if you want to backup files to  /mnt/storage/ on bareos-sd.someserver.com 
then the file would look like this::


Storage {
  Name = File
  Address = bareos-sd.someserver.com                # N.B. Use a fully 
qualified name here (do not use "localhost" here).
  Password = "some_long_password_here"
  Device = FileStorage
  Media Type = File
}


In my case, the file points to the local host. So instead of 
bares-sd.someserver.com, it has the short hostname of my bareos server in the 
address:

Storage {
  Name = File
  Address = kg10-19                # N.B. Use a fully qualified name here (do 
not use "localhost" here).
  Password = "_____password_____"
  Device = FileStorage
  Media Type = File
}


The password should match the file in 
/etc/bareos/bareos-sd.d/director/bareos-dir.conf


I hope this helps. 

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to