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

dbd - CNID database maintenance

Author

       See CONTRIBUTORS[1]

Cnid Background

       The CNID backends maintains name to ID mappings. If you change a filename outside afpd(8) (shell, samba),
       the CNID database will not reflect that change. Netatalk tries to recover from such inconsistencies as
       gracefully as possible.

Description

dbd scans all file and directories of AFP volumes, updating the CNID database of the volume. It must be
       run with appropriate permissions i.e. as root..

Name

       dbd - CNID database maintenance

Notes

        1. CONTRIBUTORS
           https://netatalk.io/contributors

Netatalk 4.1.2                                     12 Nov 2015                                            DBD(1)

Options

       -c
           convert from "appledouble=v2" to "appledouble=ea"

       -f
           delete and recreate CNID database

       -F
           location of the afp.conf config file

       -s
           scan volume: treat the volume as read only and don't perform any filesystem modifications

       -t
           show statistics while running

       -u
           username for use with AFP volumes using user variable $u

       -v
           verbose

       -V
           display version info

See Also

cnid_metad(8), cnid_dbd(8)

Synopsis

dbd [-cfFstuvV] [volumepath]

       dbd [-V]

See Also