]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
bsdtar(1): Document threads options for zstd and xz 1665/head
authorJung-uk Kim <jkim@FreeBSD.org>
Wed, 9 Feb 2022 03:03:05 +0000 (22:03 -0500)
committerJung-uk Kim <jkim@FreeBSD.org>
Wed, 9 Feb 2022 03:03:05 +0000 (22:03 -0500)
tar/bsdtar.1

index b15047001f6668a600dc9b58c8b5f01288eb3a40..63774216bd864acaf171de3ff965e62081c8bc98 100644 (file)
@@ -638,10 +638,20 @@ a compression dictionary to improve compression ratio.
 .It Cm zstd:compression-level
 A decimal integer specifying the zstd compression level. Supported values depend
 on the library version, common values are from 1 to 22.
+.It Cm zstd:threads
+Specify the number of worker threads to use.
+Setting threads to a special value 0 makes
+.Xr zstd 1
+use as many threads as there are CPU cores on the system.
 .It Cm lzop:compression-level
 A decimal integer from 1 to 9 specifying the lzop compression level.
 .It Cm xz:compression-level
 A decimal integer from 0 to 9 specifying the xz compression level.
+.It Cm xz:threads
+Specify the number of worker threads to use.
+Setting threads to a special value 0 makes
+.Xr xz 1
+use as many threads as there are CPU cores on the system.
 .It Cm mtree: Ns Ar keyword
 The mtree writer module allows you to specify which mtree keywords
 will be included in the output.