Move a file on an NFS mount.

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

The path to the file to move.

The destination path.

Default {}
Format uri

The URI of the original file.

Format uri

The URI of the new moved file.