Main index | Section 3 | Options |
#include <archive.h>
archive_write_add_filter_bzip2(), archive_write_add_filter_compress(), archive_write_add_filter_grzip(), archive_write_add_filter_gzip(), archive_write_add_filter_lrzip(), archive_write_add_filter_lz4(), archive_write_add_filter_lzip(), archive_write_add_filter_lzma(), archive_write_add_filter_lzop(), archive_write_add_filter_xz(), archive_write_add_filter_zstd(), The resulting archive will be compressed as specified. Note that the compressed output is always properly blocked. | |
archive_write_add_filter_b64encode(), archive_write_add_filter_uuencode(), The output will be encoded as specified. The encoded output is always properly blocked. | |
archive_write_add_filter_none() | |
This is never necessary. It is provided only for backwards compatibility. | |
archive_write_add_filter_program() | |
The archive will be fed into the specified compression program. The output of that program is blocked and written to the client write callbacks. | |
ARCHIVE_WRITE_FILTER (3) | August 14, 2014 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Do you laugh when the waiter drops a tray full of dishes? Unix weenies do. They're the first ones to laugh at hapless users, trying to figure out an error message that doesn't have anything to do with what they just typed. | ” |
— The Unix Haters' handbook |