]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/public-inbox-convert.pod
4c790dee689e21b6587148f2044d333a8d1bf1b9
[public-inbox.git] / Documentation / public-inbox-convert.pod
1 =head1 NAME
2
3 public-inbox-convert - convert v1 inboxes to v2
4
5 =head1 SYNOPSIS
6
7         public-inbox-convert OLD_DIR NEW_DIR
8
9 =head1 DESCRIPTION
10
11 public-inbox-convert copies the contents of an old "v1" inbox
12 into a new "v2" inbox.  It makes no changes to the old inbox
13 and users are expected to update the "inboxdir" path in
14 L<public-inbox-config(5)> to point to the path of NEW_DIR
15 once they are satisfied with the conversion.
16
17 =head1 ENVIRONMENT
18
19 =over 8
20
21 =item PI_CONFIG
22
23 The default config file, normally "~/.public-inbox/config".
24 See L<public-inbox-config(5)>
25
26 =back
27
28 =head1 UPGRADING
29
30 =head1 CONTACT
31
32 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
33
34 The mail archives are hosted at L<https://public-inbox.org/meta/>
35 and L<http://hjrcffqmbrq6wope.onion/meta/>
36
37 =head1 COPYRIGHT
38
39 Copyright 2013-2019 all contributors L<mailto:meta@public-inbox.org>
40
41 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
42
43 =head1 SEE ALSO
44
45 L<public-inbox-init(1)>, L<public-inbox-index(1)>