Forget about something.
I noticed that everytime a do a backup of Exchange, the agent shows that it is 
processing the second storage group two times:

Starting backup of Storage Group Mailbox Store 2
Level = full
Backing up G:\DATABASE\Mailbox2Database.edb
Backing up H:\LOGS\E0000000936.log
Backing up H:\LOGS\E0000000937.log
Backing up H:\LOGS\E0000000938.log
Backing up H:\LOGS\E0000000939.log
Backing up H:\LOGS\E000000093A.log
Backing up H:\LOGS\E000000093B.log
Truncating logs for 'Mailbox Store 2'
Truncating Logs
Starting backup of Storage Group Mailbox Store 2
Level = full
Backing up G:\DATABASE\Mailbox2Database.edb
Backing up H:\LOGS\E0000000936.log
Backing up H:\LOGS\E0000000937.log
Backing up H:\LOGS\E0000000938.log
Backing up H:\LOGS\E0000000939.log
Backing up H:\LOGS\E000000093A.log
Backing up H:\LOGS\E000000093B.log
Backing up H:\LOGS\E000000093C.log
Backing up H:\LOGS\E000000093D.log
Truncating logs for 'Mailbox Store 2'
Truncating Logs

(this is the result of a Full backup run)

Event viewer also shows ESE trying to do the backup of Mailstore 2 two times.
I also tried "        Level = incremental" and "        Level = Full" on the 
job definition, with the same results.
The first one should be "Starting backup of Storage Group Mailbox Store 1" if 
it worked well.

Thanks again for your time,
Ricardo

From: [EMAIL PROTECTED]
To: bacula-users@lists.sourceforge.net
Date: Tue, 11 Nov 2008 22:08:32 +0000
Subject: [Bacula-users] Exchange Agent not working properly








Dear all,

I'm testing Bacula  2.4.2 (26 July 2008) (Ubuntu Deb) and the Exchange plugin 
1.0.7.
I have one Exchange 2007 server, with two storage grops. One has the public 
folder database and mail database, while the other only has a mail database.
I setup the director in the following way:

FileSet {
  Name = "zeta-exch-full"
  Enable VSS = no
  Include {
        File = "/Microsoft Information Store"
  }
}

Client {
  Name = zeta-fd          # replace xxx with your hostname
  Address = 10.211.6.6               # replace xxx with your hostname
  FDPort = 9105
  Catalog = MyCatalog
  Password = "<zeta fd password>"          # change this to your correct 
password
  File Retention = 30 days
  Job Retention = 6 months
  AutoPrune = yes
}

Job {
        Name = "Backup Exchange Zeta Store"
        Type = Backup
        Level = incremental
        Client = zeta-fd
        FileSet = "zeta-exch-full"
        Schedule = "WeeklyCycle"
        Storage = "TL2000"
        Messages = Standard
        Pool = Default
        Priority = 10
}



Now the problem is the following:
Bacula backups only the second storage group. 
I also tried forcing the Fileset to include the first mailstore (/Microsoft 
Information Store/Mailbox Store 1/Mailbox Database) without luck.
It gives me the following result:


This is the result:

11-Nov 22:02 backuplinux-sd JobId 35: Job write elapsed time = 00:00:01, 
Transfer rate = 68  bytes/second
11-Nov 22:02 backuplinux-dir JobId 35: Bacula backuplinux-dir 2.4.2 (26Jul08): 
11-Nov-2008 22:02:24
  Build OS:               i486-pc-linux-gnu debian lenny/sid
  JobId:                  35
  Job:                    Backup_Exchange_Zeta_Store.2008-11-11_22.02.03
  Backup Level:           Full (upgraded from Incremental)
  Client:                 "zeta-fd" Exchange Agent 0.1.3062.40484
  FileSet:                "zeta-exch-full" 2008-11-11 22:02:19
  Pool:                   "Default" (From Job resource)
  Storage:                "TL2000" (From Job resource)
  Scheduled time:         11-Nov-2008 22:02:17
  Start time:             11-Nov-2008 22:02:21
  End time:               11-Nov-2008 22:02:24
  Elapsed time:           3 secs
  Priority:               10
  FD Files Written:       0
  SD Files Written:       1
  FD Bytes Written:       0 (0 B)
  SD Bytes Written:       68 (68 B)
  Rate:                   0.0 KB/s
  Software Compression:   None
  VSS:                    no
  Storage Encryption:     no
  Volume name(s):         000004L4
  Volume Session Id:      12
  Volume Session Time:    1226409792
  Last Volume Bytes:      21,277,992,960 (21.27 GB)
  Non-fatal FD errors:    0
  SD Errors:              0
  FD termination status:  OK
  SD termination status:  OK
  Termination:            Backup OK

11-Nov 22:02 backuplinux-dir JobId 35: Begin pruning Jobs.
11-Nov 22:02 backuplinux-dir JobId 35: No Jobs found to prune.
11-Nov 22:02 backuplinux-dir JobId 35: Begin pruning Files.
11-Nov 22:02 backuplinux-dir JobId 35: No Files found to prune.
11-Nov 22:02 backuplinux-dir JobId 35: End auto prune.


As you can see, no errors are show. It says "Backup OK" but 0 files written.

Does anyone know a fix for this?

Thanks.

Connect to the next generation of MSN Messenger   Get it now! 
_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to