From: Eric Bollengier Date: Fri, 11 Aug 2017 14:46:19 +0000 (+0200) Subject: Add delete client bconsole command X-Git-Tag: Release-9.2.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba273bf52f59f74e14e0f6eda4714cfcf5a63ca;p=thirdparty%2Fbacula.git Add delete client bconsole command --- diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index b9fd55c51..ba1055a8b 100644 --- a/bacula/src/dird/ua_cmds.c +++ b/bacula/src/dird/ua_cmds.c @@ -1541,6 +1541,7 @@ static int delete_cmd(UAContext *ua, const char *cmd) NT_("pool"), NT_("jobid"), NT_("snapshot"), + NT_("client"), NULL}; /* Deleting large jobs can take time! */ @@ -1698,6 +1699,7 @@ static int delete_volume(UAContext *ua) /* * Delete a pool record from the database -- dangerous + * TODO: Check if the resource is still defined? */ static int delete_pool(UAContext *ua) {