chiark / gitweb /
dirmngr: New debug message on correctly initialized libdns.
[gnupg2.git] / debian / migrate-pubring-from-classic-gpg.1
1 .TH "MIGRATE-PUBRING-FROM-CLASSIC-GPG" 1 "April 2016"
2
3 .SH NAME
4 migrate\-pubring\-from\-classic\-gpg \- Migrate a public keyring from "classic" to "modern" GnuPG
5
6 .SH SYNOPSIS
7 .B migrate\-pubring\-from\-classic\-gpg
8 .RB "[ " GPGHOMEDIR " | "
9 .IR \-\-default " ]"
10
11 .SH DESCRIPTION
12
13 .B migrate\-pubring\-from\-classic\-gpg
14 migrates the public keyring in GnuPG home directory GPGHOMEDIR from
15 the "classic" keyring format to the "modern" keybox format using GnuPG
16 versions 2.1 or 2.2.
17
18 Specifying
19 .B \-\-default
20 selects the standard GnuPG home directory (looking at $GNUPGHOME
21 first, and falling back to ~/.gnupg if unset.
22
23 .SH OPTIONS
24 .BR \-h ", " \-\-help ", " \-\-usage
25 Output a short usage information.
26
27 .SH DIAGNOSTICS
28 The program sends quite a bit of text (perhaps too much) to stderr.
29
30 During a migration, the tool backs up several pieces of data in a
31 timestamped subdirectory of the GPGHOMEDIR.
32
33 .SH ENVIRONMENT VARIABLES
34
35 .B GNUPGHOME
36 Selects the GnuPG home directory when set and --default is given.
37
38 .B GPG
39 The name of the
40 .B gpg
41 executable (defaults to
42 .B gpg
43 ).
44
45 .SH SEE ALSO
46 .BR gpg (1)
47
48 .SH AUTHOR
49 Copyright (C) 2016 Daniel Kahn Gillmor for the Debian project. Please
50 report bugs via the Debian BTS.