Sunday , 2 April 2023
Home » English » How to backup and restore configuration IIS7.5

How to backup and restore configuration IIS7.5

How to backup and restore configuration IIS7.5

Your IIS is deploying a lot of websites. When reinstalling the operating system and want to transfer the Website from Server to another server, we only work on older systems backup and restore on the new system.

The steps are:

This is the interface before removing IIS configuration

IIS interface

 

And then use the backup command

 % Windir% \system32\inetsrv\appcmd.exe  add backup “backup Name”

-IIS backup

Remove yourself and your website

remove config IIS

Results Remove website on IIS

IIS7.5

Then you will use to restore the configuration

Restore configuration command:

 % Windir%\ system32\inetsrv\appcmd.exe restore backup “backup Name”

restore IIS

Delete backup command:

% Windir%\system32\inetsrv\appcmd.exe delete backup “backup Name”

By default IIS7 features save the old configuration before (10 version) every time a configuration change.That feature is called configuration history, IIS7 will be stored by default in the% systemdrive%\inetpub\history

list-backup

When we use the% windir%\system32\inetsrv\appcmd.exe delete backup “backup Name” list to list backup of course have the list in this History.

Thus we were able to backup and restore IIS configuration successfully.

I wish you success

Lượt xem (1087)

About Nguyễn Thanh Sơn

Nguyễn Thanh Sơn
Network Security, Web Design, Computer Science

Xem thêm

mohinh-juniper

Configuring Topology network equipment Juniper

Continue with the basic article on Juniper devices, network security today actual models configured with: …

Để lại bình luận:

Loading Facebook Comments ...

Leave a Reply

Your email address will not be published. Required fields are marked *