We know that script commands for backup and restoration are also provided in IIS Server 6, allowing you to back up and restore local or remote IIS configuration information in the command line state. In this way, when you work in other departments, as long as you can access the Internet, you do not need other tools to complete the backup and recovery of IIS server configuration.
Old network management experience: the command line tool is the last and most reliable weapon in the face of a disaster.
This example backs up the configuration information of the local IIS server to the RTJ file.
Run the "IIsBack/backup/B rtj" command in the Command Prompt window. After the "Backup rtj version NEXT_VERSION has been CREATED." prompt is displayed, the backup is complete. If there is a problem with the IIS server, run the "IIsBack/restore/B rtj" command to restore the configuration information.
More importantly, the IIsBack command can also remotely back up or restore IIS configuration information, but you need to know the machine name or IP address of the Remote IIS server and have administrator privileges. Command Format: "IIsBack/s IIS server machine name IP address)/u Administrator Account Name/p password/backup/B backup file name ".
However, the IIsBack command does not support backup and restoration of configuration information between IIS servers. Therefore, the IIsBack command is generally used for backup and restoration of configuration information on the same IIS server, for a larger network, you have to find another solution.