|
NAMEgpg-zip - Encrypt or sign files into an archiveSYNOPSISgpg-zip [options] filename1 [ filename2, ... ] directory1 [ directory2, ... ]DESCRIPTIONgpg-zip encrypts or signs files into an archive. It is an gpg-ized tar using the same format as used by PGP's PGP Zip.OPTIONSgpg-zip understands these options:
EXAMPLESEncrypt the contents of directory ‘mydocs’ for user Bob to file ‘test1’:gpg-zip --encrypt --output test1 --gpg-args -r Bob mydocs List the contents of archive ‘test1’: gpg-zip --list-archive test1 DIAGNOSTICSThe program returns 0 if everything was fine, 1 otherwise.SEE ALSOgpg(1), tar(1),The full documentation for this tool is maintained as a Texinfo manual. If GnuPG and the info program are properly installed at your site, the command info gnupg should give you access to the complete manual including a menu structure and an index.
Visit the GSP FreeBSD Man Page Interface. |