﻿<?xml version="1.0" encoding="utf-8" ?>
<CLSSSystemBackupRestoreConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  
  <!-- Restore Setting -->
  <Restore>
    
    <!-- Set the [restore path]. -->
    <RestorePath>D:\Backup\FullBackup_20160929110514</RestorePath>
    
    <!-- Set the [restore mode]. (0:DB/FILE, 1:FILE, 2:DB) -->
    <RestoreMode>0</RestoreMode>

    <!-- Set the [restore DB server]. -->
    <!-- <RestoreDBServerName>localhost</RestoreDBServerName> -->

    <!-- Set the [restore auth DB server]. -->
    <!-- <RestoreAuthDBServerName>localhost</RestoreAuthDBServerName> -->

    <!-- Set the [exclusion file list].                                        -->
    <!--  This setting is relative path to the [RestorePath] setting.          -->
    <!--                                                                       -->
    <!--  * Directory will put a '\' at the end.                               -->
    <!--     ex) Log\, Work\                                                   -->
    <!--  * In the directory, wild card can be used at the beginning.          -->
    <!--     ex) *\temp\, *\work                                               -->
    <!--  * Others is file.                                                    -->
    <!--    ex) work\example.txt                                               -->
    <!--         work\*                                                        -->
    <!--         work\*.log                                                    -->
    <!--         *\work\*.log                                                  -->
    <FileExclusionList>
      <string>Log\</string>
      <string>*\System\config\LSSDbPasswordVersionConfiguration.xml</string>
    </FileExclusionList>
    
    <!-- Set the [number of retries] when it fails to copy the file restore. -->
    <RetryCnt>0</RetryCnt>
    
    <!-- Set the [wait time of retryies] in case of failing to copy the file restore. (millisecond) -->
    <RetryWaitTime>0</RetryWaitTime>
    
    <!-- For sqlserver, specify the user with the sysadmin role. (optional) -->
    <DBUser></DBUser>
    
    <!-- Set the [exclusion DB list].  -->
    <DBExclusionList>
      <string>ChromeleonLocal</string>
      <string>My New Data Vault</string>
      <string>XVault</string>
    </DBExclusionList>
    
    <!-- Set the [work folder path] on local drive. (optional) -->
    <WorkFolder></WorkFolder>
    
  </Restore>

</CLSSSystemBackupRestoreConfiguration>