Thursday, 19 March 2015

How to take IIS backup & Restore using CMD



Backups using the CMD command of the Backup object:

%systemroot%\system32\inetsrv\APPCMD.exe add backup 


Restore a backup use the RESTORE command with name of the backup:

             %systemroot%\system32\inetsrv\APPCMD restore backup "Backup folder Name"

Restored configuration from backup "Backup folder Name"



No comments:

Post a Comment