The profileArchivePath, profileArchiveBackupPath, and logFilePath configuration elements can occur multiple times in a configuration file.

<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>