]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/COMMANDS
Add icon to label class in page selector.
[bacula/bacula] / bacula / src / qt-console / COMMANDS
1 cancel [job=<job-name> ujobid=<unique-jobid>]
2 To be done in the context of a status dir graphical window.
3 Also in a "job resources window for job-name".
4
5 delete pool=<pool-name>
6    should ask if this would have bad effects if say media existed in the pool
7    the pool existed in the configuration file.
8
9 disable job<job-name>     and     enable job<job-name>
10 Could be done in the context of a jobs resource window which is not yet created
11
12 list
13    list ujobid<unique job name> (list job with unique name)
14    list files job=<job-name>
15   do this as a context option on page selector on joblist
16    list volumes job=<job-name>
17    list nextvolume job=<job-name>
18    list nextvol job=<job-name>
19    list nextvol job=<job-name> days=nnn
20
21 release storage=<storage-name>
22 Would need to explain what this does in bat with a dialog
23
24 setdebug
25 I'd say we could choose not to implement this in bat
26
27 unmount [ jobid=<id> | job=<job-name> ]
28 Mmmmm
29
30 update media, volume, pool, slots
31 media/volume still has more work, they are the same after all
32
33 use
34 still need to make decisions about how to handle multiple catalogs
35
36 var
37 Mmmmmm
38
39 version
40 could be done in console as long as it is explicite about that it is the version
41 of the director
42
43 quit
44 I'd like to have a disconnect graphical option.
45
46 exit
47 Not really needed
48
49 wait
50 Mmmmmmm
51
52 CONFIG FILE
53 ===========================
54 add [pool=<pool-name> storage=<storage>  jobid=<JobId>]
55 These are done from config files
56
57 create [pool=<pool-name>]
58 Done in a config file
59
60 CHOOSE NOT TO (for now at least)
61 ===========================
62 autodisplay on/off
63 could be done in the context of the console
64    This may interfere with our connection issues
65    Also, there is a configurable qt timer to automatically ask for messages
66
67 python
68 not needed from bat??
69
70 DONE
71 ===========================
72 automount on/off
73 Added buttons to the label dialog box to execute automount command
74
75 cancel jobid=<number>
76
77 delete [volume=<vol-name> job jobid=<id>]
78
79 estimate
80 Could be a dialog in the context of a jobs window.
81
82 list
83    list jobid=<id>           (list jobid id)
84    list files jobid=<id>
85    list jobmedia jobid=<id>
86    list volumes jobid=<id>
87    list jobtotals (from page selector on joblist widget)
88    The next few are accomplishable graphically with joblist class
89      list jobs
90      list job=<job-name>   (list all jobs with "job-name")
91      list jobname=<job-name>  (same as above)
92      list jobmedia
93      list jobmedia job=<job-name>
94    The next few are accomplishable graphically with the medialist class
95      list volumes
96      list volumes pool=<pool-name>
97      list volume=<volume-name>  
98      list pools
99    Accomplishable with the clients class graphically
100      list clients
101 help
102   context sensitive from page selector console
103
104 label
105 Done by kern before I started
106
107 prune files|jobs|volume client=<client-name> volume=<volume-name>
108 could add as a dialog box from both client and medialist
109
110 purge files jobid=<jobid>|job=<job-name>|client=<client-name>
111 purge volume|volume=<vol-name> (of all jobs)
112 purge jobs client=<client-name> (of all jobs)
113
114 relabel
115
116 run
117
118 reload
119
120 status
121
122 unmount storage=<storage-name> [ drive=\lt{}num\gt{} ]