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