From ed62301f6106aef5892cf6c7098c0b3ee85269d6 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 9 Sep 2005 18:28:55 +0000 Subject: [PATCH] Update projects git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2387 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kernstodo | 21 +++++++++++++++++++++ bacula/projects | 8 ++------ 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/bacula/kernstodo b/bacula/kernstodo index 3218418e83..e776397371 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -69,6 +69,27 @@ For 1.39: } else { Dmsg1(200, "Restore node: %s\n", attr->ofname); if (mknod(attr->ofname, attr->statp.st_mode, attr->statp.st_rdev) != 0 && errno != EEXIST) { +- From: Arunav Mandal + 1. When jobs are running and bacula for some reason crashes or if I do a + restart it remembers and jobs it was running before it crashed or restarted + as of now I loose all jobs if I restart it. + + 2. When spooling and in the midway if client is disconnected for instance a + laptop bacula completely discard the spool. It will be nice if it can write + that spool to tape so there will be some backups for that client if not all. + + 3. We have around 150 clients machines it will be nice to have a option to + upgrade all the client machines bacula version automatically. + + 4. Atleast one connection should be reserved for the bconsole so at heavy load + I should connect to the director via bconsole which at sometimes I can't + + 5. Another most important feature that is missing, say at 10am I manually + started backup of client abc and it was a full backup since client abc has + no backup history and at 10.30am bacula again automatically started backup of + client abc as that was in the schedule. So now we have 2 multiple Full + backups of the same client and if we again try to start a full backup of + client backup abc bacula won't complain. That should be fixed. - Fix bpipe.c so that it does not modify results pointer. ***FIXME*** calling sequence should be changed. diff --git a/bacula/projects b/bacula/projects index 5b4fb7cef5..44d1141714 100644 --- a/bacula/projects +++ b/bacula/projects @@ -1,13 +1,9 @@ Projects: Bacula Projects Roadmap - 22 July 2005 + 09 September 2005 -The following major projects are scheduled for 1.37: - - -Below, you will find more information on those projects as -well of other projects planned at a future time. +Below, you will find more information on future projects: Item 1: Implement Base jobs. Status: Voted by users not to be implemented in 1.37 -- 2.39.5