Hello,

This is, if I am not mistaken, a bug in the Windows FD.  I believe
that it is also in the bugs database.  I also believe that I have
corrected it, but Bacula Systems has not yet published that
particular version of the Windows FD as we have a few more
fixes to make that are now or almost complete.  The new version
should be available early next year, and when it is I will put it
in a Bacula Status Report.

Best regards,
Kern

On 12/23/2013 10:14 PM, windwalker78 wrote:
> Hi,
>
>      I have a job configured like this:
>
> # pool that is hard to expire
> Pool {
>   Name = Tibshi-MySQL-Pool
>   Pool Type = Backup
>   Volume Retention = 365 years
>   Recycle = yes
>   AutoPrune = yes
>   LabelFormat = Tibshi-MySQL-
>   Maximum Volume Bytes = 10G
>   Action On Purge = Truncate
>   Recycle Oldest Volume = yes
> }
>
> Schedule {
>   Name = DailyCycleTibshiMySQL
>   Run = Level=Full Pool=Tibshi-MySQL-Pool at 14:30
>   Run = Level=Full Pool=Tibshi-MySQL-Pool at 00:00
> }
>
> FileSet {
>   Name = TibshiDBFiles
>   Include {
>     File = c:/Data/DB_Backups/rkhp_live.7z
>     Options {
>       signature = SHA1
>       compression = GZIP1
>     }
>   }
> }
>
> Job {
>   Name = Tibshi-MySQL
>   Type = Backup
>   Level = Full
>   Client = tibshi-fd
>   FileSet = TibshiDBFiles
>   Schedule = DailyCycleTibshiMySQL
>   Storage = knuth-sd
>   Pool = Tibshi-MySQL-Pool
>   Messages = Standard
>   SpoolData = No
>   Write Bootstrap = "/var/spool/bacula/%n.bsr"
>   Client Run Before Job = "c:/MyInstallations/cygwin/bin/bash.exe -l -c 
> \'/cygdrive/c/backup.sh\'"
> }
>
> As you see in my FileSet I have listed only one file:
>     File = c:/Data/DB_Backups/rkhp_live.7z
>
> However when I do:
>
> *list files jobid=168
> +----------+
> | Filename |
> +----------+
> | c:/Data/DB_Backups/rkhp_live.7z |
> +----------+
> +-------+--------------+---------------------+------+-------+----------+-----------+-----------+
> | JobId | Name         | StartTime           | Type | Level | JobFiles | 
> JobBytes  | JobStatus |
> +-------+--------------+---------------------+------+-------+----------+-----------+-----------+
> |   168 | Tibshi-MySQL | 2013-12-23 14:31:24 | B    | F     |        2 | 
> 4,475,196 | T         |
> +-------+--------------+---------------------+------+-------+----------+-----------+-----------+
>
> JobFiles are listed as two? Where is the second file?
> The problem that follows is that my verify job fails too:
>
> 23-Dec 20:06 bacula-dir JobId 171: Verifying against JobId=168 
> Job=Tibshi-MySQL.2013-12-23_14.30.00_55
> 23-Dec 20:06 bacula-dir JobId 171: Bootstrap records written to 
> /var/spool/bacula/bacula-dir.restore.2.bsr
> 23-Dec 20:06 bacula-dir JobId 171: Start Verify JobId=171 
> Level=VolumeToCatalog Job=VerifyTibshi-MySQL.2013-12-23_20.06.39_38
> 23-Dec 20:06 bacula-dir JobId 171: Using Device "FileStorage"
> 23-Dec 20:06 knuth-sd JobId 171: Ready to read from volume 
> "Tibshi-MySQL-0013" on device "FileStorage" (D:\BaculaBackups\Adams).
> 23-Dec 20:06 knuth-sd JobId 171: Forward spacing Volume "Tibshi-MySQL-0013" 
> to file:block 0:31329739.
> 23-Dec 20:06 knuth-sd JobId 171: End of Volume at file 0 on device 
> "FileStorage" (D:\BaculaBackups\Adams), Volume "Tibshi-MySQL-0013"
> 23-Dec 20:06 knuth-sd JobId 171: End of all volumes.
> 23-Dec 20:06 bacula-dir JobId 171: Error: Bacula bacula-dir 5.2.10 (28Jun12):
>   Build OS:               x86_64-unknown-linux-gnu redhat
>   JobId:                  171
>   Job:                    VerifyTibshi-MySQL.2013-12-23_20.06.39_38
>   FileSet:                VerifyTibshiDBFiles
>   Verify Level:           VolumeToCatalog
>   Client:                 tibshi-fd
>   Verify JobId:           168
>   Verify Job:
>   Start time:             23-Dec-2013 20:06:41
>   End time:               23-Dec-2013 20:06:42
>   Files Expected:         2
>   Files Examined:         1
>   Non-fatal FD errors:    0
>   FD termination status:  OK
>   SD termination status:  OK
>   Termination:            *** Verify Error ***
>
>
> Please, tell me if my config is wrong.
>
> Regards
>
> +----------------------------------------------------------------------
> |This was sent by t.i.iva...@gmail.com via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +----------------------------------------------------------------------
>
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT 
> organizations don't have a clear picture of how application performance 
> affects their revenue. With AppDynamics, you get 100% visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to