To backup your IIS 7.0 configuration on a Windows 2008 Server, you just need to make a copy of the \windows\system32\inetsrv\config directory (and subdirectories) and save it in a safe location.
You can also use the appcmd.exe utility to create the backup via the command line. The syntax to create a backup is:
%windir%\system32\inetsrv\appcmd.exe add backup “Backup Name”
to restore the backup, the syntax is:
%windir%\system32\inetsrv\appcmd.exe restore backup “Backup Name”
to remove a backup, the syntax is:
%windir%\system32\inetsrv\appcmd.exe delete backup “Backup Name” For more details visit http://expresstaalk.blogspot.in/
Carsten Siemens edited Revision 1. Comment: Pirated Content - see my comment
Maheshkumar S Tiwari edited Original. Comment: Added Tag
NOTE: This article was reported as Pirated/Plagiarized Content (content you didn't write) and will be removed. Please do not steal content from others. If you feel we are mistaken, please leave a comment or email tnwiki at Microsoft with a link to this article and with clear and detailed reasons why you own the content or have explicit permission from the author.
Content was taken from: "Howto: Backup IIS 7.0 web server configuration"
Published by Aseem Kishore on MARCH 4, 2009
thebackroomtech.com/.../howto-backup-iis-70-web-server-configuration