Lines Matching +full:libarchive +full:- +full:dev
2 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2003-2007 Tim Kientzle
22 .Ar < name-list
27 .Ar dest-dir
28 .Ar < name-list
39 .Bl -tag -compact -width indent
54 Pass-through.
61 .Bl -tag -width indent
71 When writing a cpio archive, use the (newer, non-PWB) binary format.
92 .It Fl d , Fl Fl make-directories
112 .Bl -tag -width "iso9660" -compact
119 The old POSIX.1 portable octet-oriented cpio format.
129 .Xr libarchive-formats 5
132 .Xr libarchive 3
151 Compress the file with xz-compatible compression before writing it.
173 Compress the archive with lz4-compatible compression before writing it.
178 Compress the archive with zstd-compatible compression before writing it.
183 Compress the file with lzma-compatible compression before writing it.
200 .It Fl m , Fl Fl preserve-modification-time
204 .It Fl n , Fl Fl numeric-uid-gid
213 .It Fl Fl no-preserve-owner
216 This is the default when run by non-root users.
223 .It Fl p , Fl Fl pass-through
224 Pass-through mode.
226 .It Fl Fl preserve-owner
248 modes, this option can only be used by the super-user.
254 .Pa /dev/tty
256 .Pa /dev/tty .
281 Compress the archive with bzip2-compatible compression before writing it.
286 Compress the archive with compress-compatible compression before writing it.
291 Compress the archive with gzip-compatible compression before writing it.
296 .Ex -std
300 .Bl -tag -width ".Ev BLOCKSIZE"
342 .Dl Nm find Pa src Fl mtime Ar +2 | Nm xargs Nm grep -l foobar | Nm Fl pdmu Pa dest
352 were interpreted as command-line options.
367 they are not command-line options in their own right.
368 The syntax supported by this implementation is backwards-compatible
378 .Xr libarchive 3 ,
380 .Xr libarchive-formats 5 ,
385 .St -p1003.1-96
387 .St -p1003.1-2001 .
390 .St -p1003.1-2001
407 even though it was not well-known outside of AT&T until some time later.
409 This is a complete re-implementation based on the
410 .Xr libarchive 3