]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
Final changes
[bacula/bacula] / bacula / kernstodo
index b3f0b3b2f9a5ac57ada8651d402525b92a6d186d..f1a4b364ccb9ba9889968049d9c206bbe7fd2ef7 100644 (file)
@@ -1,12 +1,12 @@
                     Kern's ToDo List
-                     26 April 2005
+                     28 April 2005
 
 Major development:      
 Project                     Developer
 =======                     =========                         
 TLS                         Landon Fuller
-Unicode in Win32            Thorsten Engle
-VSS                         Thorsten Engle (under consideration)
+Unicode in Win32            Thorsten Engel
+VSS                         Thorsten Engel (under consideration)
 Version 1.37                Kern (see below)
 ========================================================
 
@@ -53,6 +53,8 @@ Document:
 - Document that ChangerDevice is used for Alert command.
 
 For 1.37:
+- --without-openssl breaks at least on Solaris.
+- Move test for max wait time exceeded in job.c up -- Peter's idea.
 - Python:
   - Make a callback when Rerun failed levels is called.
   - Give Python program access to Scheduled jobs.
@@ -68,14 +70,16 @@ For 1.37:
 - Implement Maximum Job Spool Size
 - Remove all old Device resource code in Dir and code to pass it
   back in SD -- better, rework it to pass back device statistics.
-- Finish implementation of passing all Storage and Device needs to
-  the SD.
 - Check locking of resources -- be sure to lock devices where previously
   resources were locked. 
 - Add global lock on all devices when creating a device structure.
-
+- Fix the Rescue CDROM.
 
 Maybe in 1.37:
+- To mark files as deleted, run essentially a Verify to disk, and
+  when a file is found missing (MarkId != JobId), then create
+  a new File record with FileIndex == -1. This could be done
+  by the FD at the same time as the backup.
 - Fix FD JobType to be set before RunBeforeJob in FD.
 - Look at adding full Volume and Pool information to a Volume 
   label so that bscan can get *all* the info. 
@@ -1316,4 +1320,6 @@ Block Position: 0
   even after Files are pruned.
 - Delete Stripe and Copy from VolParams to save space.
 - Fix option 2 of restore -- list where file is backed up -- require Client,
-  then list last 20 backups.
\ No newline at end of file
+  then list last 20 backups.
+- Finish implementation of passing all Storage and Device needs to
+  the SD.