We have a backup requirement on the servers
- System States
- All data in C:\
Backup destination D:\
I setup a schedule task to perform a daily backup on every night, however, i noticed that the size will keep growing in D drive, and I understand that the backup snapshot copies will be automatically rotated when the Disk is full by Windows Server backup technology.
But actually my company has a capacity requirement requirement said that every disk drive is not allow to over 90% capacity.
So, is there any way to configure the Maximum size of the rotation trigger level, or is there any way I can I keep the exactly copies (let say 7 copies only) on D drive?
I tried WBADMIN DELETE SYSTEMSTATEBACKUP -keepVersions:1 and WBADMIN DELETE SYSTEMSTATEBACKUP -deleteOldest, they are no use for me as it only make a system states backup. I need a whole system data and system states backup.
Thanks~
Hong Kong guy