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