Hi guys!
We are trying to make incremental backups to a dedidacted attached external disk on Windows Server 2008 r2.
No matter if we use LINE1 or LINE2, it always does full backup:
wbadmin start backup -allCritical -backupTarget:E: -include:d: -vssfull-quiet | Out-FileForce "$backuplog"
wbadmin start backup -allCritical -backupTarget:E: -include:d: -quiet | Out-FileForce "$backuplog"
Any hints how to achieve doing incremental backups using Windows Server Backup tool?
with best regards,
bostjanc