IIS 7 configuration backup and Restoration

Source: Internet
Author: User

Reference: http://blogs.iis.net/bills/arTechnorati Tags: iis, iis 7, backup, restore

Chive/2008/03/24/how-to-backup-restore-iis7-configuration.aspx

All IIS files are in this directory: \ windows \ system32 \ inetsrv \

File method: copy or overwrite the entire \ windows \ system32 \ inetsrv \ config folder and sub-directory.

Command line:

To backup configuration, run the follow command:

> % Windir % \ system32 \ inetsrv \ appcmd.exe add backup "My Backup Name"

To restore that backup, run this command:

> % Windir % \ system32 \ inetsrv \ appcmd.exe restore backup "My Backup Name"

To delete a backup, run this command:

> % Windir % \ system32 \ inetsrv \ appcmd.exe delete backup "My Backup Name"

List of backups and configuration history files, use the following command:

> % Windir % \ system32 \ inetsrv \ appcmd.exe list backup

PS: automatically checks ApplicationHost every two minutes starting from IIS7. the config file automatically backs up the last 10 versions to the History directory. modify applicationHost/configHistory> section.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.