]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
ebl Add statistics prunning code
[bacula/bacula] / bacula / kernstodo
index e15506656f620ecab7ddded337266b5f68206a4b..61affa3457fff095fda0b1f2af7171163a566cd7 100644 (file)
@@ -70,21 +70,7 @@ Professional Needs:
    and http://www.openeyet.nl/scc/ for managing customer changes
 
 Priority:
-> There's definitely something fishy in the recording of start and
-> end blocks in the JOBMEDIA table.  This is a snip from last night's
-> incremental run (still using 2.2.8 plus the four published patches, plus
-> my posted fix for the jobmedia patch):
->
->  JmId | JID | MId | FI | LI | Sfile | Efile | Sblock | Eblock
->- 119 |   26 |   3 |  1 |  53 |   31 |    31 |      0 |    32 
-   120 |   27 |   3 |  1 |  83 |   31 |    31 |      0 |    242
-   121 |   28 |   3 |  1 | 239 |   31 |    31 |      0 |   5683
->
-> Since I'm using spooling, those jobs should not be interspersed on
-> tape.  Still, at least it seems the error is in including too many
-> blocks in the set that a job's files occupies, so if I understand
-> correctly, it shouldn't cause any restore problems.  :)
-
+================
 - Re-check new dcr->reserved_volume
 - Softlinks that point to non-existent file are not restored in restore all,
   but are restored if the file is individually selected.  BUG!
@@ -96,6 +82,8 @@ Priority:
 - Implement unmount of USB volumes.
 - Use "./config no-idea no-mdc2 no-rc5" on building OpenSSL for
   Win32 to avoid patent problems.
+- Implement multiple jobid specification for the cancel command,
+  similar to what is permitted on the update slots command.
 - Implement Bacula plugins -- design API
 - modify pruning to keep a fixed number of versions of a file, 
   if requested.
@@ -103,8 +91,6 @@ Priority:
   i.e. cd /foo/bar/foo/bar
   -> if a customer mails me the path to a certain file,
      its faster to enter the specified directory
-- Fix bpipe.c so that it does not modify results pointer.
-  ***FIXME*** calling sequence should be changed.
 - Make tree walk routines like cd, ls, ... more user friendly
   by handling spaces better.
 === rate design
@@ -1814,6 +1800,8 @@ Block Position: 0
   in only one catalog -- currently Pools are "global".
 - Add TLS to bat (should be done).
 === Duplicate jobs ===
+- Done, but implemented somewhat differently than described below!!!
+
    hese apply only to backup jobs.
 
    1.  Allow Duplicate Jobs  = Yes | No | Higher   (Yes)
@@ -1889,3 +1877,6 @@ DuplicateJobs {
 }
 
 ===
+- Fix bpipe.c so that it does not modify results pointer.
+  ***FIXME*** calling sequence should be changed.
+