]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/COMMANDS
f2ffca09dbde2248ef9bb2d4a9a735c1f0d2d2d8
[bacula/bacula] / bacula / src / qt-console / COMMANDS
1 cancel [jobid=<number> 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 estimate
13 Could be a dialog in the context of a jobs window.
14
15 list
16 many are done or are reproduced by having windows
17
18 llist
19 same as list
20
21 prune files|jobs|volume client=<client-name> volume=<volume-name>
22 Should 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 reload
28 could be done in console or on director's page selector widget
29
30 run
31 done
32
33 setdebug
34 I'd say we could choose not to implement this in bat
35
36 status
37 done, want to implement graphically
38
39 unmount storage=<storage-name> [ drive=\lt{}num\gt{} ]
40 done
41 unmount [ jobid=<id> | job=<job-name> ]
42 Mmmmm
43
44 update media, volume, pool, slots
45 media/volume still has more work, they are the same after all
46
47 use
48 still need to make decisions about how to handle multiple catalogs
49
50 var
51 Mmmmmm
52
53 version
54 could be done in console as long as it is explicite about that it is the version
55 of the director
56
57 quit
58 I'd like to have a disconnect graphical option.
59
60 exit
61 Not really needed
62
63 wait
64 Mmmmmmm
65
66 CONFIG FILE
67 ===========================
68 add [pool=<pool-name> storage=<storage>  jobid=<JobId>]
69 These are done from config files
70
71 create [pool=<pool-name>]
72 Done in a config file
73
74 CHOOSE NOT TO (for now at least)
75 ===========================
76 autodisplay on/off
77 could be done in the context of the console
78    This may interfere with our connection issues
79    Also, there is a configurable qt timer to automatically ask for messages
80
81 python
82 not needed from bat??
83
84 DONE
85 ===========================
86 automount on/off
87 Added buttons to the label dialog box to execute automount command
88
89 delete [volume=<vol-name> job jobid=<id>]
90
91 help
92 could be in the console window
93
94 label
95 Done by kern before I started
96
97 purge files jobid=<jobid>|job=<job-name>|client=<client-name>
98 purge volume|volume=<vol-name> (of all jobs)
99 purge jobs client=<client-name> (of all jobs)
100
101 relabel
102 done