I need to backup a Windows Server 2008 R2 every day. The backup should contain some folders (With subfolders) on an internal HDD and the system state.
WBADMIN START BACKUP -backupTarget:b: -include:d:\Company,d:\Profiles,d:\Users -systemState -vssFull -quiet
It works, but its only an incremental backup. How can I force wbadmin to create a full-backup?