Hi Mariusz,

Maybe your comment in bareos client afer the password declaration is confusing 
the client. Try it without that commented password ...

I take a second look on your configuration and wondered about the value of 
Address 
Is that the real address of the client? Can you resolve that? You have to use a 
FQDN here.

A small Director definition looks like that

Director {
  Name = backupserver.domain.tld
  QueryFile = "/usr/lib/bareos/scripts/query.sql"
  Maximum Concurrent Jobs = 10
  Password = "MySecurePasswordHere"         # Console password
  Messages = Daemon
}

A small Client Job definition in bareos-dir looks like that

Client {
  Name = testserver1.domain.tld
  Address = testserver1.domain.tld
  Catalog = yourCatalogName
  FDPort = 9102
  Password = "ARandomSecretforConnectionHaveToBeTheSameOnTheClient"
  AutoPrune = no
}


Marco


On Tuesday, October 20, 2015 at 9:54:35 AM UTC+2, Mariusz Tański wrote:
> Hello,
> I have some problem with bareos-client OpenSuse. I installed rpm's 
> bareos-bconsole, bareos-client, bareos-common, bareos-filedemon & 
> bareos-trymonitor, because some packages were dependent on each other.
> 
> My OpenSUSE 'client bareos' /etc/bareos/bareos-fd:
> 
> #
> # List Directors who are permitted to contact this File daemon
> #
> Director {
>   Name = bareos-dir #pc-a233-dir
>   Password = "bareos" #"IBu8yTxr5U4/cEcea4Qo3vm+8m5+/mlUUbx/vRELxdQ6"
> }
> 
> #
> # Restricted Director, used by tray-monitor to get the
> #   status of the file daemon
> #
> Director {
>   Name = pc-a233-mon
>   Password = "sEY4iWYdAjJri/vdF+d0A7556Tco6iCd8sOvfmPxM2Pw"
>   Monitor = yes
> }
> 
> 
> My Bareos server conf with client in /etc/bareos/bareos-dir:
> Client {
>   Name = pc-a233-fd
>   Address = address-opensuse
>   Password = "bareos"
>   AutoPrune = no
> }
> 
> 
> 
> Please help me.


-- 
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