Skip to main content

stageOutMode

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

The following modes are supported:

'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 by using the fcp utility (note: it 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 by using the rclone utility (note: it must be available in the task environment).

'rsync'

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

See also: scratch

On this Page