]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
Restore JobIds in right order + Tru64 porting
[bacula/bacula] / bacula / kernstodo
index 6aab00fe4b1d71298eb8089501f94e4a5b8e4888..50cc64f0a410493e5a5ae7363c079ef8bdbe9f68 100644 (file)
@@ -1,21 +1,30 @@
                  Kern's ToDo List
-                  10 June 2004
+                   22 July 2004
 
 1.35 Items to do:
-- Implement SIGHUP in Dir
-- Implement fast tree insert (doubly linked list?)
 - Do tape alerts -- see tapealert.txt
-- When restore started from console, report jobid.
-- Feedback while the tree is being built.    
-- Win32 inc problem when new directory added.
-- On Win95
-   The error I when I installed 1.34.2 clients:
-   The BACULA-FD file is  
-   linked to missing export KERNEL32.DLL:GetFileAttributesExA.
-- Add link to doc in message when authentication fails.
-- Disallow using Internal database
+- Fix errno handling in win32 compat routines.
 - Add better error codes to run_program (10000+)
-
+- Revisit and revise Disaster Recovery (fix SCSI and RAID 
+  disk detection)
+- Document a get out of jail procedure if everything breaks if 
+  you lost/broke the Catalog -- do the same for "I know my
+  file is there how do I get it back?".
+- When passwords do not match, print message that points the
+  user to the doc.
+- Make Verify jobs require exclusive use of Volume as Restore 
+  jobs do.
+- Perhaps add read/write programs and/or plugins to FileSets.
+- Look at adding Client run command that will use the
+  port opened by the client.
+- Fix find_device in stored/dircmd.c:462
+- Add new DCR calling sequences everywhere in SD.
+  This will permit simultaneous use of multiple 
+  devices by a single job.
+- bscan does not put first of two volumes back with all info in
+  bscan-test.
+- Fix restore ++++ that get intermingled with "Building directory tree"
+- Solve the termcap.h problem on Solaris configure.
 
 Documentation to do: (any release a little bit at a time)
 - Document query file format.
@@ -47,19 +56,26 @@ Testing to do: (painful)
 - Test if rewind at end of tape waits for tape to rewind.
 - Test cancel at EOM.       
 
-For 1.33 Testing/Documentation:
-- Figure out how to use ssh or stunnel to protect Bacula communications.
-  Add Dan's work to manual See ssl.txt
+For 1.37 Testing/Documentation:
 - Add db check test to regression. Test each function like delete,
   purge, ...
 - If you use restore replace=never, the directory attributes for
   non-existent directories will not be restored properly.
 
 Wish list:  
+- Figure out how to make named console messages go only to that
+  console and to the non-restricted console (new console class?).
+- Make restricted console prompt for password if *ask* is set or
+  perhaps if password is undefined.
+- Implement "from ISO-date/time every x hours/days/weeks/months" in
+  schedules.
+- Compaction of Disk space by "migrating" Volumes that have pruned
+  Jobs (what criteria? size, #jobs, time).
+- Add prune all command
+- Document fact that purge can destroy a part of a restore by purging
+  one volume while others remain valid -- perhaps mark Jobs.
 - Add multiple-media-types.txt
 - look at mxt-changer.html
-- Document a get out of jail procedure if everything breaks if you lost/broke
-  the Catalog.
 - Make ? do a help command (no return needed).
 - Implement restore directory.
 - Add All Local Partitions = yes to new style saves.
@@ -82,7 +98,7 @@ Wish list:
 - Add tree pane to left of window.
 - Add progress meter.
 - Polling does not work for restore. It tries a number of times,
-  gives up, and crashes the FD.
+  gives up, and crashes the SD.
 - Lock jcr_chain when doing attach/detach in acquire.c
 - Add assert in free_jcr if attach/detach chain active.
 - Max wait time or max run time causes seg fault -- see runtime-bug.txt
@@ -1069,3 +1085,32 @@ Block Position: 0
   mount it.
 - Implement Fixed storage LabelFormat test.
 - Add reporting in attr despooling.
+- Figure out how to use ssh or stunnel to protect Bacula communications.
+  Add Dan's work to manual See ssl.txt
+
+==== Done in 1.35.0
+- Implement fast tree insert (doubly linked list)
+- Disallow using Internal database
+- Feedback while the restore tree is being built.    
+- Add detection of Whitebox release in ./configure
+- Add InChanger to "list media"
+- Implement second cut of SIGHUP in Dir
+  (Implement resources on a single pointer)
+- Add regular expressions to FileSets (needs testing).
+- Test new despooling error recovery code when partition fills.
+- Sort Scheduled jobs status listing by start time.
+- Add priority to Scheduled jobs status listing.
+- Look at Win32 inc problem when new directory added files not saved???
+- Require resource names to be unique.
+- Make sure that all errors from libacl are printed.
+- Make FD run on Win95 if possible (not really possible).
+- Fix GROUP BYs in all SQL (done by Dan -- thanks)
+- Make entering multiple Storage names in Dir illegal.
+- Make btape release the drive during the "test" append.
+- Fix restore:
+   You have selected the following JobIds: 739,856,797
+   Building directory tree for JobId 739 ...
+   Building directory tree for JobId 856 ...
+   Building directory tree for JobId 797 ...3 
+   Jobs inserted into the tree.
+