Copy
Copy a file on NFS
Copy
Copy a file on NFS
yaml
type: io.kestra.plugin.fs.nfs.CopyExamples
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
from *Requiredstring
to *Requiredstring
nfsService Non-dynamic
Default
{} Definitions
io.kestra.plugin.fs.nfs.NfsService
Outputs
from string
Format
urito string
Format
uri