]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-2.5
ebl Speedup dbcheck for postgresql. (1h to cleanup 40M filename table
[bacula/bacula] / bacula / technotes-2.5
index 67b75a3a910dbd868f08fa73a3bc40de0d5b66d7..9be8a02c8dc6783370cc439e5bda2f916adce9ec 100644 (file)
@@ -2,37 +2,94 @@
 
           
 New features:
-Accurate files
-TLS authentication 
-bextract Win32 data
-Run afterVSS
-Multiple command/console per runscript
-console command in runscript
-Bat API
+*Accurate files
+*TLS authentication 
+*bextract Win32 data
+*Run afterVSS
+*Multiple command/console per runscript
+*console command in runscript
+*Bat API
 Plugin API
-State file updated on job term
+*State file updated on job term
 PluginOptions
 FD Version
-Duplicate Job directives
+*Duplicate Job directives
  - Allow Duplicate Jobs
  - Allow Higher Duplicates
  - Cancel Queued Duplicates
  - Cancel Running Duplicates
  Ensure they work with RerunFailedLevels
-MaxFullInterval
-MaxDiffInterval
-Honor nodump flag
-Improved status commands for Bat
-Spooling/despooling status
+*MaxFullInterval
+*MaxDiffInterval
+*Honor nodump flag
+*Improved status commands for Bat
+*Spooling/despooling status
 Implement ftruncate for NFS devices
 Add long term statistics job table
-vtape driver
-Ignore Dir
+  (Use Statistics)
+*vtape driver
+*Ignore Dir
 separator in console (!$%&'()*+,-/:;<>?[]^`{|}~)
+*Copy jobs
+examples/database/dbcheck.sql
+dbi database driver
+  --enable-libdb
+  dbdriver in bacula-dir.conf
+--with-db-port
+support for Ubuntu
+status_slots???
+spoolSize by Job???
+recyclepool in dird/ua_select.co???
+enhancement to wait command: wait mount  ...
+parse config
+plugindirectory
+dbport
+dbdriver
+maxrunschedtime???
+fullmaxwaittime???
+incrementalmaxwaittime???
+differentialmaxwaittime???
+fullmaxruntime???
+differentialmaxruntime???
+incrementalmaxruntime???
+optimizejobscheduling???
+spoolsize???
+usestatistics???
+pluginoptions
+plugin
 
+remove reader/writer in FOPTS????
 
 General:
+03Sep08
+kes  Add Slot if it is non-zero to writing bsr file after a
+     backup.
+kes  Change a number of bnet_fsend() into class method calls.
+kes  Begin audit of diff of 2.4 branch to trunk code.
+01Sep08
+ebl  Fix the mysql creation script that double-created an 
+     index of the same field on the Media table.
+     Add an index to on VolumeName to the Media table for mysql.
+30Aug08
+kes  Another try at fixing Vbackup. It looks much better this time.
+     Disable file index sanity check in FD with value stored in
+     attributes record because with Vbackup the File Index gets
+     changed, but not the attributes record.
+     Enhance some debug code.
+     Fix handling of re-indexing records that are copied in Vbackup.
+29Aug08
+kes  Made level_to_str() know about Virtual backup.
+kes  Set correct Virtual backup write pool.
+kes  Fix compile warning in new dbcheck port code.
+kes  Fix migration code broken by previous virtual backup fix.
 28Aug08
+kes  Fix problem of Virtual backup not writing a sequential FileIndex.
+kes  Reset Virtual backup time/date to the value from the last backup.
+kes  Ensure that storage name is passed to SD on read.
+kes  Correct a problem with Level and Virtual backup, rework how
+     bsrs are printed in debug to use standard routine.
+kes  Apply patch from Chris in bug #1133 that provides alternate db port
+     support for dbcheck.
 ebl  Remove catalog dependency from bcopy tool.
 ebl  Modify catalog scripts to have an easier packaging integration,
      using default variables.