File system Move

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.Move

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

Source file path

Destination path

Formaturi

The URI of the original file

Formaturi

The URI of the new moved file