Bacula-users

[Bacula-users] Catalog mismatch between jobfiles and count(file) using a windows client

2013-04-29 03:09:20
Subject: [Bacula-users] Catalog mismatch between jobfiles and count(file) using a windows client
From: Steve Lee <steve.lee AT zynstra DOT com>
To: "bacula-users AT lists.sourceforge DOT net" <bacula-users AT lists.sourceforge DOT net>
Date: Mon, 29 Apr 2013 07:05:19 +0000
Hi

Running Bacula 5.2.6 on Linux version 3.5.0-22
Client running on bacula-win64-5.2.10 on Windows Server 2008 (SP1)

We recently added verify jobs to our schedule and have noticed that one of the jobs always fails. it shows a mismatch between expected and examined files.

Files Expected:         2
Files Examined:        1

The backup job itself reports 2 files backed up

FD Files Written:       2
SD Files Written:       2

Running queries against the catalog...

Enter SQL query: select jobfiles from job where jobid = 988;
+----------+
| jobfiles |
+----------+
|        2 |
+----------+

Enter SQL query: select count(*) from file where jobid =988;
+-------+
| count |
+-------+
|     1 |
+-------+

The fileset contains a single file

FileSet {
  Name = "zmail-delta"
  Include {
    Options {
      signature = MD5
      compression = GZIP
      aclsupport = yes
    }
    File = "E:/WindowsImageBackup.delta"
  }
}

I believe this file is being backed up ok but would like to use the verify job.
Any ideas? All our other backup and verify jobs work fine.


 
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
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] Catalog mismatch between jobfiles and count(file) using a windows client, Steve Lee <=