]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/COMMANDS
0d2c16065e0221c22c0efa37d0cdea96d58a0364
[bacula/bacula] / bacula / src / qt-console / COMMANDS
1 autodisplay on/off
2 could be done in the context of the console
3
4 automount on/off
5 could be done in the context of the console, because is for after a label
6 command as opposed to a property of a storage device
7
8 cancel [jobid=<number> job=<job-name> ujobid=<unique-jobid>]
9 To be done in the context of a status dir graphical window.
10
11 delete pool=<pool-name>
12
13 disable job<job-name>     and     enable job<job-name>
14 Could be done in the context of a jobs window which is not yet created
15
16 estimate
17 Could be a dialog in the context of a jobs window.
18
19 help
20 could be in the console window
21
22 list
23 many are done or are reproduced by having windows
24
25 llist
26 same as list
27
28 python
29 not needed from bat??
30
31 prune files|jobs|volume client=<client-name> volume=<volume-name>
32 Should add as a dialog box from both client and medialist
33
34 purge files jobid=<jobid>|job=<job-name>|client=<client-name>
35 purge jobs client=<client-name> (of all jobs)
36 purge volume|volume=<vol-name> (of all jobs)
37   this one is done from media
38
39 release storage=<storage-name>
40 Would need to explain what this does in bat with a dialog
41
42 reload
43 could be done in console or on director's page selector widget
44
45 run
46 done
47
48 setdebug
49 I'd say we could choose not to implement this in bat
50
51 status
52 done, want to implement graphically
53
54 unmount storage=<storage-name> [ drive=\lt{}num\gt{} ]
55 done
56 unmount [ jobid=<id> | job=<job-name> ]
57 Mmmmm
58
59 update media, volume, pool, slots
60 media/volume still has more work, they are the same after all
61
62 use
63 still need to make decisions about how to handle multiple catalogs
64
65 var
66 Mmmmmm
67
68 version
69 could be done in console as long as it is explicite about that it is the version
70 of the director
71
72 quit
73 I'd like to have a disconnect graphical option.
74
75 exit
76 Not really needed
77
78 wait
79 Mmmmmmm
80
81 CONFIG FILE
82 ===========================
83 add [pool=<pool-name> storage=<storage>  jobid=<JobId>]
84 These are done from config files
85
86 create [pool=<pool-name>]
87 Done in a config file
88
89
90 DONE
91 ===========================
92
93 label
94 Done by kern before I started
95
96 delete [volume=<vol-name> job jobid=<id>]
97
98 relabel
99 done