copy icon indicating copy to clipboard operation
copy copied to clipboard

Go copy directory recursively

Results 30 copy issues
Sort by recently updated
recently updated
newest added

It seems that a recent update on `github.com/gopherjs/gopherjs` (Switch to Go 1.18: https://github.com/gopherjs/gopherjs/commit/f754ef8bf776018e09b416319246ed4b72365832) breaks the `GopherJS` build pipeline (seemingly because it uses Go 1.17), e.g. on this branch (PR https://github.com/otiai10/copy/pull/83):...

This is an addition to https://github.com/otiai10/copy/pull/31 - While symlink timestamps cannot be set universally (neither at time of link creation nor by a simple call to `os.Chtimes()`) they can be...

hi, is it possible to add an option to copy two or more files simultaneous? I think this would be an amazing performance boost on the most systems. What do...

enhancement

Run the following bash script: ``` #!/bin/bash rm -rf src dst mkdir -p src dst cd src ln -s adir/afile a ln -s bdir adir mkdir bdir touch bdir/a ```...

Similar to `rsync --specials` an option to handle special files as special is required: Currently the code tries to always copy the *content* of such files, e.g. `/dev/console`, pipes, sockets,...

Hi, sir. Is it possible add `Contains` option, just like `skip`. `contains` option could decide which folder or file should be copy.

HiHi, `copy` is every easy to use, but have a feature to request. I have a lot of files need to copy from one folder to anther folder, the source...

enhancement

I'm using this package in a tool for backing up Docker volumes: https://github.com/offen/docker-volume-backup Users that do not want to stop their containers while taking a backup can opt in to...