Bacula-users

Re: [Bacula-users] Windows bacula client

2008-05-24 13:57:34
Subject: Re: [Bacula-users] Windows bacula client
From: "Eitan Talmi" <eitant AT gmail DOT com>
To: "Samuel Ferré" <ferre.sam AT gmail DOT com>
Date: Sat, 24 May 2008 20:56:42 +0300
Its look like the passwords on the server and on the client are not the same on the server there is space between the client and the pass

Eitan


On Fri, May 23, 2008 at 6:14 PM, Samuel Ferré <ferre.sam AT gmail DOT com> wrote:
Hi,
   I just want to test bacula and save one file in Windows client. My server is on Linux(Director and storage).
I use bacula 2.2.8 and Winbacula2.2.10-b3.
I have this message I don't understand why:

Failed to connect to client pc-dev-fd
Fatal error: Unable authenticate with File daemon at "@IP..." Possible causes:
Password or names not the same or
Maximum Concurrent Jobs exceeded on the FD or
FD networking messed up (restart daemon)
Please see http://www.bascula.org/rel-manual/faq.html#AuthorizationErrors for help.

Here my File of configuration:

Bacula-dir.conf


Director { # define myself

Name = SERV-Amanda-dir

DIRport = 9101 # where we listen for UA connections

QueryFile = "/etc/bacula/scripts/query.sql"

WorkingDirectory = "/var/lib/bacula"

PidDirectory = "/var/run/bacula"

Maximum Concurrent Jobs = 20

Password = "Cv70F6pf1t6pBopT4vQOnigDrR0v3L" # Console password

Messages = Daemon

DirAddress = 127.0.0.1

}

Job {

Name = "pc-dev"

Level = Full

Type = Backup

Pool = File

Client = pc-dev-fd

Messages = Standard

Storage = DDS-4

Schedule = "WeeklyCycleAfterBackup"

FileSet = Sam

#JobDefs = "DefaultJob"

Write Bootstrap = "/var/lib/bacula/PC-dev.bsr"

}

#Fichier de PC-dev sam

FileSet {

Name = Sam

Enable VSS = yes

Include {

Options{

wild = *.obj

wild = *.exe

exclude = yes

signature = MD5

compression = GZIP

aclsupport = yes

}

File = "C:/Sam"

}

}

Client {

Name = pc-dev-fd

Address = 192.200.9.43

FDPort = 9102

Catalog = MyCatalog

Password = "client pass"

File Retention = 30 days

Job Retention = 6 months

AutoPrune = yes

}

Storage {

Name = DDS-4

Address = SERV-Amanda

SDPort = 9103

Password = "Cv70F6pf1t6pBopT4vQOnigDrR0v3Labc"

Device = "TandbergSLR60"

Media Type = DDS-4

}

Bacula-fd.conf( Windows client )

FileDaemon { # this is me

Name = pc-dev-fd

FDport = 9102 # where we listen for the director

WorkingDirectory = "C:\\Documents and Settings\\All Users\\Application Data\\Bacula\\Work"

Pid Directory = "C:\\Documents and Settings\\All Users\\Application Data\\Bacula\\Work"

Maximum Concurrent Jobs = 2

}


Director {

Name = SERV-Amanda-dir

Password = "clientpass"

}

Director {

Name = pc-dev-mon

Password = "+kto8l2xbxfe6+fnxh4fJqzFqDMgCQib+qWzfUupwoGV"

Monitor = yes

}

Messages {

Name = Standard

director = SERV-Amanda-dir = all, !skipped, !restored

}



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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>