风一样的男孩 发表于 2012-3-17 16:36:26

网维大师镜像还原点配置文件说明


镜像还原点配置文件说明(T201101270214550109.xml)

<SnapshotVersion><CurrentVersionID>2</CurrentVersionID>
//当前还原点版本ID<MergerFromVersionID>1</MergerFromVersionID>
//从哪一个还原点ID开始合并<MergingVersionID>0</MergingVersionID>
//当前合并还原点ID
    <SnapVersion>
      <ID>1</ID>
//还原点版本ID
      <ChildID>2</ChildID>
//子节点ID
      <BrotherID>0</BrotherID>
//兄弟节点ID
      <ParentID>1</ParentID>
//父节点ID
      <VersionState>6</VersionState>
//还原点状态;6确认使用状态
      <VersionIsHide>0</VersionIsHide>
//还原点是否隐藏,0显示1是隐藏。合并或者删除还原点后这里是1即隐藏状态
      <VTYear>2011</VTYear>
//创建还原点的时间年
      <VTMonth>1</VTMonth>
//创建还原点的时间月
      <VTDay>27</VTDay>
//创建还原点的时间日
      <VTHour>10</VTHour>
//创建还原点的时间小时
      <VTMinute>14</VTMinute>
//创建还原点的时间分钟
       <VTSecond>55</VTSecond>
//创建还原点的时间秒
      <VTMilliseconds>125</VTMilliseconds>
//创建还原点的时间毫秒
      <VersionName></VersionName>
//还原点名称
      <DataPath></DataPath>
//还原点的数据文件存放路径
      <IndexPath></IndexPath>
//还原点的索引文件存放路径
      <MarkPath></MarkPath>//还原点的标志文件存放路径
    </SnapVersion>
</SnapshotVersion>




范例:

<SnapshotVersion>
    <CurrentVersionID>47</CurrentVersionID>
    <MergerFromVersionID>46</MergerFromVersionID>
    <MergingVersionID>46</MergingVersionID>
    <SnapVersion>
      <ID>1</ID>
      <ChildID>47</ChildID>
      <BrotherID>0</BrotherID>
      <ParentID>1</ParentID>
      <VersionState>6</VersionState>
      <VersionIsHide>0</VersionIsHide>
      <VTYear>2011</VTYear>
      <VTMonth>11</VTMonth>
      <VTDay>2</VTDay>
      <VTHour>16</VTHour>
      <VTMinute>17</VTMinute>
      <VTSecond>49</VTSecond>
      <VTMilliseconds>704</VTMilliseconds>
      <VersionName></VersionName>
      <DataPath></DataPath>
      <IndexPath></IndexPath>
      <MarkPath></MarkPath>
    </SnapVersion>
    <SnapVersion>
      <ID>47</ID>
      <ChildID>0</ChildID>
      <BrotherID>0</BrotherID>
      <ParentID>1</ParentID>
      <VersionState>6</VersionState>
      <VersionIsHide>0</VersionIsHide>
      <VTYear>2012</VTYear>
      <VTMonth>2</VTMonth>
      <VTDay>20</VTDay>
      <VTHour>10</VTHour>
      <VTMinute>41</VTMinute>
      <VTSecond>3</VTSecond>
      <VTMilliseconds>234</VTMilliseconds>
      <VersionName>sz</VersionName>
      <DataPath>D:\Image\Winxp\D304V47T201202200236570578.data</DataPath>
      <IndexPath>D:\Image\Winxp\D304V47T201202200236570578.idx</IndexPath>
      <MarkPath>D:\Image\Winxp\D304V47T201202200236570578.mrk</MarkPath>
    </SnapVersion>
</SnapshotVersion>
页: [1]
查看完整版本: 网维大师镜像还原点配置文件说明