mod_bt - Making things better for seeders

Documentation



NAME

btt_db2xml - Dump a tracker's infohash data as XML.


SYNOPSIS

    btt_db2xml [--master] /path/to/tracker > tracker-backup.xml


DESCRIPTION

btt_db2xml will print an XML document to standard output, containing an Infohash tag for each infohash encountered in a mod_bt tracker database. This XML document serves as a backup and can be later be read by the btt_xml2db utility to populate a mod_bt tracker.


SWITCHES

--master

Connect to the database as it's master; you should use this option only if no other processes are connected to the database.

--help

Displays brief usage instructions.


BUGS

The path to the tracker must be an absolute path, relative paths are not permitted. This is a limitation of Berkeley DB that will be addressed in a future version.

There's no formal XML schema or DTD for the tracker XML format (yet). It's fairly simple though!


LICENSE

Copyright 2006 Tyler ``Crackerjack'' MacDonald <tyler@yi.org> This is free software; you may use it under the terms of the Apache License 2.0, included with the mod_bt distribution.


SEE ALSO

btt_xml2db