Post by Diane WalkerThanks for your prompt response. I will take your recommendation to backup
the entire server. By the way, how do backup IIS metabase? Thanks.
Post by Justin Richguess that depends on what the server hosts and what you care about.
if its a simple site with a basic server install than yes just the files
are fine..
if you get in to more advanced websites you need more than just the files.
you need to do an IIS backup (metabase)
and there are several ways to do that.
if you just want to make sure you have everything you may possibly need
(running a server for someone else) then just back up the whole thing..
disk space is cheap.
basically imagine the box caught on fire and you had to rebuild with a new
server... whats fastest and what will get you back online 100%
Justin
Post by Diane WalkerWe are running IIS on Windows 2003 Server. Would you just backup INETPUB
directory for IIS or would you backup the entire server? Thanks.- Hide quoted text -
- Show quoted text -
If the backup of the entire server copies all files, then IIS metabase
should be one of those files.
The actual file of interest is %windir%\System32\inetsrv\metabase.xml.
However, some of the values in it are encrypted with the machine's
private key, which means that you can't just copy metabase.xml to any
machine and use it. It is locked to that machine (or a complete system
restore, including machine private key, of that machine).
For the paranoid, you may want to backup IIS metabase with its Backup/
Restore command (accessible via top level "All Tasks" of the Computer
Node in the IIS manager UI) in addition to full system backup.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//