]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
Add SD heartbeat
[bacula/bacula] / bacula / kernstodo
index ab28162dc342262e66e2951342752ac9d24699a2..40ec0450ace08831225b48a1d8336f0db5882414 100644 (file)
@@ -1,11 +1,10 @@
                  Kern's ToDo List
-                  22 April 2003 
+                  28 April 2003 
 
-Documentation to do: (a little bit at a time)
+Documentation to do: (any release a little bit at a time)
 - Document running a test version.
 - Document query file format.
 - Document static linking
-- Document how to automatically backup all local partitions
 - Document problems with Verify and pruning.
 - Document how to use multiple databases.
 - Add a section to the doc on Manual cycling of Volumes.
@@ -16,22 +15,27 @@ Testing to do: (painful)
 - blocksize recognition code.
 - multiple simultaneous Volumes
 
-For 1.30 release:
-- Bug: up arrow prints garbage in command line on gnome-console!
-- Bug: fix access problems on files restored on WinXP (possibly do
-       this in a later update.
-- Fix Bare Metal restore problem.
+For 1.30a release:
+- Examine Bare Metal restore problem.
 - Test multiple simultaneous Volumes
-
-- Document new immediate File save configuration (walk user
-  through first save to file Volume with automatic Volume labeling?).
-- Document OPTIMIZE TABLE in MySQL
-- Document logrotate
+- Document FInclude ...
 
 - Figure out how to use ssh or stunnel to protect Bacula communications.
 
 After 1.30:
+- Fix command prompt in gnome-console by checking on Ready.
+- Implement HEART_BEAT while SD waiting for tapes.
+- Include RunBeforeJob and RunAfterJob output in the message
+  stream.
+- Check if Job/File retentions apply to multivolume jobs.
+- Change M_INFO to M_RESTORED for all restored files.
+- Remove subsysdir from conf files (used only in autostart scripts).
+- Implement console @echo command.
+- Implement global with DB name and add to btraceback.gdb
+- Bug: fix access problems on files restored on WinXP.
 - Implement a Slot priority (loaded/not loaded).
+- Implement "vacation" Incremental only saves.
+- Implement single pane restore (much like the Gftp panes).
 - Implement Automatic Mount even in operator wait.
 - Implement create "FileSet"?
 - Implement Release Device in the Job resource to unmount a drive.
@@ -49,8 +53,6 @@ After 1.30:
 - Implement restore "current system", but take all files without
   doing selection tree -- so that jobs without File records can
   be restored.
-- Implement scheduling of one time "run" jobs (i.e. instead of
-  starting immediately start at some specified time).
 - Make | and < work on FD side.
 - Pass prefix_links to FD.
 - Implement a M_SECURITY message class.
@@ -975,4 +977,11 @@ rufus-dir: Volume used once. Marking Volume "File0003" as Used.
 - Document Ludovic Strappazon's Win32 raw device save/restore.
 - Document not to restore .journal .autofsck
 - Document labeling a whole magazine using "cat"
-
+- Document how to automatically backup all local partitions
+- Document logrotate
+- Document OPTIMIZE TABLE in MySQL
+- Document new immediate File save configuration (walk user
+  through first save to file Volume with automatic Volume labeling?).
+- Implement scheduling of one time "run" jobs (i.e. instead of
+  starting immediately start at some specified time).
+- Bug: up arrow prints garbage in command line on gnome-console!