]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
- Add README plus tar release to gui project.
[bacula/bacula] / bacula / kernstodo
index c30214aefbf2cc77de4569776f8294099e55931a..8da1f16093ec109897c6eab7fd6cdb78d050d7ce 100644 (file)
@@ -1,5 +1,5 @@
                     Kern's ToDo List
-                     13 August 2005
+                     01 October 2005
 
 Major development:      
 Project                     Developer
@@ -11,6 +11,7 @@ Final items for 1.37 before release:
 1. Fix bugs
 - Look at fixing restore status stats in SD.
 - Mount after manually unloading changer causes hang in SD
+- Close STDOUT if debug_level == 0
 - Check if ANSI tape labeling works with drive in
   read-only mode.
    > > btape: label.c:299 write_volume_label()
@@ -40,7 +41,6 @@ Final items for 1.37 before release:
 
 -  --without-openssl breaks at least on Solaris.
 -  Figure out how to package gui, and rescue programs.
--  Test TLS.
 -  Arno had to do -- to get update slots=x to work
    UPDATE Media SET InChanger=0,Slot=0 WHERE InChanger>0 AND Slot>0; (MySQL)
 
@@ -51,18 +51,20 @@ Final items for 1.37 before release:
       
 
 Document:
-- datadir for po files.
-- AM_GNU_GETTEXT finds the library if you specify 
-  --with-libintl-prefix
+- Does ClientRunAfterJob fail the job on a bad return code?
 - Document cleaning up the spool files:
   db, pid, state, bsr, mail, conmsg, spool
 - Document the multiple-drive-changer.txt script.
 - Pruning with Admin job.
-- Restore of all files for a Job or set of jobs even if the file
-  records have been removed from the catalog.
 - Does WildFile match against full name?  Doc.
 
 For 1.39:
+- implement a mode that says when a hard read error is
+  encountered, read many times (as it currently does), and if the
+  block cannot be read, skip to the next block, and try again.  If
+  that fails, skip to the next file and try again, ...
+- Add ACL to restore only to original location.
+- Add a recursive mark command (rmark) to restore.
 - "Minimum Job Interval = nnn" sets minimum interval between Jobs
   of the same level and does not permit multiple simultaneous
   running of that Job (i.e. lets any previous invocation finish