yaml
type: "io.kestra.plugin.fs.local.copy"
Examples
yaml
id: "copy"
type: "io.kestra.plugin.fs.local.copy"
id: copy_file
namespace: company.team
tasks:
- id: copy
type: io.kestra.plugin.fs.local.Copy
from: "input/data.csv"
to: "backup/data.csv"
overwrite: true
Properties
from *Requiredstring
to *Requiredstring
overwrite booleanstring
Default
false