i'm begin whith the bacula
i' have installed a bacula 2.2.6 server on centos 5, this server is up
and make local backups and restores.
But my problem is: i have a windows client, i setup then files. but
then backup drop error.

"200-fd JobId 18: Fatal error: Failed to connect to Storage daemon:
127.0.0.1:9103"
" Warning: ../../lib/bsock.c:123 Could not connect to Storage daemon
on 127.0.0.1:9103. ERR=La operación se ha completado correctamente."

are you have some archives for example of the client and server and
who make de connection whith client FD?

dir.conf

JobDefs {
  Name = "JobdefTekne200"
  Type = Backup
  Level = Incremental
  Client = 200-fd
  FileSet = "Tekne200"
  Schedule = "Ciclo"
  Storage = 134-sd
  Messages = Standard
  Pool = Default
  Priority = 11
}
Job {
  Name = "BackTekne200"
  JobDefs = "JobdefTekne200"
  Write Bootstrap = "/root/bacula/bin/working/Client1.bsr"
}
Job {
  Name = "ResTekne200"
  Type = Restore
  Client=200-fd
  FileSet="Tekne200"
  Storage = File
  Pool = Default
  Messages = Standard
  Where = "c:\bacula-restores"
}
Schedule {
  Name = "Ciclo"
  Run = Level=Incremental Pool=Default mon-fri at 5:05
}
FileSet {
  Name = "Tekne200"
  Include {
    Options {
      signature = MD5
      Compression=GZIP
        wildfile = "*"  
    }
     File = "c:\tekne\"
  }
  Exclude {
     File = "c:\tekne\test\"
  }
}

Client {
  Name = 200-fd
  Address = 192.168.4.200
  FDPort = 9102
  Catalog = public
  Password = "sdvfghree"
  File Retention = 15 days
  Job Retention = 30 days
  AutoPrune = yes
}

Storage {
  Name = 134-sd
#  Do not use "localhost" here
  Address = 127.0.0.1       # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "sdvfghree"          # password for Storage daemon
  Device = HPUltrium                      # must be same as Device in
Storage daemon
  Media Type = Ultrium 2-SCSI                  # must be same as
MediaType in Storage daemon
  Autochanger = no
}

sd.conf

#
# List Directors who are permitted to contact Storage daemon
#

Director {
  Name = 200-dir
  Password = "sdvfghree"
}

fd.conf

#
# List Directors who are permitted to contact this File daemon
#
Director {
  Name = 200-dir
  Password = "soplete"
}

Thanks
GM
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to