Skip to main content

2025년 8월 21일 아카이브됨

Using Multiple UNC Paths

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>

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…