Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: exclude non-regular files #776

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MqllR
Copy link

@MqllR MqllR commented Dec 10, 2024

Close #775

Running the same command as describe in the issue:

go run . cp --exclude "*.ipc" /tmp/test/ s3://mybucket/
...
echo $?
0

@MqllR MqllR requested a review from a team as a code owner December 10, 2024 13:10
@MqllR MqllR requested review from igungor and ilkinulas and removed request for a team December 10, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non regular files break cp even if they are excluded
1 participant