Looks like it has already been raised as a bug

http://bugs.bacula.org/view.php?id=1979

I will retry with Enable VSS = no

Thanks
________________________________
From: Steve Lee
Sent: 29 April 2013 08:05
To: bacula-users@lists.sourceforge.net
Subject: Catalog mismatch between jobfiles and count(file) using a windows 
client

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.



------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to