]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
Fix setip crash + missing unlocks()+cleanups
[bacula/bacula] / bacula / kernstodo
index 89de4c46fa1179cda54d3087125a31ad662e5a27..e83f1d281c06e23c34fbddf57063e76526e30af6 100644 (file)
@@ -1,5 +1,5 @@
                  Kern's ToDo List
-                 17 January 2004
+                 27 January 2004
 
 Documentation to do: (any release a little bit at a time)
 - Document running a test version.
@@ -70,12 +70,23 @@ For 1.33 Testing/Documentation:
      http://howtos.linux.com/guides/nag2/x-087-2-nfs.mountd.shtml
 
 For 1.33
-- Rescue builds incorrect script files on Rufus.
-- Write a Qmsg() to be used in bnet.c to prevent recursion. Queue the
+- Allow "delete job jobid=xx jobid=xxx".   
+- Allow "delete job jobid=xxx,yyy,aaa-bbb" i.e. list + ranges.
+- Implement multiple Volume in "purge jobs volume=".
+- Implement a JobSet, which groups any number of jobs. If the
+  JobSet is started, all the jobs are started together.
+  Allow Pool, Level, and Schedule overrides.
+- Enhance cancel to timout BSOCK packets after a specific delay.
+- When I restore to Windows the Created, Accessed and Modifiedtimes are
+  those of the time of the restore, not those of the originalfile.  
+  The dates you will find in your restore log seem to be the original
+   creation dates
+- Rescue builds incorrect script files on Rufus.  
+- Write a Qmsg() to be used in bnet.c to prevent recursion.  Queue the
   message. If dequeueing toss the messages. Lock while dequeuing so that
   it cannot be called recursively and set dequeuing flag.
-- Look at ASSERT() at 384 src/lib/bnet.c
-- Add all pools in Dir conf to DB.
+- Add all pools in Dir conf to DB also update them to catch changed
+  LabelFormats and such.
 - Symbolic link a directory to another one, then backup the symbolic
   link.
 - Build console in client-only build.
@@ -249,6 +260,13 @@ For 1.33
   In SD allow Device to have Multiple MediaTypes
 
 After 1.33:
+- Look at www.nu2.nu/pebuilder as a helper for full windows
+  bare metal restore.
+From Chris Hull:
+   it seems to be complaining about 12:00pm which should be a valid 12
+   hour time.  I changed the time to 11:59am and everything works fine.
+   Also 12:00am works fine.  0:00pm also works (which I don't think
+   should).  None of the values 12:00pm - 12:59pm work for that matter.
 Ideas from Jerry Scharf:
   First let's point out some big pluses that bacula has for this
         it's open source
@@ -1210,3 +1228,4 @@ Done: (see kernsdone for more)
      Incremental Backup Pool = yyy
      Differential Backup Pool = zzz
    }
+- Look at ASSERT() at 384 src/lib/bnet.c