mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgtar: New option --no-compress.
* tools/gpgtar.c: Add option --no-compress. * tools/gpgtar.h (opt): Add field no_compress. * tools/gpgtar-create.c (gpgtar_create): Pass -z0 to gpg. -- This option is probably easier to remember than --gpg-args '-z0'.
This commit is contained in:
parent
2178f35dff
commit
3bab25d7d5
4 changed files with 12 additions and 0 deletions
|
@ -2049,6 +2049,12 @@ default is to take the directory name from the input filename. If no
|
|||
input filename is known a directory named @file{GPGARCH} is used.
|
||||
This option is deprecated in favor of option @option{--directory}.
|
||||
|
||||
@item --no-compress
|
||||
@opindex no-compress
|
||||
This option tells gpg to disable compression (i.e. using option -z0).
|
||||
It is useful for archiving only large files which are are already
|
||||
compressed (e.g. a set of videos).
|
||||
|
||||
@item --gpg @var{gpgcmd}
|
||||
@opindex gpg
|
||||
Use the specified command @var{gpgcmd} instead of @command{gpg}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue