| 57 | An important feature of this command is the possibility to use |
| 58 | a simple but powerful filtering mechanism to only export the datas |
| 59 | you want. You can pass any number of filter expressions which will |
| 60 | be ANDed together to select only certain records in the database. |
| 61 | For example the filter expression <literal>username=jerome</literal> |
| 62 | would only dump datas pertaining to user <literal>jerome</literal>. |
| 63 | </para> |
| 64 | |
| 65 | <para> |
| 66 | Several keys like <literal>username</literal> are possible, but some |
| 67 | only apply to certain data types. Using a key which is not supported |
| 68 | for a particular data type will return an empty result. |
| 69 | <tip><title>Tip</title> |
| 70 | <para> |
| 71 | Please refer to dumpykota's help or manual page to obtain |
| 72 | the complete list of supported keys. |
| 73 | </para> |
| 74 | </tip> |
| 75 | </para> |
| 76 | |
| 77 | <para> |