Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 593 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 593 Bytes

Copy

Copy copies files and directories recursively with options to do so repeatedly.

It's possible to specify to arrays of source and destination directories with the use of a yaml file.

Usage:
  copy [flags]

Flags:
  -c, --config string        config file (default is ./.copy.yaml)
  -d, --destination string   path to the destination file or directory
  -h, --help                 help for copy
  -e, --repeat string        if specified the path will be copied at the provided interval (example 1m for 1 minute)
  -s, --source string        path to the source file or directory