1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. |
---|
2 | .TH DUMPYKOTA "1" "�G��005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" |
---|
3 | .SH NAME |
---|
4 | dumpykota \- manual page for dumpykota 1.21beta_unofficial |
---|
5 | .SH DESCRIPTION |
---|
6 | dumpykota v1.21beta_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres |
---|
7 | .PP |
---|
8 | Dumps PyKota database's content. |
---|
9 | .PP |
---|
10 | command line usage : |
---|
11 | .IP |
---|
12 | dumpykota [options] [filterexpr] |
---|
13 | .PP |
---|
14 | options : |
---|
15 | .TP |
---|
16 | \fB\-v\fR | \fB\-\-version\fR |
---|
17 | Prints dumpykota's version number then exits. |
---|
18 | .TP |
---|
19 | \fB\-h\fR | \fB\-\-help\fR |
---|
20 | Prints this message then exits. |
---|
21 | .TP |
---|
22 | \fB\-d\fR | \fB\-\-data\fR type |
---|
23 | Dumps 'type' datas. Allowed types are : |
---|
24 | .IP |
---|
25 | \- history : dumps the jobs history. |
---|
26 | \- users : dumps users. |
---|
27 | \- groups : dumps user groups. |
---|
28 | \- printers : dump printers. |
---|
29 | \- upquotas : dump user quotas. |
---|
30 | \- gpquotas : dump user groups quotas. |
---|
31 | \- payments : dumps user payments. |
---|
32 | \- pmembers : dumps printer groups members. |
---|
33 | \- umembers : dumps user groups members. |
---|
34 | .IP |
---|
35 | NB : the \fB\-d\fR | \fB\-\-data\fR command line option |
---|
36 | is MANDATORY. |
---|
37 | .TP |
---|
38 | \fB\-f\fR | \fB\-\-format\fR fmt |
---|
39 | Dumps datas in the 'fmt' format. When not specified, |
---|
40 | the format is to dump datas in the csv format (comma |
---|
41 | separated values). All data dumped is between double |
---|
42 | quotes. Allowed formats are : |
---|
43 | .IP |
---|
44 | \- csv : separate datas with commas |
---|
45 | \- ssv : separate datas with semicolons |
---|
46 | \- tsv : separate datas with tabs |
---|
47 | \- xml : dump data as XML |
---|
48 | \- cups : dump datas in CUPS' page_log format : |
---|
49 | .IP |
---|
50 | ONLY AVAILABLE WITH \fB\-\-data\fR history |
---|
51 | .TP |
---|
52 | \fB\-o\fR | \fB\-\-output\fR fname |
---|
53 | All datas will be dumped to the file instead of |
---|
54 | to the standard output. The special '\-' filename |
---|
55 | is the default value and means stdout. |
---|
56 | WARNING : existing files are truncated ! |
---|
57 | .IP |
---|
58 | Use the filter expressions to extract only parts of the |
---|
59 | datas. Allowed filters are of the form : |
---|
60 | .IP |
---|
61 | key=value |
---|
62 | .IP |
---|
63 | Allowed keys for now are : |
---|
64 | .TP |
---|
65 | username |
---|
66 | User's name |
---|
67 | .TP |
---|
68 | groupname |
---|
69 | Users group's name |
---|
70 | .TP |
---|
71 | printername |
---|
72 | Printer's name |
---|
73 | .TP |
---|
74 | pgroupname |
---|
75 | Printers group's name |
---|
76 | .IP |
---|
77 | Contrary to other PyKota management tools, wildcard characters are not |
---|
78 | expanded, so you can't use them. |
---|
79 | .IP |
---|
80 | NB : not all keys are allowed for each data type, so the result may be |
---|
81 | empty if you use a key not available for a particular data type. |
---|
82 | .PP |
---|
83 | Examples : |
---|
84 | .IP |
---|
85 | \f(CW$ dumpykota --data history --format csv >myfile.csv\fR |
---|
86 | .IP |
---|
87 | This dumps the history in a comma separated values file, for possible |
---|
88 | use in a spreadsheet. |
---|
89 | .IP |
---|
90 | \f(CW$ dumpykota --data users --format xml -o users.xml\fR |
---|
91 | .IP |
---|
92 | Dumps all users datas to the users.xml file. |
---|
93 | .IP |
---|
94 | \f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR |
---|
95 | .IP |
---|
96 | Dumps the job history for user jerome on printer HP2100 only. |
---|
97 | .PP |
---|
98 | This program is free software; you can redistribute it and/or modify |
---|
99 | it under the terms of the GNU General Public License as published by |
---|
100 | the Free Software Foundation; either version 2 of the License, or |
---|
101 | (at your option) any later version. |
---|
102 | .PP |
---|
103 | This program is distributed in the hope that it will be useful, |
---|
104 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
105 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
106 | GNU General Public License for more details. |
---|
107 | .PP |
---|
108 | You should have received a copy of the GNU General Public License |
---|
109 | along with this program; if not, write to the Free Software |
---|
110 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111\-1307, USA. |
---|
111 | .PP |
---|
112 | Please e\-mail bugs to: Jerome Alet \- alet@librelogiciel.com |
---|