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