[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <event-options>
        <policy>
            <then>
                <execute-commands>
                    <destination>
                        <name>name</name> <!-- identifier -->
                        <transfer-delay>seconds</transfer-delay>
                        <retry-count>...</retry-count>
                    </destination>
                </execute-commands>
            </then>
        </policy>
    </event-options>
</configuration>

Description

Location to which to upload command output.

Contents

<name>—Location to which to upload command output.

<retry-count>—Upload output-filename retry attempt count.

<transfer-delay>—Delay before uploading file to the destination.


[Contents] [Prev] [Next] [Index] [Report an Error]