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

Downloading then Extracting a Tar File Efficiently Using Disk Space #299

Open
haliliceylan opened this issue Jul 17, 2024 · 0 comments
Open
Labels
state: backlog This is pending further review

Comments

@haliliceylan
Copy link

I have 1.8 TB of disk space available. I am currently downloading a snapshot, which is 832 GiB in size (tar.zstd). Is there an option to delete the archive while extracting it to manage disk space efficiently? Additionally, how much space should I expect the extracted archive to occupy? During the download, we can redirect stdout to tar to extract the tar file without saving it, but how can we achieve this after the download? I am concerned that my disk space might not be sufficient. Thanks.

@wbnns wbnns added the state: backlog This is pending further review label Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: backlog This is pending further review
Projects
None yet
Development

No branches or pull requests

2 participants