Skip to main content

stageOutMode

The stageOutMode directive defines how output files are staged out from the scratch directory to the task work directory.

Options​

The following modes are available:

'copy'​

Output files are copied from the scratch directory to the work directory.

'fcp'​
Added in version 23.04

Output files are copied from the scratch directory to the work directory using the fcp utility, which must be available in the task environment.

'move'​

Output files are moved from the scratch directory to the work directory.

'rclone'​
Added in version 23.04

Output files are copied from the scratch directory to the work directory using the rclone utility, which must be available in the task environment.

'rsync'​

Output files are copied from the scratch directory to the work directory using the rsync utility.

See also​

On this Page