You can use this .vbs script for IIS backup, it is real time fast and easy
to re-store the metabase

-***

Dim BName, BVersion, BuFlags, CompObj
BuName= "nt4backup"
BuVersion = &HFFFFFFFF   ' Use next available version number
BuFlags = 0   ' No special flags

  Set CompObj = GetObject("IIS://Localhost")

  CompObj.Backup BuName, BuVersion, BuFlags

   Wscript.Quit

---**

Mahaveer saraswat
Sr.Systems Engineer
(Net4india LTD)


----- Original Message -----
From: "Adam Heavens" <[EMAIL PROTECTED]>
To: "IIS50 Discussions" <[EMAIL PROTECTED]>
Sent: Thursday, September 19, 2002 9:34 AM
Subject: Backing up IIS to move to another server


> Hi Everyone,
>
> Can any body provide any links on backing up iis and the web site files
> so that if necessary I can run a group of scripts and have exactly the
> same sites running on another server?
>
> Does anything like this exist?
>
> Thanks for your time, and any help you give me
>
> Regards
>
> Adam
>
>
>
> ---
> You are currently subscribed to iis50 as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
%%email.unsub%%
>
> ---------
> Administrated by 15 Seconds : http://www.15Seconds.com
> List Archives/Search : http://local.15Seconds.com/search
> Subscription Information : http://www.15seconds.com/listserv.htm
> Advertising Information: http://www.internet.com/mediakit/
>
>
>


---
You are currently subscribed to iis50 as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search
Subscription Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/


Reply via email to