在配置文件中,profileArchivePathprofileArchiveBackupPathlogFilePath 配置元素可能会多次出现。

<config>
  <profileArchivePath>
    \\sldfs01\DemUsers$\[UserFolder]\Archives
  </profileArchivePath>
  <profileArchivePath>
    \\sldfs02\DemUsers$\[UserFolder]\Archives
  </profileArchivePath>

  <profileArchiveBackupPath>
    \\sldfs01\DemUsers$\[UserFolder]\Backups
  </profileArchiveBackupPath>
  <profileArchiveBackupPath>
    \\sldfs02\DemUsers$\[UserFolder]\Backups
  </profileArchiveBackupPath>

  <logFilePath>
    \\sldfs01\DemUsers$\[UserFolder]\Logs\FlexEngine.log
  </logFilePath>
  <logFilePath>
    \\sldfs02\DemUsers$\[UserFolder]\Logs\FlexEngine.log
  </logFilePath>
</config>