Windows Server 2003 R2 + 2008
Microsoft dosn't have any easy way to backup und restore only
FSRM settings like Disk Quota.
supported workaround: full restore of the server!
But if we make some error within the FSR Management, in example
deleting one quota, we need an easy way to restore this settings.
step by step..
take a look after backup or restore into eventlog.
2 events tell us the state about this steps. it works
net stop srmSvc
net stop srmReports
net stop quota
net stop Datascrn
i.e. :
robocopy "E:\Backup_Quota\%Date%" "D:\System Volume
Information\SRM"
/R:3 /W:5
net start Datascrn
net start quota
net start srmReports
net start srmSvc
Note:
not supported! but works without errors.
