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