
File system Move
CertifiedMove or rename a file on NFS
File system Move
Certified
Move or rename a file on NFS
Moves or renames a file on an NFS mount. Parent directories are created as needed and existing targets are overwritten.
yaml
type: io.kestra.plugin.fs.nfs.MoveExamples
Move a file from one location to another on an NFS mount.
yaml
id: nfs_move
namespace: company.team
tasks:
- id: move_file
type: io.kestra.plugin.fs.nfs.Move
from: /mnt/nfs/shared/in/file.txt
to: /mnt/nfs/shared/archive/file.txt
Properties
from *Requiredstring
Source file path
to *Requiredstring
Destination path
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
from string
Format
uriThe URI of the original file
to string
Format
uriThe URI of the new moved file