mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
This this is a tool to handle (dump and convert) ctdb's local tdb copies (ltdbs) without connecting to a ctdb daemon. It can be used to * dump the contents of a ltdb, printing the ctdb record header information * dump a non-clustered tdb database (like tdbdump) * convert between an ltdb and a non-clustered tdb (adding or removing ctdb headers) * convert between 64 and 32 bit ltdbs (the ctdb record headers differ by 4 bytes of padding) usage: bin/ltdbtool dump [-p] [-s{0|32|64}] <idb> bin/ltdbtool convert [-s{0|32|64}] [-o{0|32|64}] <idb> <odb> Pair-Programmed-With: Michael Adam <obnox@samba.org> (This used to be ctdb commit efcf2815711cd5371633614fb91273bd0a786da0)