IIS Server - IIS backup

This is Interesting: Free IT Magazines  
Home > Archive > IIS Server > February 2004 > IIS backup





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author IIS backup

2004-02-04, 11:34 pm

Hi

What is the best way to backup IIS5?
I've been told about iisbackup.vbs (i think that is the correct name of the
script) but apparently it can't be used to restore the config and metadata
to another server.

I thought about using stopping appropriate services during the night and
backing up the relevant directories with ntbackup and then create a script
to move them to another server which gets backed up to tape. Is this a good
way to perform a backup? its not a 24/7 server by the way. If it was what
would be the best way to backup config, metadata and content?

thanks



Jeff Cochran

2004-02-05, 2:40 am

On Thu, 5 Feb 2004 12:44:35 -0000, <msnews.microsoft.com> wrote:
quote:

>What is the best way to backup IIS5?



Push hard, it'll slide back...
quote:

>I've been told about iisbackup.vbs (i think that is the correct name of the
>script) but apparently it can't be used to restore the config and metadata
>to another server.
>
>I thought about using stopping appropriate services during the night and
>backing up the relevant directories with ntbackup and then create a script
>to move them to another server which gets backed up to tape. Is this a good
>way to perform a backup? its not a 24/7 server by the way. If it was what
>would be the best way to backup config, metadata and content?



Any decent backup software will do this, while IIS is running. You
can back up the Metabase with the Metabase editor if you need it
separately, and the content can simply be copied.

Jeff
scott

2004-02-05, 3:37 am

thanks jeff

however we are not going to be putting any backup software on this box so i
will be relying on ntbackup to file. can i just back up the inetpub folder?
assuming the www service is down. i'm not a iis admin (as you've probably
determined) so its all new to me.
cheers
scott


"Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
news:40276204.183634662@msnews.microsoft.com...
quote:

> On Thu, 5 Feb 2004 12:44:35 -0000, <msnews.microsoft.com> wrote:
>
>
> Push hard, it'll slide back...
>
the[QUOTE][color=darkred]
metadata[QUOTE][color=darkred]
script[QUOTE][color=darkred]
good[QUOTE][color=darkred]
>
> Any decent backup software will do this, while IIS is running. You
> can back up the Metabase with the Metabase editor if you need it
> separately, and the content can simply be copied.
>
> Jeff




Jeff Cochran

2004-02-05, 3:37 am

On Thu, 5 Feb 2004 16:24:39 -0000, "scott"
<scott.holman@chesterton.co.uk> wrote:
quote:

>however we are not going to be putting any backup software on this box so i
>will be relying on ntbackup to file. can i just back up the inetpub folder?
>assuming the www service is down. i'm not a iis admin (as you've probably
>determined) so its all new to me.



Assuming you haven't changed the defaults, InetPub is the content.
For the configuration, you need the metabase as well, easiest is
backing up the \\winnt\system32\inetsrv folder.

Jeff
quote:

>"Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
>news:40276204.183634662@msnews.microsoft.com...
>the
>metadata
>script
>good
>



Kyle Terns [MSFT]

2004-02-07, 4:35 am

For IIS 5, you won't be able to restore a straight copy of the metabase to
another computer or the same computer (if the OS has been reinstalled). You
can make a text backup that will let you restore anywhere with MetaEdit.
Here's a link.

232068 HOW TO: Download, Install, and Remove the IIS MetaEdit 2.2 Utility
http://support.microsoft.com/?id=232068

Hope this helps!

Kyle Terns, MCSD [MSFT]

***********************[color=blue]
account name for newsgroup participation only.<<

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
© 2003 Microsoft Corporation. All rights reserved.
***********************
--------------------
| From: "scott" <scott.holman@chesterton.co.uk>
| References: <Oz6hUY#6DHA.696@tk2msftngp13.phx.gbl>
<40276204.183634662@msnews.microsoft.com>
| Subject: Re: IIS backup
| Date: Thu, 5 Feb 2004 16:24:39 -0000
| Lines: 39
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <OcuYSTA7DHA.1948@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.inetserver.iis
| NNTP-Posting-Host: 213.146.136.186
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.
phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.inetserver.iis:293581
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| thanks jeff
|
| however we are not going to be putting any backup software on this box so
i
| will be relying on ntbackup to file. can i just back up the inetpub
folder?
| assuming the www service is down. i'm not a iis admin (as you've probably
| determined) so its all new to me.
| cheers
| scott
|
|
| "Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
| news:40276204.183634662@msnews.microsoft.com...
| > On Thu, 5 Feb 2004 12:44:35 -0000, <msnews.microsoft.com> wrote:
| >
| > >What is the best way to backup IIS5?
| >
| > Push hard, it'll slide back...
| >
| > >I've been told about iisbackup.vbs (i think that is the correct name of
| the
| > >script) but apparently it can't be used to restore the config and
| metadata
| > >to another server.
| > >
| > >I thought about using stopping appropriate services during the night
and
| > >backing up the relevant directories with ntbackup and then create a
| script
| > >to move them to another server which gets backed up to tape. Is this a
| good
| > >way to perform a backup? its not a 24/7 server by the way. If it was
what
| > >would be the best way to backup config, metadata and content?
| >
| > Any decent backup software will do this, while IIS is running. You
| > can back up the Metabase with the Metabase editor if you need it
| > separately, and the content can simply be copied.
| >
| > Jeff
|
|
|

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com