logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

debbugs-dbhash - migrate a debbugs database to hashed format

Authors

       Adam  Heath  is  primarily  responsible  for the hashed directory support in debbugs.  Colin Watson wrote
       debbugs-dbhash and this man page.

                                                                                               DEBBUGS-DBHASH(8)

Description

debbugs-dbhash  converts  an  old-style  flat  debbugs database into a new-style hashed-directory debbugs
       database, for use with debbugs 2.4 and above.

       The old database is simply copied, and otherwise  left  untouched.   The  directory  given  for  the  new
       database must not already exist.

       In  the hashed format, files with names of the form 1023.log are now stored as 23/1023.log instead.  This
       improves performance on many filesystems for debbugs installations with large numbers of bug reports.

Name

       debbugs-dbhash - migrate a debbugs database to hashed format

Synopsis

debbugs-dbhashold-db-directorynew-db-directory

Warnings

debbugs-dbhash will print a warning message for each file whose name is of a form that cannot  be  hashed
       as above.  Typical debbugs installations will have a few of these, usually index files and the like.

See Also