Bacula-users

Re: [Bacula-users] Exchange Backup

2009-03-17 07:27:11
Subject: Re: [Bacula-users] Exchange Backup
From: Francisco Garcia Perez <fgarpe AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 17 Mar 2009 12:17:12 +0100
Hello,
I'm trying diferent options but I don't know wath is the problem, this is my configuration:

Client Side:

File Daemon {
 Name = smsmse-fd
 FDport = 9105
 Maximun Concurrent Jobs = 20
}

Director {
 Name = Bacula-dir
 Password = secret
}


Server Side:

JobDefs {
  Name = "ExchangeJob"
  Type = Backup
  Level = Full
  Client = Bacula-fd
  FileSet = "smsmse-full"
  Schedule = "WeeklyCycle"
  Storage = File
  Messages = Standard
  Pool = Exchange
  Priority = 10
}

Job {
  Name = "smsmse-fd"
  Client = smsmse-fd
  JobDefs = "ExchangeJob"
  FileSet = "smsmse-full"
  Write Bootstrap = "/var/lib/bacula/Client3.bsr"
}

FileSet {
  Name = "smsmse-full"      # replace xxx with your hostname
  Enable VSS = no
  Include {
    File = "/Microsoft Information Store/SGPRUEBA"
  }
}

Client {
  Name = smsmse-fd          # replace xxx with your hostname
  Address = smsmse.fd.local               # replace xxx with your hostname
  FDPort = 9105
  Catalog = MyCatalog
  Password = "secret"          # change this to your correct password
  File Retention = 30 days
  Job Retention = 6 months
  AutoPrune = yes
}

ping works fine from the server to the client and from the client to the server using FQDN, also I try to connect to the client using telnet at port 9105 and seems to be ok, tcpdump on the server displays the following information:

12:14:41.799297 IP Bacula.41537 > smsmse.fd.local.9105: S 3323839025:3323839025(0) win 5840 <mss 1460,sackOK,timestamp 105504568 0,nop,wscale 5>
12:14:41.799475 IP smsmse.fd.local.9105 > Bacula.41537: S 1485078646:1485078646(0) ack 3323839026 win 16384 <mss 1460,nop,wscale 0,nop,nop,timestamp 0 0,nop,nop,sackOK>
12:14:41.799489 IP Bacula.41537 > smsmse.fd.local.9105: . ack 1 win 183 <nop,nop,timestamp 105504569 0>
12:14:41.807184 IP Bacula.41537 > smsmse.fd.local.9105: P 1:39(38) ack 1 win 183 <nop,nop,timestamp 105504571 0>
12:14:41.924006 IP smsmse.fd.local.9105 > Bacula.41537: . ack 39 win 65497 <nop,nop,timestamp 10926817 105504571>


Thank you very much.



2009/3/17 Francisco Garcia Perez <fgarpe AT gmail DOT com>
Hello,
I'm triying to setup the bacula exchange agent 1.0.7 from http://www.meadowcourt.org/downloads/, but I'm still having some issues, first I don't know how to install the agent as a service, in the install instructions say "Install as a service using the shortcuts provided in the install.but I can't find this shortcuts in my install dir and the .msi don't provide me this option.

When I run the bacula-exchfd.exe manually and try to make a backup directly from bconsole after a long time I see this error message:

16-mar 19:10 Bacula-dir JobId 0: Fatal error: Unable to authenticate with File daemon at "smsmse.fd.local:9105". Possible causes:
Passwords or names not the same or
Maximum Concurrent Jobs exceeded on the FD or
FD networking messed up (restart daemon).

I checked the bacula-exchfd.conf in the client and bacula-dir.conf in the server, and the names and password for the client and the server is the same.


Please help me!.

Thank you very much and sorry for my English.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
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>