Bacula-users

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

2013-05-01 10:53:43
Subject: Re: [Bacula-users] Catalog mismatch between jobfiles and count(file) using a windows client
From: Martin Simmons <martin AT lispworks DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 1 May 2013 15:49:57 +0100
>>>>> On Mon, 29 Apr 2013 07:05:19 +0000, Steve Lee said:
> 
> 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.

See
http://thread.gmane.org/gmane.comp.sysutils.backup.bacula.general/69283/focus=69289
and try adding

Enable VSS = no

to the fileset definition, assuming you don't need it for this file.

__Martin

------------------------------------------------------------------------------
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>