Skip to content

Instantly share code, notes, and snippets.

@ultrafunkamsterdam
Created June 19, 2020 10:15
Show Gist options
  • Save ultrafunkamsterdam/af6d643ffcc052ce0cbab9081b579810 to your computer and use it in GitHub Desktop.
Save ultrafunkamsterdam/af6d643ffcc052ce0cbab9081b579810 to your computer and use it in GitHub Desktop.
USMT Migration XML IBM Notes ( v9 +)
<migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/mig_ibm_notes">
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _loc="locData">displayName</_locTag>
</_locDefinition>
<component type="System" context="User">
<displayName _locID="miguser.Notes">IBM Notes</displayName>
<paths>
<path type="File">%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data</path>
</paths>
<role role="Settings">
<detects>
<detect>
<condition>MigXmlHelper.DoesObjectExist("File","%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data")</condition>
</detect>
</detects>
<rules>
<include filter="MigXmlHelper.IgnoreIrrelevantLinks()">
<objectSet>
<pattern type="File">%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data\*
</pattern>
<pattern type="File">%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data\*[]
</pattern>
<pattern type="File">%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data\*[*.nsf]
</pattern>
<pattern type="File">%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data\*[*.id]
</pattern>
<pattern type="File">%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data\*[*.ndk]
</pattern>
<pattern type="File">%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data\*[*.dic]
</pattern>
<pattern type="File">%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data\*[*.ntf]
</pattern>
</objectSet>
</include>
<merge script="MigXmlHelper.DestinationPriority()">
<objectSet>
<pattern type="File">%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data\*
</pattern>
<pattern type="File">%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data\*[*.nsf]
</pattern>
<pattern type="File">%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data\*[*.id]
</pattern>
<pattern type="File">%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data\*[*.ndk]
</pattern>
<pattern type="File">%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data\*[*.dic]
</pattern>
<pattern type="File">%CSIDL_LOCAL_APPDATA%\IBM\Notes\Data\*[*.ntf]
</pattern>
</objectSet>
</merge>
</rules>
</role>
</component>
</migration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment