﻿<?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">

  <!-- Backup Setting -->
  <Backup>
    
    <!-- Set the [backup path]. -->
    <BackupPath>D:\Backup</BackupPath>
    
    <!-- Set the [authentication database backup path]. -->
    <AuthBackupPath>D:\BackupAuthDb</AuthBackupPath>
    
    <!-- Set the [backup type]. (0:FULL, 1:DIFFERENTIAL) -->
    <SQLServerBackup>0</SQLServerBackup>
    
    <!-- Set the [backup mode]. (0:DB/FILE, 1:FILE, 2:DB) -->
    <BackupMode>0</BackupMode>
    
    <!-- Set the [exclusion file list].                                        -->
    <!--  This setting is relative path to the [System Path of LabSolutions].  -->
    <!--  ([System Path of LabSolutions] is [c:\LabSolutions])                 -->
    <!--                                                                       -->
    <!--  * 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>Common\</string>
      <string>Data\</string>
      <string>LIMSIF\</string>
      <!--<string>Log\</string>-->
      <string>Log\Debug\</string>
      <string>Log\Refuge\</string>
      <string>Manual\</string>
      <string>MSLibrary\</string>
      <string>MultiDataReport\</string>
      <string>Resource\</string>
      <string>Sample\</string>
      <string>Supplement\</string>
      <!--<string>System\</string>-->
      <string>*\DBManager\*</string>
      <string>Template\</string>
      <string>UVLibrary\</string>
      <string>Work\</string>
    </FileExclusionList>
    
    <!-- long file path length -->
    <!--<MaxPath>260</MaxPath>-->
    
    <!-- Set the [number of retries] when it fails to copy the file backup. -->
    <RetryCnt>3</RetryCnt>
    
    <!-- Set the [wait time of retryies] in case of failing to copy the file backup. (millisecond) -->
    <RetryWaitTime>1000</RetryWaitTime>
    
    <!-- Set the [device information]. (0:Disk, others:not supported) -->
    <Device>0</Device>

    <!-- Set the [Verify]. (false: No verify, true: Verify) -->
    <Verify>true</Verify>

    <!-- Set the [exclusion DB list].  -->
    <DBExclusionList>
      <string>ChromeleonLocal</string>
      <string>My New Data Vault</string>
      <string>XVault</string>
    </DBExclusionList>
    
    <!-- For sqlserver, specify the user with the sysadmin role. (optional) -->
    <DBUser></DBUser>
    <DBPassword></DBPassword>

    <!-- Set the [work folder path] on local drive. (optional) -->
    <WorkFolder></WorkFolder>
    
  </Backup>
  
</CLSSSystemBackupRestoreConfiguration>