自動化 - Edit Excluded Server List
 Previous | Next | Print 

Tag: ExcludeServer


The ExcludeServer action lets you automate the process of editing the Excluded Server List in replicationEZ.

<ExcludeServer Server="Local" Exclude="False"/>

Tag Attributes

AttributesAttribute ValueValue DescriptionComment
ServerAbbreviated server name as shown in the server selection listMandatory
ExcludeTrue/FalseNot mandatory

Detailed Description

A value of Exclude="False" will only verify the existence of the given server in the current exclusion list. The server will not be added to the list if not found.

Example Script


    <?xml version="1.0" encoding="UTF-8"?>
    <ytriaAutomation Application="replicationEZ" ApplicationVersion="16.0">

      <ExcludeServer Server="Local" Exclude="True"/>

    </ytriaAutomation>

    In the script above, the Local server will be introduced into the Excluded Server List.