]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
- Add Scratch to PoolType in PostgreSQL make...tables and do not
[bacula/bacula] / bacula / kernstodo
index 6e4242a034bb4a7bcc820d55931352a172539e6b..3e2c57fb8b07475b95acea1a2353c6c1c113ec9f 100644 (file)
@@ -54,7 +54,6 @@ Document:
 
 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.
@@ -76,6 +75,11 @@ For 1.37:
 - Fix the Rescue CDROM.
 
 Maybe in 1.37:
+- Print more info when bextract -p accepts a bad block.
+- 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. 
@@ -235,6 +239,18 @@ Why:
     format string. Then I have the tape labeled automatically with weekday
     name in the correct language.
 ==========
+-  Yes, that is surely the case. I probably should turn those into Warning
+   errors. In addition, you just made me think that it might not be bad to
+   add an option to check the file size after backing up the file and
+   report if it changes. This would be done as an option because it would
+   add extra overhead.
+   Kern, good idea.  If you do do that, mention in the output: file 
+   shrunk, or file expanded, just to make it obvious to the user 
+   (without having to the refer to file size), just how the file size 
+   changed.
+   Would this option be for all file, or just one file?  Or a fileset?
 - Make output from status use html table tags for nicely 
   presenting in a browser.
 - Can one write tapes faster with 8192 byte block sizes?
@@ -1319,3 +1335,4 @@ Block Position: 0
   then list last 20 backups.
 - Finish implementation of passing all Storage and Device needs to
   the SD.
+- Move test for max wait time exceeded in job.c up -- Peter's idea.