Copy a file on an NFS mount.

yaml
type: "io.kestra.plugin.fs.nfs.Copy"

Copy a file from one location to another on an NFS mount.

yaml
    id: nfs_copy
    namespace: company.team

    tasks:
      - id: copy_file
        type: io.kestra.plugin.fs.nfs.Copy
        from: /mnt/nfs/shared/in/file.txt
        to: /mnt/nfs/shared/out/file_copy.txt
Properties

The path to the file to copy.

The destination path.

Default {}
Format uri

The URI of the original file.

Format uri

The URI of the new copied file.