Show
Ignore:
Timestamp:
02/21/05 01:15:37 (19 years ago)
Author:
jalet
Message:

Updated manual pages

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/man/el_GR/dumpykota.1

    r1894 r2086  
    1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33. 
    2 .TH DUMPYKOTA "1" "����2004" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35. 
     2.TH DUMPYKOTA "1" "����2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 dumpykota \- manual page for dumpykota 1.20_unofficial 
     4dumpykota \- manual page for dumpykota 1.21alpha27_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.20_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
     6dumpykota v1.21alpha27_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
    77.PP 
    8 ��� ����������� PyKota. 
     8Dumps PyKota database's content. 
    99.PP 
    10 ���� ��� 
     10command line usage : 
    1111.IP 
    12 dumpykota [��� 
     12dumpykota [options] [filterexpr] 
    1313.PP 
    14 ���: 
     14options : 
    1515.TP 
    1616\fB\-v\fR | \fB\-\-version\fR 
    17 ��� �����dumpykota� ���. 
     17Prints dumpykota's version number then exits. 
    1818.TP 
    1919\fB\-h\fR | \fB\-\-help\fR 
    20 ��� ����� ���. 
     20Prints this message then exits. 
    2121.TP 
    2222\fB\-d\fR | \fB\-\-data\fR type 
    23 ��� ���'��������� 
     23Dumps 'type' datas. Allowed types are : 
    2424.IP 
    25 - history : ��� ������. 
    26 - users : ��� �� 
    27 - groups : ��� �� �� 
    28 - printers : ��� ���. 
    29 - upquotas : ��� ����- gpquotas : ��� ������- payments : ��� ��� �� 
    30 - pmembers : ��� ������ 
    31 - umembers : ��� �������.IP 
    32 ��� ����\fB\-d\fR | \fB\-\-data\fR ��������.TP 
     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 
     35NB : the \fB\-d\fR | \fB\-\-data\fR command line option 
     36is MANDATORY. 
     37.TP 
    3338\fB\-f\fR | \fB\-\-format\fR fmt 
    34 ��� ���������� ��� 
    35 ��� ������sv (���������� ����������������������� 
    36 ���������� ��: 
     39Dumps datas in the 'fmt' format. When not specified, 
     40the format is to dump datas in the csv format (comma 
     41separated values). All data dumped is between double 
     42quotes. Allowed formats are : 
    3743.IP 
    38 - csv : ������ ��� ssv : ������ ������ 
    39 - tsv : ������ ���(tabs) 
    40 - xml : ��� ��� �L 
     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 
     50ONLY AVAILABLE WITH \fB\-\-data\fR history 
    4151.TP 
    42 \fB\-o\fR | \fB\-\-output\fR ���������� �� ��'� 
    43 ���������� ��������� � '-' � ����� ����� ������ � �� ���������� �����������! 
     52\fB\-o\fR | \fB\-\-output\fR fname 
     53All datas will be dumped to the file instead of 
     54to the standard output. The special '\-' filename 
     55is the default value and means stdout. 
     56WARNING : existing files are truncated ! 
     57.IP 
     58Use the filter expressions to extract only parts of the 
     59datas. Allowed filters are of the form : 
     60.IP 
     61key=value 
     62.IP 
     63Allowed keys for now are : 
     64.TP 
     65username 
     66User's name 
     67.TP 
     68groupname 
     69Users group's name 
     70.TP 
     71printername 
     72Printer's name 
     73.TP 
     74pgroupname 
     75Printers group's name 
     76.IP 
     77Contrary to other PyKota management tools, wildcard characters are not 
     78expanded, so you can't use them. 
     79.IP 
     80NB : not all keys are allowed for each data type, so the result may be 
     81empty if you use a key not available for a particular data type. 
    4482.PP 
    45 ����� 
     83Examples : 
    4684.IP 
    4785\f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
    4886.IP 
    49 ���������� ���� ��������� ��������� ��.IP 
     87This dumps the history in a comma separated values file, for possible 
     88use in a spreadsheet. 
     89.IP 
    5090\f(CW$ dumpykota --data users --format xml -o users.xml\fR 
    5191.IP 
    52 ���� ��������� users.xml . 
     92Dumps all users datas to the users.xml file. 
     93.IP 
     94\f(CW$ dumpykota --data history printername=HP2100 username=jerome\fR 
     95.IP 
     96Dumps the job history for user jerome on printer HP2100 only. 
    5397.PP 
    5498This program is free software; you can redistribute it and/or modify 
     
    64108You should have received a copy of the GNU General Public License 
    65109along with this program; if not, write to the Free Software 
    66 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
     110Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111\-1307, USA. 
    67111.PP 
    68 ��� ��� �� e-mail � Jerome Alet - alet@librelogiciel.com 
     112Please e\-mail bugs to: Jerome Alet \- alet@librelogiciel.com