On a Windows Server 2008, I want to be able to restore site settings in IIS. Ie export the settings for every site.

How can I do this?

A lot stuff changed since I last did stuff like this (Like 6 years ago), so my knowledge on the options are a little outdated.

link|improve this question

1  
Does this cover your question? serverfault.com/questions/9380/iis-7-backup-strategy – Kara Marfia Jul 24 '09 at 13:23
feedback

2 Answers

up vote 2 down vote accepted
AppCMD add BACKUP <Backup_Name>

backups all the metafiles for IIS. Archive these and you're good to go.

link|improve this answer
feedback

You can also look at a new tool coming from Microsoft that will allow you to do more than just backup. http://learn.iis.net/page.aspx/346/web-deployment-tool/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.