1OSINFO-DB-IMPORT.C(1) Virtualization Support OSINFO-DB-IMPORT.C(1)
2
3
4
6 osinfo-db-import - Import an osinfo database archive
7
9 osinfo-db-import [OPTIONS...] ARCHIVE-FILE
10
12 The osinfo-db-import tool will take an osinfo database archive and
13 extract its contents into one of the standard database locations on the
14 current host:
15
16 system
17 This is the primary system-wide database location, intended for use by
18 operating system vendors distributing database files in the native
19 package format.
20
21 local
22 This is the secondary system-wide database location, intended for use
23 by system administrators wishing to provide an updated database for
24 all users.
25
26 user
27 This is the user private database location, intended for use by
28 unprivileged local users wishing to provide applications they use with
29 an updated database.
30
31 If run by a privileged account (ie root), the local database location
32 will be used by default, otherwise the user location will be used.
33
35 --user Override the default behaviour to force installation into the
36 user database location.
37
38 --local Override the default behaviour to force installation into the
39 local database location.
40
41 --system
42 Override the default behaviour to force installation into the
43 system database location.
44
45 --dir=PATH
46 Override the default behaviour to force installation into the
47 custom directory PATH.
48
49 --root=PATH
50 Prefix the installation location with the root directory given
51 by "PATH". This is useful when wishing to install into a chroot
52 environment or equivalent.
53
54 -v, --verbose
55 Display verbose progress information when installing files
56
58 The exit status will be 0 if all files were installed successfully, or
59 1 if at least one file could not be installed.
60
62 "osinfo-db-export(1)", "osinfo-db-path(1)"
63
65 Daniel P. Berrange <berrange@redhat.com>
66
68 Copyright (C) 2016 Red Hat, Inc.
69
71 "osinfo-db-import" is distributed under the terms of the GNU LGPL v2+
72 license. This is free software; see the source for copying conditions.
73 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
74 PARTICULAR PURPOSE
75
76
77
78osinfo-db-tools-1.2.0 2017-04-18 OSINFO-DB-IMPORT.C(1)