I have 3 mail servers.
- 1st mail-server for the CAS.
- 2nd mail-server for the Hub-Transport.
- 3rd mail-server for the DR/DAG.
I am backing up my 1st and 2nd server with CA ARCServ 16.5 with the following conditions:
- Daily Incremental.
- Weekly Full.
- Weekly Verify.
When the backup job is running, I check everytime that the 'BackupInProgress' field is on True and it is.
Now the issue we are having is when I use the following command:
Get-Mailboxdatabase -status | Fl *backup*
The LastFullBackup, LastIncrementalBackup, LastDifferentialBackup are empty\blank
BackupInProgress : False
SnapshotLastFullBackup :
SnapshotLastIncrementalBackup :
SnapshotLastDifferentialBackup :
SnapshotLastCopyBackup : True
LastFullBackup :
LastIncrementalBackup :
LastDifferentialBackup :
LastCopyBackup : 19/08/2013 21:01:19
RetainDeletedItemsUntilBackup : False
How come thode field are not being updated once the backup job is done?
Thanks for the help