1yum-debug-restore(1) yum-debug-restore(1)
2
3
4
6 yum-debug-restore - replay Yum transactions captured in a debug-dump
7 file
8
10 yum-debug-restore
11
13 yum-debug-restore is a program which takes a gzipped file created by
14 yum-debug-dump and acts on the information about installed packages
15 contained within.
16
18 --output
19 Output the commands that would be run to stdout.
20
21 --shell=<file>
22 Output the commands that would be run to a file.
23
24 --install-latest
25 Ask yum to install the latest version of the given packages,
26 instead of the version that was installed in the debug-dump
27 file.
28
29 --ignore-arch
30 Ignore the architecture of the packages, so you can "restore" an
31 i386 debug-dump on an x86_64 machine.
32
33 --filter-types=[install,remove,update,downgrade]
34 Only perform the given types of commands, so you can filter to
35 just upgrades and installs.
36
37
39 As yum-debug-restore uses YUM libraries for retrieving all the informa‐
40 tion, it relies on YUM configuration for its default values like which
41 repositories to use. Consult YUM documentation for details:
42
43 /etc/yum.conf
44 /etc/yum/repos.d/
45 /var/cache/yum/
46
47
49 yum-debug-dump [4m(1)
50 yum.conf [4m(5)
51 http://yum.baseurl.org/
52
53
55 See the Authors file included with this program.
56
57
59 There are of course no bugs, but should you find any, you should first
60 consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if
61 unsuccessful in finding a resolution contact the mailing list: yum-
62 devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com
63 for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report
64 for all other bugs.
65
66
67
68
69James Antill 15 December 2011 yum-debug-restore(1)