Hi guys.
Currently we are ussing a powershell script which runs:
$backuplocation = \\networkshare\EXCHANGE-DB
wbadmin start backup -backupTarget:$backuplocation -include:"D:\ExchangeDB" -vssfull -quiet | Out-FileForce "$backuplog"
With this script we are making BACKUP od EXCHANGE databases.
We want to prepare another powershell script which would backup the hole system one a week, but we would like to know what's the right syntax: We would like to include:
* bare metal recovery
* system state
* system reserved
* Local disk C:
So this would look like wbadmin start backup -backupTarget:$backuplocation2 -include:??????
One more question regarding making Exchange backups on network share.
Is there anyhow possible to achieve incremental backups?
bostjanc