Bonjour Yann et toute la communauté Bacula.

Pourriez-vous m'aider à régler ce problème de backup qui s'arrête après à 
peu-près 35 minutes et 60252 fichiers.
Ce problème dure plus de 2 mois. Je viens de changer de switch en 'isolant 
complètement du réseau. Actuellement j'ai placé le serveur Bacula et le client 
sur un switch Cisco 2950 et les deux sur leur deuxième carte afin d'être sûr 
qu'aucun parasite sur le réseau ne perturbe,mais
toujours le même résultat. 

L'erreur est :

26-Sep 08:59 baculadir.com-dir JobId 3876: Start Backup JobId 3876, 
Job=JobDjaj.2012-09-26_08.59.00_02 26-Sep 08:59 baculadir.com-dir JobId 3876: 
Using Device "FileStorage" 26-Sep 08:59 baculadir.com-sd JobId 3876: Volume 
"poolfull0051" previously written, moving to end of data.
26-Sep 08:59 baculadir.com-sd JobId 3876: Warning: For Volume poolfull0051":The 
sizes do not match! Volume=79616944236
Catalog=78714937483 Correcting Catalog 26-Sep 08:00
client-fd JobId 3876: Generate VSS snapshots.Driver="Win32 VSS", Drive(s)="C"
26-Sep 08:33 client-fd JobId 3876: 
Error:/home/kern/bacula/k/bacula/src/lib/bsock.c:389 Write error sending 8578 
bytes to Storage daemon:baculadir.com:9103:ERR=Input/output error 26-Sep 08:33 
client-fd JobId 3876:Fatal 
error:/home/kern/bacula/k/bacula/src/filed/backup.c:1190 Networksend error to 
SD. ERR=Input/output error 26-Sep 08:33
client-fd JobId 3876: VSS Writer (BackupComplete): "System
Writer", State: 0x1 (VSS_WS_STABLE) 26-Sep 08:33 client-fd JobId 3876: VSS 
Writer (BackupComplete):"MSDEWriter", State: 0x1 (VSS_WS_STABLE) 26-Sep 08:33 
client-fd JobId 3876: VSS Writer (BackupComplete): "Registry
Writer", State: 0x1 (VSS_WS_STABLE) 26-Sep 08:33 client-fd JobId 3876: VSS 
Writer (BackupComplete): "IIS Metabase Writer", State: 0x1 (VSS_WS_STABLE) 
26-Sep 08:33 client-fd JobId 3876: VSS Writer (BackupComplete): "Event Log 
Writer", State: 0x1 (VSS_WS_STABLE) 26-Sep 08:33 client-fd JobId
3876: VSS Writer (BackupComplete): "COM+ REGDB Writer", State: 0x1 
(VSS_WS_STABLE) 26-Sep 08:33 djaj.mtds.com-fd JobId 3876: VSS Writer 
(BackupComplete): "WMI Writer",State: 0x1 (VSS_WS_STABLE) 26-Sep 09:32 
baculadir.com-dir 
 
Vous verrez que j'ai bien mis le "Heartbeat Interval = 60 s"
sur le director,le storage et le client.

Je vous remercie de votre assistance.

Cordialement.

Christian Elongama
#############################################     Client   
##########################################

# Client (File Services) to backup
Client {
  Name = client-fd
  Address = xx.xx.xx.xx
  FDPort = 9102
  Catalog = MyCatalog
  Password = "xxxxxx"
  Heartbeat Interval = 120 s
  File Retention = 21 days
  Job Retention = 21 days
  AutoPrune = yes                     # Prune expired Jobs/Files
}
Storage {                             # definition of myself
  Name = baculadir.com-sd
  SDPort = 9103                  # Director's port
  WorkingDirectory = "/etc/bacula/bin/working"
  Pid Directory = "/etc/bacula/bin/working"
  Heartbeat Interval = 120 s
  Maximum Concurrent Jobs = 5
}

#
# List Directors who are permitted to contact Storage daemon
#
Director {
  Name = baculadir.com-dir
  Password = "yyyyyyyy"
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the storage daemon
#
Director {
  Name = baculadir.com-mon
  Password = "yyyyyyyy"
  Monitor = yes
}


Device {
  Name = FileStorage
  Media Type = File
#  Archive Device = /tmp
  Archive Device = /data
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
  Maximum Spool Size = 100gb
  Maximum Job Spool Size = 100gb
  Maximum Network Buffer Size = 65536
  Maximum Concurrent Jobs = 5
}
@/etc/bacula/jobs
@/etc/bacula/schedules
@/etc/bacula/clients
@/etc/bacula/files
@/etc/bacula/restore
@/etc/bacula/pools
@/etc/bacula/filesdata
@/etc/bacula/jobsdata
@/etc/bacula/schedulesdata
@/etc/bacula/restoredata


Director {                            # define myself
  Name = baculadir.com-dir
  DIRport = 9101                # where we listen for UA connections
  QueryFile = "/etc/bacula/bin/query.sql"
  WorkingDirectory = "/etc/bacula/bin/working"
  PidDirectory = "/etc/bacula/bin/working"
#  Maximum Concurrent Jobs = 1
   Maximum Concurrent Jobs = 5
  Password = "xxxx"
  Messages = Daemon
}

JobDefs {
  Name = "DefaultJob"
  Type = Backup
  Level = Incremental
  Client = baculadir.com-fd
  FileSet = "Full Set"
  Schedule = "WeeklyCycle"
  Storage = File
  Messages = Standard
  Pool = File
  Priority = 10
  Write Bootstrap = "/etc/bacula/bin/working/%c.bsr"
}


# Client (File Services) to backup
Client {
  Name = baculadir.com-fd
  Address = baculabackup
  FDPort = 9102
  Catalog = MyCatalog
  Password = "fZMFTqyxGVPgRE75PzEY1iLgYpE1FhzODg2tEZ1nlkGR"          # password 
for FileDaemon
  File Retention = 30 days            # 30 days
  Job Retention = 6 months            # six months
  AutoPrune = yes                     # Prune expired Jobs/Files
}

# Definition of file storage device
Storage {
  Name = File
# Do not use "localhost" here
  Address = baculadir.com                # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "yyyyyyyyy"
  Device = FileStorage
  Heartbeat Interval = 120 s
  Media Type = File
}


# Default pool definition
Pool {
  Name = Default
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 365 days         # one year
  Maximum Volume Bytes = 100G          # Limit Volume size to something 
reasonable
  Maximum Volumes = 2
}

# File Pool definition
Pool {
  Name = File
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 365 days         # one year
  Maximum Volume Bytes = 100G          # Limit Volume size to something 
reasonable
  Maximum Volumes = 100               # Limit number of Volumes in Pool
}


# Scratch pool definition
Pool {
  Name = Scratch
  Pool Type = Backup
}

#
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Bacula-users-fr mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users-fr

Répondre à