Tu peux sauvegarder tout le serveur (service compris) avec NTBackup / BackupExec / ArcServ / eSave / etc...
Tu peux sauvegarder la configuration d'IAS uniquement comme décrit dans les White Paper de Microsoft : (export de la conf avec netsh)
Windows Server 2003 Internet Authentication Service (IAS) Operations Guide
chercher sur microsoft.com : IASOpsGuide.doc
Export an IAS server configuration for import on another server
1. On the source IAS server, open Command Prompt.
2. At the command prompt, type netsh aaa show config >path\file.txt, and then press ENTER. This stores configuration settings (including registry settings) in a text file. The path can be relative or absolute, or it can be a UNC path.
3. Copy the file you created to the destination IAS server.
4. At a command prompt on the destination IAS server, type netsh exec path\file.txt, and then press ENTER. A message appears indicating whether the update was successful.
En gros tu extrait dans un fichier la configuration, puis tu backup le fichier.
Pour la base (qui ne sert à rien à mon avis car dynamique), elle est dans C:\windows\system32\ias\ias.mdb (dnary.mdb je sais pas ce que c'est).
Pour la restoration, tu installes le serveur, tu installe le service IAS, et tu lance la commande
netsh exec path\file.txt pour remettre ta config.
Mais honnetement avec les logiciels de backup actuel, en restaurant tout le serveur, tu as tout.
note : le fichier file.txt est illisible avec un editeur texte.
Koj