Bacula-users

[Bacula-users] Job does not finish

2008-08-14 12:19:06
Subject: [Bacula-users] Job does not finish
From: Slava Dubrovskiy <slava AT tangramltd DOT com>
To: Bacula-users AT lists.sourceforge DOT net
Date: Thu, 14 Aug 2008 19:18:52 +0300
Hi.
Help! Job does not finish work and all time in a condition runing. Starts to work, writes down nearby 20-25G and stops. Any errors does not write. Simply hangs. On monitoring the traffic no connection is present from fd to sd. Storage, director and client on other hosts. Have about 10 clients and 3 storage. All work, but only this client not finish corectly.
Use 2.4.0 for client and 2.4.2 version for director and storage.

Prompt as it is possible to define in what a problem?

My conf fo this client:

Director {                            # define myself
 Name = backup-dir
 DIRport = 9101                # where we listen for UA connections
 QueryFile = "/usr/share/bacula/scripts/query.sql"
 WorkingDirectory = "/var/lib/bacula"
 PidDirectory = "/var/run/bacula"
 Maximum Concurrent Jobs = 15
 Password = "pass"         # Console password
 Messages = Daemon
}

# Generic catalog service
Catalog {
 Name = MyCatalog
 dbname = bacula; user = bacula; password = "bacula"
}

#
# Restricted console used by tray-monitor to get the status of the director
#
Console {
 Name = localhost-mon
 Password = "status"
 CommandACL = status, .status
}

Client {
 Name = ca2-fd
 Address = 123.123.123.123
 FDPort = 9102
 Catalog = MyCatalog
 Password = "pass"          # password for FileDaemon
 File Retention = 365 days            # 30 days
 Job Retention = 12 months            # six months
 AutoPrune = yes                     # Prune expired Jobs/Files
}

Job {
 Name = CA2
#  Enabled = no
 Client = ca2-fd
 Level = Full
 Schedule = CA2
 Max Start Delay = 1 minute
 FileSet = CA2
 Full Backup Pool = CA2-F
 Differential Backup Pool = CA2-D
 Incremental Backup Pool = CA2-I
 Storage = FileStorage-CA2
 JobDefs = "DefaultJob"
 Write Bootstrap = "/var/lib/bacula/ca2.bsr"
}

Schedule {
 Name = CA2
 Run = Level=Full 3rd sat at 7:05
 Run = Level=Differential 1st 2nd 4th 5th sat at 7:05
 Run = Level=Incremental sun-fri at 7:05
}

FileSet {
 Name = CA2
 Include {
   Options {
     signature = MD5
     Compression = GZIP
     regexdir = "cpbackup/"
     exclude = yes
     onefs=yes
   }
   File = /
   File = /boot
 }
}

Storage {
 Name = FileStorage-CA2
 @/etc/bacula/storage/common_ca-sd.conf
 Device = FileStorage-CA2
 Media Type = File-CA2
}

Pool {
 Name = CA2-F
 Pool Type = Backup
Recycle = yes # Bacula can automatically recycle Volumes
 AutoPrune = yes                     # Prune expired volumes
 Volume Retention = 365 days         # one year
 Maximum Volumes = 60
 Maximum Volume Bytes = 5 gb
 Label Format = "Vol-CA2-F-"
 Purge Oldest Volume = yes
}

Pool {
 Name = CA2-D
 Pool Type = Backup
Recycle = yes # Bacula can automatically recycle Volumes
 AutoPrune = yes                     # Prune expired volumes
 Volume Retention = 30 days         # one year
 Maximum Volumes = 60
 Maximum Volume Bytes = 5 gb
 Label Format = "Vol-CA2-D-"
 Purge Oldest Volume = yes
}

Pool {
 Name = CA2-I
 Pool Type = Backup
Recycle = yes # Bacula can automatically recycle Volumes
 AutoPrune = yes                     # Prune expired volumes
 Volume Retention = 7 days         # one year
 Maximum Volumes = 60
 Maximum Volume Bytes = 5 gb
 Label Format = "Vol-CA2-I-"
 Purge Oldest Volume = yes
}

--
WBR,
Dubrovskiy Vyacheslav

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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>