IIS backup

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • robinson.b
    replied
    Re: IIS backup

    Thank you. I have tried that but I have missed the last step.

    Now I will take care of it.

    Leave a comment:


  • Arnold
    started a topic IIS backup

    IIS backup

    Hello,

    Below given are the ways you can backup IIS config which should not take more than a minute.


    Step 1. Manual backup: Navigate to %systemroot%system32\inetsrv\config

    Copy all the contains of this directory and paste it to your desired location.

    Step 2. APPCMD command: Start>>Run>>cmd

    Navigate to %systemroot%system32\inetsrv

    now,type APPCMD add backup backupname

    This will create a backup of \config at "%systemroot%\inetsrv\backup"

    You can also list all the available backups by command "APPCMD list backups"

    To restore any backup use "APPCMD restore backup backupname"



    Cheers

    Regards,
    Arnold.
    EUK Support.
Working...
X