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

Skipping a text file #1

Open
frankcohen opened this issue Apr 1, 2021 · 2 comments
Open

Skipping a text file #1

frankcohen opened this issue Apr 1, 2021 · 2 comments

Comments

@frankcohen
Copy link

Hi, thanks for publishing and maintaining TinyUntar. I am using the branch that appears in ESP32-targz, a tar decompression utility for ESP32 devices. A decompressed archive skips a text file containing JSON encoded data. It successfully decompresses audio (.m4a) and video (.mpg) binary files in the same archive.

I am creating the TAR archive on a Mac using:
COPYFILE_DISABLE=1 tar czf startup.tar.gz --exclude ".DS_Store" startup
Without these flags ESP32-targz skips all files after the .DS_Store and other files beginning with a period.

Perhaps this is not a TinyUntar issue, I thought I would check just in case.

Thanks! -Frank

@frankcohen
Copy link
Author

I found the problem and posted a patch to the ESP32-targz library as Issue #33. Also I posted to Reddit my developer journal of using ESP32-targz with TinyUntar as Using TAR files in ESP32 with SD applications for easy multiple file transfers

@frankcohen
Copy link
Author

And my use of TinyUntar is at https://github.com/frankcohen/ReflectionsOS

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

No branches or pull requests

1 participant