Thanks for replying and it is Server 2008 x64 and Exchange 2007. I
completely forgot to mention it.

Thanks,
Greg

On Thu, Mar 4, 2010 at 4:40 PM, James Harper
<james.har...@bendigoit.com.au>wrote:

> Exchange 2003 or 2007? (or 2010?)
>
> James
>
> > -----Original Message-----
> > From: Gregory Durham [mailto:gregory.dur...@gmail.com]
> > Sent: Friday, 5 March 2010 04:02
> > To: bacula-users@lists.sourceforge.net
> > Subject: [Bacula-users] Bacula Exchange plugin question
> >
> > Hello all,
> > I am having a problem with bacula backing up exchange server. The
> error logs
> > are at the bottom. I just upgraded to version 5.0.1 as I was having a
> similar
> > issue on 3.0.3.
> >
> > My configuration on the server is as follows:
> >
> > JobDefs {
> >   Name = "ExchangeJob"
> >   Type = Backup
> >   Level = Full
> >   Schedule = "DailyCycleMultipleTimes"
> >   Storage = "priTape"
> >   Messages = Standard
> >   Pool = MondayPool
> >   Priority = 5
> > }
> >
> > Storage {
> >   Name = "priTape"
> >   Address = San02.example.com
> >   Device = "bigTape"
> >   Media Type = Tape
> >   Password = ""
> > }
> >
> > FileSet {
> >         Name = "exchangeBackup"
> >         Include {
> >                 options {sparse = yes}
> >                 File = "E:/"
> >                 File = "F:/"
> >                 Plugin = "exchange:/@EXCHANGE/Microsoft Information
> Store"
> >         }
> >         Exclude {
> >                 File = "E:/MAILBOX/e00.chk"
> >                 File = "E:/MAILBOX/Mailbox Database.edb"
> >                 File = "E:/MAILBOX/tmp.edb"
> >                 File = "E:/PUBLIC FOLDERS/e01.chk"
> >                 File = "E:/PUBLIC FOLDERS/Public Folder Database.edb"
> >                 File = "E:/PUBLIC FOLDERS/tmp.edb"
> >                 File = "E:/EXECUTIVE MB/E02.chk"
> >                 File = "E:/EXECUTIVE MB/Executive Mailbox.edb"
> >                 File = "E:/EXECUTIVE MB/tmp.edb"
> >         }
> > }
> >
> > Job {
> >     Name ="exchangeBK"
> >     JobDefs = "ExchangeJob"
> >     FileSet = "exchangeBackup"
> >     Client = "exchange-fd"
> >     Messages = Standard
> >     RunBeforeJob = "/opt/bacula/etc/resetTape.sh"
> > }
> >
> > Schedule {
> >   Name = "DailyCycleMultipleTimes"
> >   Run = Full POOL=MondayPool Monday at 18:00
> >   Run = Full POOL=TuesdayPool Tuesday at 18:00
> >   Run = Full POOL=WednesdayPool Wednesday at 18:00
> >   Run = Full POOL=ThursdayPool Thursday at 18:00
> >   Run = Full POOL=FridayPool Friday at 18:00
> > }
> >
> > Client {
> >   Name = exchange-fd
> >   Address = exchange.example.com
> >   FDPort = 9102
> >   Catalog = MyCatalog
> >   Heartbeat Interval = 60
> >   Password = ""          # password for FileDaemon
> >   File Retention = 30 days            # 30 days
> >   Job Retention = 6 months            # six months
> >   AutoPrune = yes                     # Prune expired Jobs/Files
> > }
> >
> > Here is a pool, there are 5 of them (one for each day of the week.
> >
> > Pool {
> >   Name = MondayPool
> >   Pool Type = Backup
> >   Recycle = yes                       # Bacula can automatically
> recycle
> > Volumes
> >   AutoPrune = yes                     # Prune expired volumes
> >   Volume Use Duration = 16 hours
> >   Volume Retention = 13 days         # two weeks
> >   Label Format = "${Pool}-${Day}-${Month}-${Year}"
> > }
> >
> >
> >
> >
> >
> >
> >
> >
> > 04-Mar 08:24 san02-dir JobId 7: shell command: run BeforeJob
> > "/opt/bacula/etc/resetTape.sh"
> > 04-Mar 08:25 san02-dir JobId 7: Start Backup JobId 7,
> Job=exchangeBK.2010-03-
> > 04_08.24.23_03
> > 04-Mar 08:25 san02-dir JobId 7: Created new Volume
> "MondayPool-4-3-2010" in
> > catalog.
> > 04-Mar 08:25 san02-dir JobId 7: Using Device "bigTape"
> > 04-Mar 08:25 san02-sd JobId 7: Labeled new Volume
> "MondayPool-4-3-2010" on
> > device "bigTape" (/dev/rmt/0mbn).
> > 04-Mar 08:25 san02-sd JobId 7: Wrote label to prelabeled Volume
> "MondayPool-4-
> > 3-2010" on device "bigTape" (/dev/rmt/0mbn)
> > 04-Mar 08:25 exchange-fd JobId 7: Generate VSS snapshots. Driver="VSS
> Vista",
> > Drive(s)="EF"
> > 04-Mar 08:30 san02-sd JobId 7: Fatal error: append.c:156 Error reading
> data
> > header from FD. ERR=No data available
> > 04-Mar 08:30 san02-sd JobId 7: Job write elapsed time = 00:04:51,
> Transfer
> > rate = 22.92 M Bytes/second
> > 04-Mar 08:30 san02-sd JobId 7: Fatal error: bsock.c:488 Packet size
> too big
> > from "client:10.0.0.206:36643. Terminating connection.
> > 04-Mar 08:30 exchange-fd JobId 7: Fatal error:
> > /home/kern/bacula/k/bacula/src/filed/backup.c:1019 Network send error
> to SD.
> > ERR=Input/output error
> > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete): "ASR
> Writer",
> > State: 0x1 (VSS_WS_STABLE)
> > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete): "System
> > Writer", State: 0x1 (VSS_WS_STABLE)
> > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete): "IIS
> Config
> > Writer", State: 0x1 (VSS_WS_STABLE)
> > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete): "WMI
> Writer",
> > State: 0x1 (VSS_WS_STABLE)
> > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete): "BITS
> Writer",
> > State: 0x1 (VSS_WS_STABLE)
> > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete): "IIS
> Metabase
> > Writer", State: 0x1 (VSS_WS_STABLE)
> > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete): "COM+
> REGDB
> > Writer", State: 0x1 (VSS_WS_STABLE)
> > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete): "Shadow
> Copy
> > Optimization Writer", State: 0x1 (VSS_WS_STABLE)
> > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete):
> "Registry
> > Writer", State: 0x1 (VSS_WS_STABLE)
> > 04-Mar 08:32 exchange-fd JobId 7: VSS Writer (BackupComplete):
> "Microsoft
> > Exchange Writer", State: 0x1 (VSS_WS_STABLE)
> > 04-Mar 08:32 san02-dir JobId 7: Error: Bacula san02-dir 5.0.1
> (24Feb10): 04-
> > Mar-2010 08:32:18
> >   Build OS:               i386-pc-solaris2.11 solaris 5.11
> >   JobId:                  7
> >   Job:                    exchangeBK.2010-03-04_08.24.23_03
> >   Backup Level:           Full
> >   Client:                 "exchange-fd" 5.0.0 (24Jan10) Linux,Cross-
> > compile,Win64
> >   FileSet:                "exchangeBackup" 2010-03-02 18:00:00
> >   Pool:                   "MondayPool" (From Job resource)
> >   Catalog:                "MyCatalog" (From Client resource)
> >   Storage:                "priTape" (From Job resource)
> >   Scheduled time:         04-Mar-2010 08:24:19
> >   Start time:             04-Mar-2010 08:25:09
> >   End time:               04-Mar-2010 08:32:18
> >   Elapsed time:           7 mins 9 secs
> >   Priority:               5
> >   FD Files Written:       415
> >   SD Files Written:       415
> >   FD Bytes Written:       6,671,943,952 (6.671 GB)
> >   SD Bytes Written:       6,671,751,219 (6.671 GB)
> >   Rate:                   15552.3 KB/s
> >   Software Compression:   None
> >   VSS:                    yes
> >   Encryption:             no
> >   Accurate:               no
> >   Volume name(s):         MondayPool-4-3-2010
> >   Volume Session Id:      1
> >   Volume Session Time:    1267719836
> >   Last Volume Bytes:      6,676,733,952 (6.676 GB)
> >   Non-fatal FD errors:    0
> >   SD Errors:              0
> >   FD termination status:  Error
> >   SD termination status:  Error
> >   Termination:            *** Backup Error ***
> >
> >
> > Thanks to anyone who has any ideas.
> >
> > Thanks,
> > Greg
> >
>
>
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to