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.
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.
Comment