Copy
Copy Certified

Copy files on the local filesystem

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
Defaultfalse