github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.11.x/reference/pachctl/pachctl_copy_file.md (about) 1 ## pachctl copy file 2 3 Copy files between pfs paths. 4 5 ### Synopsis 6 7 Copy files between pfs paths. 8 9 ``` 10 pachctl copy file <src-repo>@<src-branch-or-commit>:<src-path> <dst-repo>@<dst-branch-or-commit>:<dst-path> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for file 17 -o, --overwrite Overwrite the existing content of the file, either from previous commits or previous calls to 'put file' within this commit. 18 ``` 19 20 ### Options inherited from parent commands 21 22 ``` 23 --no-color Turn off colors. 24 -v, --verbose Output verbose logs 25 ``` 26