Copy ​Copy

yaml
type: "io.kestra.plugin.fs.local.copy"
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
Default false