We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In other words, work like tar.
tar
For packing:
ipfs-car --pack a1/b1/c1.dat a2/b2/c2.dat f1.dat --output out.car
This avoids the need to link disparate files into a common root directory.
On unpacking:
ipfs-car --unpack out.car
would result in the following in the current working directory:
a1/b1/c1.dat a2/b2/c2.dat f1.dat
This avoids the need to track the full file paths separately.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In other words, work like
tar
.For packing:
This avoids the need to link disparate files into a common root directory.
On unpacking:
would result in the following in the current working directory:
This avoids the need to track the full file paths separately.
The text was updated successfully, but these errors were encountered: