Hi there!
We have a Powershell scripts that makes backup of Exchange databases on remote network location.
This is the part of the script:
wbadmin start backup -backupTarget:$backuplocation -include:"D:\Exchange" -vssfull -quiet | Out-FileForce "$backuplog"
Backup is unsucessful and we see this in event viewe
Exchange VSS Writer (instance 9858741c-2767-4d12-9192-4823f69f4bbf:5) has completed the backup of database 'Mailbox Database 1256037114' with errors. The backup did not complete successfully, and no log files were truncated for this database.
Exchange VSS Writer (instance 9858741c-2767-4d12-9192-4823f69f4bbf:5) has completed the backup of database 'Public Folder Database 0265423000' with errors. The backup did not complete successfully, and no log files were truncated for this database.
Information Store (5504) Shadow copy instance 5 aborted.
For more information, click http://www.microsoft.com/contentredirect.asp.
The backup operation that started at '2013-11-01T08:08:04.942395800Z' has failed with following error code '2155348041' (None of the source volumes were backed up.). Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.
Any hints how to solve this problem?
thank u, with best regards
bostjanc