I would like to automate the backup of ISS metabase. How would you go about doing this?
Asked
Active
Viewed 243 times
1 Answers
0
Add a scheduled task pointing to a batch file with the following inside (IIS7):
appcmd add backup <--backupname-->
Although if setting up and administrating this kind of thing is your day-to-day job then I'd recommend investing in a book on Powershell and doing things properly (i.e. mapping network drives before hand, adding reporting, emailing the admins on failures, incrementing the backupname by date etc.).
Just noticed the ii6 tag on your post, so:
Luke

Luke Puplett
- 939
- 3
- 16
- 24