Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
d80fd2ec
Commit
d80fd2ec
authored
33 years ago
by
Linus Tolke
Browse files
Options
Downloads
Patches
Plain Diff
Lite detaljer fixade.
parent
edd239b4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/man/dbck.8
+52
-11
52 additions, 11 deletions
doc/man/dbck.8
doc/man/man8/dbck.8
+52
-11
52 additions, 11 deletions
doc/man/man8/dbck.8
with
104 additions
and
22 deletions
doc/man/dbck.8
+
52
−
11
View file @
d80fd2ec
.\" $Id: dbck.8,v 1.
1
1991/08/22
19:5
5:3
3
linus Exp $
.\" $Id: dbck.8,v 1.
2
1991/08/22
21:1
5:3
8
linus Exp $
.\" $Date: 1991/08/22
19:5
5:3
3
$
.\" $Date: 1991/08/22
21:1
5:3
8
$
.TH dbck 8 "August 22, 1991"
.TH dbck 8 "August 22, 1991"
.SH NAME
.SH NAME
dbck -
checks and fixes the database up, removes unreferenced text
s
dbck -
reports and corrects errors in the LysKOM database. Thi
s
from the texts file.
program is also used remove unreferenced texts
from the texts file.
.SH SYNOPSIS
.SH SYNOPSIS
.B /usr/lyskom/bin/dbck
.B /usr/lyskom/bin/dbck
[
[
.B -Dirvg
.B -D
.I database-directory
] [
.B -irvg
]
]
.SH DESCRIPTION
.SH DESCRIPTION
This program
i
s run after something has happened that has made the
This program s
hould be
run after something has happened that has made the
database corrupted.
database corrupted.
.PP
.PP
It fixes the database, checking all references, rewriting the file
It fixes the database, checking all references.
with all the text.
.PP
With argument
.B -g
the file with texts are rewritten without all unreferenced texts and
all pointers are adjusted. This does only happen if the database was
correct.
.PP
If none of the options
.B -r
or
.B -g
are given the database is not changed.
.SH OPTIONS
.SH OPTIONS
.TP
.TP
.BI \-D " database
directory"
.BI \-D " database
-
directory"
Use the database in the
Use the database in the
.I database
directory
.I database
-
directory
as the target of the checkup.
as the target of the checkup.
.br
Example: If your database is in
.ft B
$HOME/lyskom/db
.ft R
you should use the command
.ft B
.br
/usr/lyskom/bin/dbck -D $HOME/lyskom
.ft R
.TP
.TP
.B \-i
.B \-i
Run interactively asking the user questions.
Run interactively asking the user questions.
...
@@ -36,7 +60,24 @@ database.
...
@@ -36,7 +60,24 @@ database.
Do the garbage collect of the texts part of the database. This is
Do the garbage collect of the texts part of the database. This is
sometimes called a compression of the text but it only removes
sometimes called a compression of the text but it only removes
non-referenced texts.
non-referenced texts.
.SH FILES
.TP 20
.B /usr/lyskom
Default database directory.
.TP
.RB database-directory /db/ramkomd-data
File with all the elements and pointers.
.TP
.RB database-directory /db/ramkomd-texts
File with the texts.
.TP
.RB database-directory /db/ramkomd-backup
Backup file with all data.
.SH BUGS
.SH BUGS
Does not lock the database.
.PP
Does never check if the database is locked.
.PP
Should have an unlock database option.
.SH AUTHOR
.SH AUTHOR
Per Cederqvist <ceder@lysator.liu.se>
Per Cederqvist <ceder@lysator.liu.se>
This diff is collapsed.
Click to expand it.
doc/man/man8/dbck.8
+
52
−
11
View file @
d80fd2ec
.\" $Id: dbck.8,v 1.
1
1991/08/22
19:5
5:3
3
linus Exp $
.\" $Id: dbck.8,v 1.
2
1991/08/22
21:1
5:3
8
linus Exp $
.\" $Date: 1991/08/22
19:5
5:3
3
$
.\" $Date: 1991/08/22
21:1
5:3
8
$
.TH dbck 8 "August 22, 1991"
.TH dbck 8 "August 22, 1991"
.SH NAME
.SH NAME
dbck -
checks and fixes the database up, removes unreferenced text
s
dbck -
reports and corrects errors in the LysKOM database. Thi
s
from the texts file.
program is also used remove unreferenced texts
from the texts file.
.SH SYNOPSIS
.SH SYNOPSIS
.B /usr/lyskom/bin/dbck
.B /usr/lyskom/bin/dbck
[
[
.B -Dirvg
.B -D
.I database-directory
] [
.B -irvg
]
]
.SH DESCRIPTION
.SH DESCRIPTION
This program
i
s run after something has happened that has made the
This program s
hould be
run after something has happened that has made the
database corrupted.
database corrupted.
.PP
.PP
It fixes the database, checking all references, rewriting the file
It fixes the database, checking all references.
with all the text.
.PP
With argument
.B -g
the file with texts are rewritten without all unreferenced texts and
all pointers are adjusted. This does only happen if the database was
correct.
.PP
If none of the options
.B -r
or
.B -g
are given the database is not changed.
.SH OPTIONS
.SH OPTIONS
.TP
.TP
.BI \-D " database
directory"
.BI \-D " database
-
directory"
Use the database in the
Use the database in the
.I database
directory
.I database
-
directory
as the target of the checkup.
as the target of the checkup.
.br
Example: If your database is in
.ft B
$HOME/lyskom/db
.ft R
you should use the command
.ft B
.br
/usr/lyskom/bin/dbck -D $HOME/lyskom
.ft R
.TP
.TP
.B \-i
.B \-i
Run interactively asking the user questions.
Run interactively asking the user questions.
...
@@ -36,7 +60,24 @@ database.
...
@@ -36,7 +60,24 @@ database.
Do the garbage collect of the texts part of the database. This is
Do the garbage collect of the texts part of the database. This is
sometimes called a compression of the text but it only removes
sometimes called a compression of the text but it only removes
non-referenced texts.
non-referenced texts.
.SH FILES
.TP 20
.B /usr/lyskom
Default database directory.
.TP
.RB database-directory /db/ramkomd-data
File with all the elements and pointers.
.TP
.RB database-directory /db/ramkomd-texts
File with the texts.
.TP
.RB database-directory /db/ramkomd-backup
Backup file with all data.
.SH BUGS
.SH BUGS
Does not lock the database.
.PP
Does never check if the database is locked.
.PP
Should have an unlock database option.
.SH AUTHOR
.SH AUTHOR
Per Cederqvist <ceder@lysator.liu.se>
Per Cederqvist <ceder@lysator.liu.se>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment