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
It would be really useful to implement usage of BM_TARBALL_SLICESIZE (if set) when compressing with tar since dar doesn't support encryption (yet):
BM_TARBALL_SLICESIZE
tar
dar
The encryption is not yet possible with "dar" archives.
As I get it from the tar man page, it should be quite painlessly implementable using the -L and -M switches:
-L
-M
-L, --tape-length NUMBER change tape after writing NUMBER x 1024 bytes
-M, --multi-volume create/list/extract multi-volume archive
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be really useful to implement usage of
BM_TARBALL_SLICESIZE
(if set) when compressing withtar
sincedar
doesn't support encryption (yet):As I get it from the
tar
man page, it should be quite painlessly implementable using the-L
and-M
switches:The text was updated successfully, but these errors were encountered: