source: content/databases/db/db-desc.xml@ d306467

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v1_0 v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d306467 was d306467, checked in by Larry Lawrence <larry@…>, 21 years ago

multimedia editing

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@830 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[f45b1953]1<sect2>
2<title>Contents</title>
3
[d306467]4<para>The db package contains
5<userinput>db_archive</userinput>,
[d10f793]6<userinput>db_checkpoint</userinput>,
[d306467]7<userinput>db_deadlock</userinput>,
8<userinput>db_dump</userinput>,
9<userinput>db_load</userinput>,
10<userinput>db_printlog</userinput>,
11<userinput>db_recover</userinput>,
12<userinput>db_stat</userinput>,
13<userinput>db_upgrade</userinput> and
14<userinput>db_verify</userinput>.
15
16</para>
[f45b1953]17
18</sect2>
19
20<sect2><title>Description</title>
21
22<sect3><title>db_archive</title>
[d306467]23<para>db_archive prints the pathnames of log files that are no longer
24in use.</para></sect3>
25
[f45b1953]26
27<sect3><title>db_checkpoint</title>
[d306467]28<para>db_checkpoint is a daemon process used to monitor and checkpoint
29database logs.</para></sect3>
[f45b1953]30
31<sect3><title>db_deadlock</title>
[d306467]32<para>db_deadlock is used to abort lock requests when deadlocks are
33detected.</para></sect3>
[f45b1953]34
35<sect3><title>db_dump</title>
[d306467]36<para>db_dump converts database files to a flat file format readable
37by db_load.</para></sect3>
[f45b1953]38
39<sect3><title>db_load</title>
[d306467]40<para>db_load is used to create database files from flat files created
41with db_dump.</para></sect3>
[f45b1953]42
43<sect3><title>db_printlog</title>
[d306467]44<para>db_printlog converts database log files to human readable
45text.</para></sect3>
46
[f45b1953]47
48<sect3><title>db_recover</title>
[d306467]49<para>db_recover is used to restore a database to a consistent state
50after a failure.</para></sect3>
[f45b1953]51
52<sect3><title>db_stat</title>
[d306467]53<para>db_stat displays database environment statistics.</para></sect3>
[f45b1953]54
55<sect3><title>db_upgrade</title>
[d306467]56<para>db_upgrade is used to upgrade database files to a newer version
57of Berkeley DB.</para></sect3>
[f45b1953]58
59<sect3><title>db_verify</title>
[d306467]60<para>db_verify is used to run consistency checks on database files.</para></sect3>
[f45b1953]61
62</sect2>
63
Note: See TracBrowser for help on using the repository browser.