Bacula-users

[Bacula-users] 1. job is done, 2. job does not.

2009-12-18 06:26:30
Subject: [Bacula-users] 1. job is done, 2. job does not.
From: "Michael Roessler" <michroes AT gmx DOT de>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 18 Dec 2009 12:22:12 +0100
Hi @ll,

Problem: I need to restart bacula-dir if I want to run a 2. Job 

bacula-version: 3.0.3 (gentoo)

As an example:
job=wiki, incremental, backup medium = file , file name = inc_pool_0003

1. job: job=wiki, incremental, backup file = inc_pool_0003
result: Job is done after a minute.

2. Job: like the 1. job (job=wiki, incremental, backup file = inc_pool_0003)
result: Job is not done after 24 hours waiting. No communication between dir 
and sd (checked with tcpdump)

My Troubleshooting:
bacula-dir.conf: storage, pool, job resource.
tcpdump: communication between dir and sd
"bacula-dir -d 100": The 2. Job does not show any errors
1. Job shows this line:
backup-dir: msgchan.c:104-101 bnet_connect to Storage daemon 192.168.69.242:9103
2. Job does not show that line. The last line is this:
backup-dir: ua_run.c:182-0 JobId=102 NewJobId=102 using pool inc_pool 
priority=10

bacula-dir.conf (storage, pool and job resource)

Storage {
  Name = xen-test-teratest
  Address = 192.168.69.242                # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "password"
  Device = TeraTest
  Maximum Concurrent Jobs = 10
  Media Type = File
}

Pool {
  Name = inc_pool
  Pool Type = Backup
  autoPrune = yes
  recycle = yes
  volume retention = 5 weeks
  Volume Use Duration = 1 week
#  Maximum Volume Jobs = 150
#  Use Volume Once = yes
  maximum volumes = 6
  Maximum Volume Bytes = 322122547200  # 300gb
  Label Format = inc_pool_
}
Job {
 Name = "wiki"
 Type = Backup
 Client = wiki-fd
 FileSet = "linuxStdSrvSet"
 Schedule = "linuxStdSrvSched"
 Full Backup Pool = "full_pool"
 Differential Backup Pool = "diff_pool"
 Incremental Backup Pool = "inc_pool"
 Storage = xen-test-teratest
# Storage = gentoo-xen
# priority = 9
 Messages = Standard
# Spool Data = yes
# Spool Attributes = no
 Pool = full_pool
 Write Bootstrap = "/var/lib/bacula/wiki.bsr"
}

Any Help, suggestions are welcome. If you need more info,  I will provide it. 
Thank you.

Cheers,

Michael
-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
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>
  • [Bacula-users] 1. job is done, 2. job does not., Michael Roessler <=