gpgtar (GnuPG) 2.0.26 (Gpg4win 2.2.3)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Syntax: gpgtar [options] [files] [directories]
Encrypt or sign files into an archive
Commandes :
-e, --encrypt create an archive
-d, --decrypt extract an archive
-s, --sign create a signed archive
-t, --list-archive list an archive
Options :
-c, --symmetric use symmetric encryption
-r, --recipient IDENTITÉ
chiffrer pour l’IDENTITÉ
-u, --local-user IDENTITÉ
utiliser l’IDENTITÉ pour signer ou déchiffrer
-o, --output FICHIER
Écrire la sortie dans le FICHIER
-v, --verbose bavard
-q, --quiet devenir beaucoup plus silencieux
–skip-crypto skip the crypto processing
-T, --files-from FILE
get names to create from FILE
–null -T reads null-terminated names
But all options are not here.
When I use GPGEX (but I can’t in this case), it write the command like this:
I was often confused by this too. It looks like gpgtar was intended to support crypto operations but then it was not implemented. kleopatra at least runs it with skip-crypto to just create a tar file and uses the output as an input for gnupg to do the actual crypto work.
This is probably also what you want: (–output -) tells gpgtar to write to stdout