]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
Fix setip crash + missing unlocks()+cleanups
[bacula/bacula] / bacula / kernstodo
index b5919192317c76bf8052f161b0bd402b8b72f581..e83f1d281c06e23c34fbddf57063e76526e30af6 100644 (file)
@@ -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.
@@ -1217,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