From c7a26b1cccde8ea5bf0e0568823e855fa4275a8c Mon Sep 17 00:00:00 2001 From: Dirk H Bartley Date: Mon, 30 Apr 2007 01:56:22 +0000 Subject: [PATCH] A file to keep track of commands that have been implemented and not implemented git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4665 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/commands | 92 ++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 bacula/src/qt-console/commands diff --git a/bacula/src/qt-console/commands b/bacula/src/qt-console/commands new file mode 100644 index 0000000000..c3272a872e --- /dev/null +++ b/bacula/src/qt-console/commands @@ -0,0 +1,92 @@ +add [pool= storage= jobid=] +These are done from config files + +autodisplay on/off +could be done in the context of the console + +automount on/off +could be done in the context of the console, because is for after a label +command as opposed to a property of a storage device + +cancel [jobid= job= ujobid=] +To be done in the context of a status dir graphical window. + +create [pool=] +Done in a config file + +delete [volume= pool= job jobid=] +not done for pool yet + +disable job and enable job +Could be done in the context of a jobs window which is not yet created + +estimate +Could be a dialog in the context of a jobs window. + +help +could be in the console window + +label +Done by kern before I started + +list +many are done or are reproduced by having windows + +llist +same as list + +python +not needed from bat?? + +prune files|jobs|volume client= volume= +Should add as a dialog box from both client and medialist + +purge files jobid=|job=|client= +purge jobs client= (of all jobs) +purge volume|volume= (of all jobs) + this one is done from media + +relabel +done + +release storage= +Would need to explain what this does in bat with a dialog + +reload +could be done in console or on director's page selector widget + +run +done + +setdebug +I'd say we could choose not to implement this in bat + +status +done, want to implement graphically + +unmount storage= [ drive=\lt{}num\gt{} ] +done +unmount [ jobid= | job= ] +Mmmmm + +update media, volume, pool, slots +media/volume still has more work, they are the same after all + +use +still need to make decisions about how to handle multiple catalogs + +var +Mmmmmm + +version +could be done in console as long as it is explicite about that it is the version +of the director + +quit +I'd like to have a disconnect graphical option. + +exit +Not really needed + +wait +Mmmmmmm -- 2.39.5