From: Eric Bollengier Date: Tue, 9 Mar 2010 12:21:11 +0000 (+0100) Subject: update projects item 6 X-Git-Tag: Release-7.0.0~2083 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e6716fcdc66671a5f7ac1498651eb1a84c8a959e;p=bacula%2Fbacula update projects item 6 --- diff --git a/bacula/projects b/bacula/projects index b27cd56dd7..6f6e44e05f 100644 --- a/bacula/projects +++ b/bacula/projects @@ -302,7 +302,16 @@ What: Provide some means, possibly by a restricted console that established by the FD to the Director for the backup so that a Director that is firewalled can do the backup. Why: Makes backup of laptops much easier. -Notes: This project consists of the following points +Notes: - The FD already has code for the monitor interface + - It could be nice to have a .job command that lists authorized + jobs. + - Commands need to be restricted on the Director side + (for example by re-using the runscript flag) + - The Client resource can be used to authorize the connection + - In a first time, the client can't modify job parameters + - We need a way to run a status command to follow job progression + + This project consists of the following points 1. Modify the FD to have a "mini-console" interface that permits it to connect to the Director and start a backup job of itself.