.TH gm-delegations-converter 8 "2016-08-01" "NorduGrid 5.3.0rc1" "NorduGrid Toolkit" .SH NAME gm-delegations-converter \- converts delegations database between supported formats .SH DESCRIPTION .B gm-delegations-converter converts delegations backend database storing information about accepted delegated credentials between supported formats. So far supported formats are Berkeley DB and SQLite. Converted database is stored in same location as the original one. Hence original database is overwritten and ready to be used immediately. .SH SYNOPSIS gm-jobs [OPTION...] .SH OPTIONS .IP "\fB-h, --help\fR" Show help for available options .IP "\fB-c, --conffile=file\fR" use specified configuration file .IP "\fB-d, --controldir=dir\fR" read information from specified control directory .IP "\fB-i, --input=database format\fR" specifies format of original database. By default the value from configuration file is used. The possible values are bdb (Berkeley DB) and sqlite (SQLite). .IP "\fB-o, --output=database format\fR" specifies format to convert database into. By default it is opposite to one specified in configuration file. .SH AUTHOR Aleksandr Konstantinov