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

Hidden files are included, when directories are uploaded #20

Open
Paebbels opened this issue Dec 25, 2024 · 1 comment
Open

Hidden files are included, when directories are uploaded #20

Paebbels opened this issue Dec 25, 2024 · 1 comment
Labels

Comments

@Paebbels
Copy link
Member

Paebbels commented Dec 25, 2024

When a directory is given as a path pattern, then recursively discovered hidden files (dot-files) are found and packaged into the tarball. Especially, parameter include-hidden-files has no effect.

@Paebbels Paebbels added Problem Report Something doesn't seam right. Feature: hidden files labels Dec 25, 2024
@Paebbels
Copy link
Member Author

This has been fixed for GNU tar (Linux, Windows) by deleting unwanted files from tarball.

Such a fix can't be implemented on macOS using BSD tar.

@Paebbels Paebbels mentioned this issue Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant