]> git.sur5r.net Git - bacula/bacula/blob - bacula/kernstodo
28065c6ac550575477e08b09d3a798a0c9157f20
[bacula/bacula] / bacula / kernstodo
1                  Kern's ToDo List
2                 30 September 2003 
3
4 Documentation to do: (any release a little bit at a time)
5 - Document running a test version.
6 - Document query file format.
7 - Document static linking
8 - Document problems with Verify and pruning.
9 - Document how to use multiple databases.
10 - For FreeBSD typical /dev/nrsa0 and for mtx /dev/pass1
11 - VXA drives have a "cleaning required"
12   indicator, but Exabyte recommends preventive cleaning after every 75
13   hours of operation.
14 - Lookup HP cleaning recommendations.
15 - Lookup HP tape replacement recommendations (see trouble shooting autochanger)
16           
17 Testing to do: (painful)
18 - that ALL console command line options work and are always implemented
19 - blocksize recognition code.
20 - Test if rewind at end of tape waits for tape to rewind.
21 - Test cancel at EOM.       
22 - Test not zeroing Autochanger slot when it is wrong.
23 - Figure out how to use ssh or stunnel to protect Bacula communications.
24
25 For 1.33 Testing/Documentation:
26 - bextract is sending everything to the log file ****FIXME****
27 - Document to start higher priorty jobs before lower ones.
28 - suppress "Do not forget to mount the drive!!!" if error
29 - Document new records in Director. SDAddress SDDeviceName, SDPassword.
30   FDPassword, FDAddress, DBAddress, DBPort, DBPassword.
31 - Document new Include/Exclude ...
32 - Add test of exclusion, test multiple Include {} statements.
33 - Add counter variable test.
34 - Document ln -sf /usr/lib/libncurses.so /usr/lib/libtermcap.so
35   and install the esound-dev  package for compiling Console on 
36   SuSE.
37                 
38 For 1.33
39 - Implement .consolerc for Console
40 - I want to restore by file to some date.
41 - Is it really important to make Job name the same to find the
42   Full backup to avoid promoting an Incremental job?
43 - Start label, then run job when tape labeled, it should broadcast.
44 - Implement a RunAfterFailedJob
45 - Zap illegal characters in job name for mail files (e.g. /).
46 - From Lars Köllers:
47     Yes, it would allow to highly automatic the request for new tapes. If a 
48     tape is empty, bacula reads the barcodes (native or simulated), and if 
49     an unused tape is found, it runs the label command with all the 
50     necessary parameters.
51
52     By the way can bacula automatically "move" an empry/purged volume say 
53     in the "short" pool to the "long" pool if this pool runs out of volume 
54     space?
55 - Implement a move Volume from one pool to another.
56 - Either restrict the characters in a name, or fix the problem 
57   emailing with names containing / (smtp command line breaks).
58 - Eliminate ua_retention.c (retentioncmd) if possible.
59 - Eliminate orphaned jobs: dbcheck, normal pruning, delete job command.
60   Hm.  Well, there are the remaining orphaned job records:
61
62      |   105 | Llioness Save  | 0000-00-00 00:00:00 | B    | D     |        0 |             0 | f         |
63      |   110 | Llioness Save  | 0000-00-00 00:00:00 | B    | I     |        0 |             0 | f         |
64      |   115 | Llioness Save  | 2003-09-10 02:22:03 | B    | I     |        0 |             0 | A         |
65      |   128 | Catalog Save   | 2003-09-11 03:53:32 | B    | I     |        0 |             0 | C         |
66      |   131 | Catalog Save   | 0000-00-00 00:00:00 | B    | I     |        0 |             0 | f         |
67
68      As you can see, three of the five are failures.  I already deleted the
69      one restore and one other failure using the by-client option.  Deciding
70      what is an orphaned job is a tricky problem though, I agree.  All these
71      records have or had 0 files/ 0 bytes, except for the restore.  With no
72      files, of course, I don't know of the job ever actually becomes
73      associated with a Volume.
74
75      (I'm not sure if this is documented anywhere -- what are the meanings of
76      all the possible JobStatus codes?)
77
78      Looking at my database, it appears to me as though all the "orphaned"
79      jobs fit into one of two categories:
80
81      1)  The Job record has a StartTime but no EndTime, and the job is not
82          currently running;
83      or
84      2)  The Job record has an EndTime, indicating that it completed, but
85          it has no associated JobMedia record.
86
87
88      This does suggest an approach.  If failed jobs (or jobs that, for some
89      other reason, write no files) are associated with a volume via a
90      JobMedia record, then they should be purged when the associated volume
91      is purged.  I see two ways to handle jobs that are NOT associated with a
92      specific volume:
93
94      1)  purge them automatically whenever any volume is manually purged;
95      or
96      2)  add an option to the purge command to manually purge all jobs with
97          no associated volume.
98
99      I think Restore jobs also fall into category 2 above ....  so one might
100      want to make that "The Job record has an EndTime,, but no associated
101      JobMedia record, and is not a Restore job."  
102 - Implement RestoreJobRetention? Maybe better "JobRetention" in a Job,
103   which would take precidence over the Catalog "JobRetention".
104 - Implement Label Format in Add and Label console commands.
105 - make "btape /tmp" work.
106 - Make sure a rescheduled job is properly reported by status.
107 - Walk through the Pool records rather than the Job records
108   in dird.c to create/update pools.
109 - Figure out a way to move Volumes from one pool to another.
110 - What to do about "list files job=xxx".
111 - Implement delete Job.
112 - Document need to put LabelFormat in quotes.
113 - Implement scan: for every slot it finds, zero the slot of
114   Volume other volume having that slot.
115 - When job rescheduled, status gives is waiting for Client Rufus 
116   to connect to Storage File. Dir needs to inform SD that job
117   is rescheduled.
118 - Fix get_storage_from_media_type (ua_restore) to use command line     
119   storage=
120 - Enhance "update slots" to include a "scan" feature
121   scan 1; scan 1-5; scan 1,2,4 ...  to update the catalog 
122 - Allow a slot or range of slots on the label barcodes command.
123 - Don't print "Warning: Wrong Volume mounted ..." if mounting second volume.
124 - Make Dmsg look at global before calling subroutine.
125 - Enable trace output at runtime for Win32
126 - Make sure that Volumes are recycled based on "Least recently used"
127   rather than lowest MediaId.
128 - Available volumes for autochangers (see patrick@baanboard.com 3 Sep 03 
129   and 4 Sep) scan slots.
130 - Upgrade to cygwin 1.5
131 - Get MySQL 3.23.58
132 - Get and test MySQL 4.0
133 - Do a complete audit of all pthreads_mutex, cond, ... to ensure that
134   any that are dynamically initialized are destroyed when no longer used.
135 - Write a mini-readline with history and editing.
136 - Look at how fuser works and /proc/PID/fd that is how Nic found the
137   file descriptor leak in Bacula.
138 - Implement WrapCounters in Counters.
139 - Turn on SIGHUP in dird.c and test.
140 - Use system dependent calls to get more precise info on tape errors.
141 - Add heartbeat from FD to SD if hb interval expires.
142 - Suppress read error on blank tape when doing a label.
143 - Can we dynamically change FileSets?
144 - If pool specified to label command and Label Format is specified,
145   automatically generate the Volume name.
146 - Take a careful look a the Basic recycling algorithm.  When Bacula
147   chooses, the order should be:
148    - Look for Append
149    - Look for Recycle or Purged
150    - Prune volumes
151    - Look for purged
152   Instead of using lowest media Id, find the least recently used
153   volume.
154
155   When the tape is mounted and Bacula requests the status
156   - Do everything possible to use it.
157
158   Define a "available" status, which is the currently mounted 
159   Volume and all volumes that are currently in the autochanger.
160
161 - Why can't SQL do the filename sort for restore?
162 - Is a pool specification really needed for a restore?  Yes, and
163   you may want to exclude archive Pools.
164 - Look at libkse (man kse) for FreeBSD threading.
165 - Look into Microsoft Volume Shadowcopy Service VSS for backing
166   up system state components (Active Directory, System Volume, ...)
167 - Add ExhautiveRestoreSearch
168 - Look at the possibility of loading only the necessary 
169   data into the restore tree (i.e. do it one directory at a
170   time as the user walks through the tree).
171 - Possibly use the hash code if the user selects all for a restore command.
172 - Orphaned Dir buffer at parse_conf.c:373 =>  store_dir
173 - Implement some way for the File daemon to contact the Director 
174   to start a job or pass its DHCP obtained IP number.
175 - Implement multiple Consoles.
176 - Add Console usr permissions.
177 - Fix "restore all" to bypass building the tree.
178 - Fix restore to list errors if Invalid block found, and if # files
179   restored does not match # expected.
180 - Prohibit backing up archive device (findlib/find_one.c:128)
181 - Implement Release Device in the Job resource to unmount a drive.
182 - Implement Acquire Device in the Job resource to mount a drive,
183   be sure this works with admin jobs so that the user can get
184   prompted to insert the correct tape.  Possibly some way to say to
185   run the job but don't save the files.
186 - Add JobName= to VerifyToCatalog so that all verifies can be done at the end.
187 - Implement FileOptions (see end of this document)
188 - Make things like list where a file is saved case independent for
189   Windows.
190 - Edit the Client/Storage name into authentication failure messages.
191 - Implement job in VerifyToCatalog
192 - Implement migrate
193 - Implement a PostgreSQL driver.
194 - Bacula needs to propagate SD errors.
195   > > cluster-dir: Start Backup JobId 252, Job=REUTERS.2003-08-11_15.04.12
196   > > prod4-sd: REUTERS.2003-08-11_15.04.12 Error: Write error on device 
197        /dev/nst0. ERR=Input/output error.
198   > > prod4-sd: REUTERS.2003-08-11_15.04.12 Error: Re-read of last block failed. 
199        Last block=5162 Current block=5164.
200   > > prod4-sd: End of medium on Volume "REU007" Bytes=16,303,521,933 
201
202 - Use autochanger to handle multiple devices.
203 - Fix packet too big problem. This is most likely a Windows TCP stack 
204   problem.
205 - Add SuSE install doc to list.
206 - Check and rechedk "Invalid block number"
207 - Make bextract release the drive properly between tapes 
208   so that an autochanger can be made to work.
209 - User wants to NOT backup up certain big files (email files).
210 - Maybe remove multiple simultaneous devices code in SD.
211 - On Windows with very long path names, it may be impossible to create 
212   a file (and thus restore it) because the total length is too long.
213   We must cd into the directory then create the file without the
214   full path name.
215 - lstat() is not going to work on Win32 for testing date.
216 - Something is not right in last block of fill command.
217 - Implement a Recycle command
218 - Add FileSet to command line arguments for restore.
219 - Allow multiple Storage specifications (or multiple names on
220   a single Storage specification) in the Job record. Thus a job 
221   can be backed up to a number of storage devices.
222 - Add client name to cram-md5 challenge so Director can immediately
223   verify if it is the correct client.
224 - Implement ClientRunBeforeJob and ClientRunAfterJob.
225 - Add JobLevel in FD status (but make sure it is defined).
226 - Audit all UA commands to ensure that we always prompt where possible.
227 - Restrict characters permitted in a Resource name, and don't permit
228   duplicate names.
229 - Check Jmsg in bnet, may not work, must dup bsock.
230 - Suppress Job Name in Jmsg for console
231 - Create Pools that are referenced in a Run statement at startup if possible.
232 - Use runbeforejob to unload, then reload a volume previously used,
233   then the next job run gets an error reading the drive.
234 - Make bootstrap filename unique.
235 - Test a second language e.g. french.
236 - Start working on Base jobs.
237 - Make "make binary-release" work from any directory.
238 - Implement UnsavedFiles DB record.
239 - Implement argc/argv for daemon command line scanning using table driven
240   stuff below.
241 - Implement table driven single argc/argv scanner to pickup all arguments.
242   Much like xxx_conf.c scan table.
243   keyword, handler(store_routine), store_address, code, flags, default.
244 - From Phil Stracchino:
245   It would probably be a per-client option, and would be called
246   something like, say, "Automatically purge obsoleted jobs".  What it
247   would do is, when you successfully complete a Differential backup of a
248   client, it would automatically purge all Incremental backups for that
249   client that are rendered redundant by that Differential.  Likewise,
250   when a Full backup on a client completed, it would automatically purge
251   all Differential and Incremental jobs obsoleted by that Full backup.
252   This would let people minimize the number of tapes they're keeping on
253   hand without having to master the art of retention times.
254 - Implement new serialize subroutines
255    send(socket, "string", &Vol, "uint32", &i, NULL)
256 - Scratch Pool where the volumes can be re-assigned to any Pool.
257 - Implement a M_SECURITY message class.
258 - Implement forward spacing block/file: position_device(bsr) --
259   just before read_block_from_device();
260 - When doing a Backup send all attributes back to the Director, who
261   would then figure out what files have been deleted.
262 - Currently in mount.c:236 the SD simply creates a Volume. It should have
263   explicit permission to do so.  It should also mark the tape in error
264   if there is an error.
265 - Make sure all restore counters are working correctly in the FD.
266 - SD Bytes Read is wrong.
267 - Look at ALL higher level routines that call block.c to be sure
268   they don't expect something in errmsg.
269 - Investigate doing RAW backup of Win32 partition.
270 - Add thread specific data to hold the jcr -- send error messages from
271   low level routines by accessing it and using Jmsg().
272 - Cancel waiting for Client connect in SD if FD goes away.
273
274 - Add Progress command that periodically reports the progress of
275   a job or all jobs.
276 - One block was orphaned in the SD probably after cancel.
277
278
279 - Examine Bare Metal restore problem (a FD crash exists somewhere ...).
280 - Implement timeout in response() when it should come quickly.
281 - Implement console @echo command.
282 - Implement a Slot priority (loaded/not loaded).
283 - Implement "vacation" Incremental only saves.
284 - Implement single pane restore (much like the Gftp panes).
285 - Implement Automatic Mount even in operator wait.
286 - Implement create "FileSet"?
287 - Fix watchdog pthread crash on Win32 (this is pthread_kill() Cygwin bug)
288 - Implement "scratch pool" where tapes are defined and can be
289   taken by any pool that needs them.
290 - Implement restore "current system", but take all files without
291   doing selection tree -- so that jobs without File records can
292   be restored.
293 - Implement disk spooling. Two parts: 1. Spool to disk then
294   immediately to tape to speed up tape operations. 2. Spool to
295   disk only when the tape is full, then when a tape is hung move
296   it to tape.
297 - Implement a relocatable bacula.spec 
298 - Implement dump/print label to UA
299 - Add prefixlinks to where or not where absolute links to FD.
300 - Issue message to mount a new tape before the rewind.
301 - Simplified client job initiation for portables.
302 - If SD cannot open a drive, make it periodically retry.
303 - Implement LabelTemplate (at least first cut).
304 - Add more of the config info to the tape label.
305 - Implement a Mount Command and an Unmount Command where
306   the users could specify a system command to be performed
307   to do the mount, after which Bacula could attempt to
308   read the device. This is for Removeable media such as a CDROM.
309   - Most likely, this mount command would be invoked explicitly
310   by the user using the current Console "mount" and "unmount" 
311   commands -- the Storage Daemon would do the right thing 
312   depending on the exact nature of the device.
313   - As with tape drives, when Bacula wanted a new removable
314   disk mounted, it would unmount the old one, and send a message
315   to the user, who would then use "mount" as described above 
316   once he had actually inserted the disk.
317
318 - If tape is marked read-only, then try opening it read-only rather than
319   failing, and remember that it cannot be written.
320 - Refine SD waiting output:
321     Device is being positioned
322     >     Device is being positioned for append
323     >     Device is being positioned to file x
324     > 
325 - Figure out some way to estimate output size and to avoid splitting
326   a backup across two Volumes -- this could be useful for writing CDROMs
327   where you really prefer not to have it split -- not serious.
328 - Have SD compute MD5 or SHA1 and compare to what FD computes.
329 - Make VolumeToCatalog calculate an MD5 or SHA1 from the 
330   actual data on the Volume and compare it.                  
331 - Implement Bacula plugins -- design API
332 - Make bcopy read through bad tape records.
333 - Program files (i.e. execute a program to read/write files).
334   Pass read date of last backup, size of file last time.
335 - Add Signature type to File DB record.
336 - CD into subdirectory when open()ing files for backup to
337   speed up things.  Test with testfind().
338 - Priority job to go to top of list.
339 - Why are save/restore of device different sizes (sparse?)   Yup! Fix it.
340 - Implement some way for the Console to dynamically create a job.
341 - Restore to a particular time -- e.g. before date, after date. 
342 - Solaris -I on tar for include list
343 - Need a verbose mode in restore, perhaps to bsr.
344 - bscan without -v is too quiet -- perhaps show jobs.
345 - Add code to reject whole blocks if not wanted on restore.
346 - Check if we can increase Bacula FD priorty in Win2000
347 - Make sure the MaxVolFiles is fully implemented in SD
348 - Check if both CatalogFiles and UseCatalog are set to SD.
349 - Figure out how to do a bare metal Windows restore
350 - Possibly add email to Watchdog if drive is unmounted too
351   long and a job is waiting on the drive.
352 - Restore program that errs in SD due to no tape, reports
353   OK incorrectly in output.
354 - After unmount, if restore job started, ask to mount.
355 - Convert all %x substitution variables, which are hard to remember
356   and read to %(variable-name).  Idea from TMDA.
357 - Remove NextId for SQLite. Optimize.
358 - Move all SQL statements into a single location.
359 - Add UA rc and history files.
360 - put termcap (used by console) in ./configure and
361   allow -with-termcap-dir.
362 - Enhance time and size scanning routines.
363 - Fix Autoprune for Volumes to respect need for full save.
364 - Fix Win32 config file definition name on /install
365 - Compare tape to Client files (attributes, or attributes and data) 
366 - Make all database Ids 64 bit.
367 - Write an applet for Linux.
368 - Implement new inter-daemon communications protocol.
369 - Allow console commands to detach or run in background.
370 - Fix status delay on storage daemon during rewind.
371 - Add SD message variables to control operator wait time
372   - Maximum Operator Wait
373   - Minimum Message Interval
374   - Maximum Message Interval
375 - Send Operator message when cannot read tape label.
376 - Verify level=Volume (scan only), level=Data (compare of data to file).
377   Verify level=Catalog, level=InitCatalog
378 - Events file
379 - Add keyword search to show command in Console.
380 - Events : tape has more than xxx bytes.
381 - Complete code in Bacula Resources -- this will permit
382   reading a new config file at any time.
383 - Handle ctl-c in Console
384 - Implement script driven addition of File daemon to config files.
385 - Think about how to make Bacula work better with File (non-tape) archives.
386 - Write Unix emulator for Windows.
387 - Put memory utilization in Status output of each daemon
388   if full status requested or if some level of debug on.
389 - Make database type selectable by .conf files i.e. at runtime
390 - Set flag for uname -a.  Add to Volume label.
391 - Implement throttled work queue.
392 - Restore files modified after date
393 - SET LD_RUN_PATH=$HOME/mysql/lib/mysql
394 - Implement Restore FileSet=
395 - Create a protocol.h and protocol.c where all protocol messages
396   are concentrated.
397 - Remove duplicate fields from jcr (e.g. jcr.level and jcr.jr.Level, ...).
398 - Timout a job or terminate if link goes down, or reopen link and query.
399 - Concept of precious tapes (cannot be reused).
400 - Make bcopy copy with a single tape drive.
401 - Permit changing ownership during restore.
402
403 - From Phil:
404   > My suggestion:  Add a feature on the systray menu-icon menu to request
405   > an immediate backup now.  This would be useful for laptop users who may
406   > not be on the network when the regular scheduled backup is run.
407   > 
408   > My wife's suggestion: Add a setting to the win32 client to allow it to
409   > shut down the machine after backup is complete (after, of course,
410   > displaying a "System will shut down in one minute, click here to cancel"
411   > warning dialog).  This would be useful for sites that want user
412   > woorkstations to be shut down overnight to save power.
413   > 
414
415 - From Terry Manderson <terry@apnic.net>
416    jobset { # new structure
417    name = "monthlyUnixBoxen"
418    type = backup
419    level = full
420    jobs = "wakame;durian;soy;wasabi;miso" #new!
421    schedule = monthly
422    storage = DLT
423    messages = Standard
424    pool = MonthlyPool
425    priority = 10
426    }
427
428    job {
429    name = "wakame"
430     fileset = "genericUnixSet"
431    client = wakame-fd
432    }
433
434    job {
435    name = "durian"
436    fileset = "genericUnixSet"
437    client = durian-fd
438    }
439
440    job {
441    name = "soy"
442    fileset = "UnixDevelBoxSet"
443    client = soy-fd
444    }
445
446
447 - Autolabel should be specified by DIR instead of SD.
448 - Storage daemon    
449   - Add media capacity
450   - AutoScan (check checksum of tape)
451   - Format command = "format /dev/nst0"
452   - MaxRewindTime
453   - MinRewindTime
454   - MaxBufferSize
455   - Seek resolution (usually corresponds to buffer size)
456   - EODErrorCode=ENOSPC or code
457   - Partial Read error code
458   - Partial write error code
459   - Nonformatted read error
460   - Nonformatted write error
461   - WriteProtected error
462   - IOTimeout
463   - OpenRetries
464   - OpenTimeout
465   - IgnoreCloseErrors=yes
466   - Tape=yes
467   - NoRewind=yes
468 - Pool
469   - Maxwrites
470   - Recycle period
471 - Job
472   - MaxWarnings
473   - MaxErrors (job?)
474 =====
475 - FD sends unsaved file list to Director at end of job (see
476   RFC below).
477 - File daemon should build list of files skipped, and then
478   at end of save retry and report any errors.
479 - Write a Storage daemon that uses pipes and
480   standard Unix programs to write to the tape.
481   See afbackup.
482 - Need something that monitors the JCR queue and
483   times out jobs by asking the deamons where they are.
484 - Enhance Jmsg code to permit buffering and saving to disk.
485 - device driver = "xxxx" for drives.
486 - Verify from Volume
487 - Ensure that /dev/null works
488 - Need report class for messages. Perhaps
489   report resource where report=group of messages
490 - enhance scan_attrib and rename scan_jobtype, and
491   fill in code for "since" option 
492 - Director needs a time after which the report status is sent
493   anyway -- or better yet, a retry time for the job.
494 - Don't reschedule a job if previous incarnation is still running.
495 - Some way to automatically backup everything is needed????
496 - Need a structure for pending actions:
497   - buffered messages
498   - termination status (part of buffered msgs?)
499 - Drive management
500   Read, Write, Clean, Delete
501 - Login to Bacula; Bacula users with different permissions:
502    owner, group, user, quotas
503 - Store info on each file system type (probably in the job header on tape.
504   This could be the output of df; or perhaps some sort of /etc/mtab record.
505
506 Longer term to do:
507 - Design at hierarchial storage for Bacula. Migration and Clone. 
508 - Implement FSM (File System Modules).
509 - Audit M_ error codes to ensure they are correct and consistent.
510 - Add variable break characters to lex analyzer.
511   Either a bit mask or a string of chars so that
512   the caller can change the break characters.
513 - Make a single T_BREAK to replace T_COMMA, etc.
514 - Ensure that File daemon and Storage daemon can
515   continue a save if the Director goes down (this
516   is NOT currently the case). Must detect socket error,
517   buffer messages for later. 
518 - Enhance time/duration input to allow multiple qualifiers e.g. 3d2h
519 - Add ability to backup to two Storage devices (two SD sessions) at
520   the same time -- e.g. onsite, offsite.
521 - Add the ability to consolidate old backup sets (basically do a restore
522   to tape and appropriately update the catalog). Compress Volume sets.
523   Might need to spool via file is only one drive is available.
524 - Compress or consolidate Volumes of old possibly deleted files. Perhaps
525   someway to do so with every volume that has less than x% valid 
526   files.
527
528
529 Migration: Move a backup from one Volume to another
530 Clone:     Copy a backup -- two Volumes
531
532 Bacula Migration is based on Jobs (apparently Networker is file by file).
533
534 Migration triggered by:
535   Number of Jobs
536   Number of Volumes
537   Age of Jobs
538   Highwater mark (keep total size)
539   Lowwater mark
540   
541 Projects:
542             Bacula Projects Roadmap 
543                17 August 2002
544            last update 8 May 2003
545
546 Item 1:   Multiple simultaneous Jobs. (done)
547 Done -- Restore part needs better implementation to work correctly
548         Also, it needs considerable testing
549
550   What:   Permit multiple simultaneous jobs in Bacula.
551
552   Why:    An enterprise level solution needs to go fast without the
553           need for the system administrator to carefully tweak
554           timing.  Based on the benchmarks, during a full
555           backup, NetWorker typically hit 10 times the bandwidth to
556           the tape compared to Bacula--largely. This is probably due to
557           running parallel jobs and multi-threaded filling of buffers
558           and writing them to tape.  This should also make things work
559           better when you have a mix of fast and slow machines backing
560           up at the same time.
561
562   Notes:  Bacula was designed to run multiple simultaneous jobs. Thus
563           implementing this is a matter of some small cleanups and
564           careful testing.
565
566
567 Item 2:   Make the Storage daemon use intermediate file storage to buffer data.
568 Deferred -- not necessary yet -- possibly implement with Migration.
569
570   What:   If data is coming into the SD too fast, buffer it to 
571           disk if the user has configured this option.
572
573   Why:    This would be nice, especially if it more or less falls out
574           when implementing (1) above.  If not, it probably should not
575           be given a high priority because fundamentally the backup time
576           is limited by the tape bandwidth.  Even though you may finish a
577           client job quicker by spilling to disk, you still have to
578           eventually get it onto tape.  If intermediate disk buffering
579           allows us to improve write bandwidth to tape, it may make
580           sense.
581
582   Notes:  Whether or not this is implemented will depend upon performance
583           testing after item 1 is implemented.
584
585
586 Item 3:   Write the bscan program -- also write a bcopy program.
587 Done
588
589   What:   Write a program that reads a Bacula tape and puts all the 
590           appropriate data into the catalog. This allows recovery
591           from a tape that is no longer in the database, or it allows
592           re-creation of a database if lost.
593
594   Why:    This is a fundamental robustness and disaster recovery tool
595           which will increase the comfort level of a sysadmin
596           considering adopting Bacula.
597
598   Notes:  A skeleton of this program already exists, but much work
599           needs to be done. Implementing this will also make apparent
600           any deficiencies in the current Bacula tape format.
601
602
603 Item 4:   Implement Base jobs.
604
605   What:   A base job is sort of like a Full save except that you 
606           will want the FileSet to contain only files that are unlikely
607           to change in the future (i.e. a snapshot of most of your
608           system after installing it). After the base job has been run,
609           when you are doing a Full save, you can specify to exclude
610           all files saved by the base job that have not been modified.
611
612   Why:    This is something none of the competition does, as far as we know
613           (except BackupPC, which is a Perl program that saves to disk
614           only).  It is big win for the user, it makes Bacula stand out
615           as offering a unique optimization that immediately saves time
616           and money.
617
618   Notes:  Big savings in tape usage. Will require more resources because
619           the e. DIR must send FD a list of files/attribs, and the FD must
620           search the list and compare it for each file to be saved.
621
622
623 Item 5:   Implement Label templates
624 Done 
625
626   What:   This is a mechanism whereby Bacula can automatically create
627           a tape label for new tapes according to a detailed specification
628           provided by the user.
629
630   Why:    It is a major convenience item for folks who use automated label
631           creation.
632
633   Notes:  Bacula already has a working form of automatic tape label
634           creation, but it is very crude. The design for the complete
635           tape labeling project is already documented in the manual.
636
637
638 Item 6:   Write a regression script.
639 Done --   Continue to expand its testing.
640
641   What:   This is an automatic script that runs and tests as many features
642           of Bacula as possible. The output is compared to previous
643           versions of Bacula and any differences are reported.
644
645   Why:    This is an enormous help in preventing introduction of new
646           errors in parts of the program that already work correctly.
647
648   Notes:  This probably should be ranked higher, it's something the typical
649           user doesn't see.  Depending on how it's implemented, it may
650           make sense to defer it until the archival tape format and
651           user interface mature.
652
653
654 Item 7:   GUI for interactive restore
655 Item 8:   GUI for interactive backup
656
657   What:   The current interactive restore is implemented with a tty
658           interface. It would be much nicer to be able to "see" the
659           list of files backed up in typical GUI tree format.
660           The same mechanism could also be used for creating 
661           ad-hoc backup FileSets (item 8).
662
663   Why:    Ease of use -- especially for the end user.
664
665   Notes:  Rather than implementing in Gtk, we probably should go directly
666           for a Browser implementation, even if doing so meant the
667           capability wouldn't be available until much later.  Not only
668           is there the question of Windows sites, most
669           Solaris/HP/IRIX, etc,  shops can't currently run Gtk programs
670           without installing lots of stuff admins are very wary about.
671           Real sysadmins will always use the command line anyway, and
672           the user who's doing an interactive restore or backup of his
673           own files will in most cases be on a Windows machine running
674           Exploder.
675
676
677 Item 9:   Add SSL to daemon communications.
678
679   What:   This provides for secure communications between the daemons.
680
681   Why:    This would allow doing backup across the Internet without
682           privacy concerns (or with much less concern).
683
684   Notes:  The vast majority of near term potential users will be backing up
685           a single site over a LAN and, correctly or not, they probably
686           won't be concerned with security, at least not enough to go to
687           the trouble to set up keys, etc. to screw things down.  We suspect
688           that many users genuinely interested in multi-site backup
689           already run some form of VPN software in their internetwork
690           connections, and are willing to delegate security to that layer.
691
692
693 Item 10:  Define definitive tape format.
694 Done (version 1.27)
695
696   What:   Define that definitive tape format that will not change 
697           for the next millennium.
698
699   Why:    Stability, security.
700
701   Notes:  See notes for item 11 below.
702
703
704 Item 11:  New daemon communication protocol.
705
706   What:   The current daemon to daemon protocol is basically an ASCII
707           printf() and sending the buffer. On the receiving end, the
708           buffer is sscanf()ed to unpack it. The new scheme would
709           be a binary format that allows quick packing and unpacking
710           of any data type with named fields.
711
712   Why:    Using binary packing would be faster. Named fields will permit
713           error checking to ensure that what is sent is what the 
714           receiver really wants.
715
716   Notes:  These are internal improvements in the interest of the
717           long-term stability and evolution of the program.  On the one
718           hand, the sooner they're done, the less code we have to rip
719           up when the time comes to install them.  On the other hand, they
720           don't bring an immediately perceptible benefit to potential
721           users.  Item 10 and possibly item 11 should be deferred until Bacula
722           is well established with a growing user community more or
723           less happy with the feature set.  At that time, it will make a
724           good "next generation" upgrade in the interest of data
725           immortality.
726
727
728
729
730 ======================================================
731         Base Jobs design
732 It is somewhat like a Full save becomes an incremental since
733 the Base job (or jobs) plus other non-base files.
734 Need:
735 - New BaseFile table that contains:
736     JobId, BaseJobId, FileId (from Base).
737   i.e. for each base file that exists but is not saved because
738   it has not changed, the File daemon sends the JobId, BaseId,
739   and FileId back to the Director who creates the DB entry.
740 - To initiate a Base save, the Director sends the FD 
741   the FileId, and full filename for each file in the Base.
742 - When the FD finds a Base file, he requests the Director to
743   send him the full File entry (stat packet plus MD5), or
744   conversely, the FD sends it to the Director and the Director
745   says yes or no. This can be quite rapid if the FileId is kept
746   by the FD for each Base Filename.          
747 - It is probably better to have the comparison done by the FD
748   despite the fact that the File entry must be sent across the
749   network.
750 - An alternative would be to send the FD the whole File entry
751   from the start. The disadvantage is that it requires a lot of
752   space. The advantage is that it requires less communications
753   during the save.
754 - The Job record must be updated to indicate that one or more
755   Bases were used.
756 - At end of Job, FD returns:   
757    1. Count of base files/bytes not written to tape (i.e. matches)
758    2. Count of base file that were saved i.e. had changed.
759 - No tape record would be written for a Base file that matches, in the
760   same way that no tape record is written for Incremental jobs where
761   the file is not saved because it is unchanged.
762 - On a restore, all the Base file records must explicitly be
763   found from the BaseFile tape. I.e. for each Full save that is marked
764   to have one or more Base Jobs, search the BaseFile for all occurrences
765   of JobId.
766 - An optimization might be to make the BaseFile have:
767      JobId
768      BaseId
769      FileId
770   plus
771      FileIndex
772   This would avoid the need to explicitly fetch each File record for
773   the Base job.  The Base Job record will be fetched to get the
774   VolSessionId and VolSessionTime.
775 =========================================================  
776
777   
778
779 =============================================================
780
781                 Request For Comments For File Backup Options
782                    10 November 2002
783
784 Subject: File Backup Options
785
786 Problem: 
787   A few days ago, a Bacula user who is backing up to file volumes and
788   using compression asked if it was possible to suppress compressing
789   all .gz files since it was a waste of CPU time. Although Bacula
790   currently permits using different options (compression, ...) on
791   a directory by directory basis, it cannot do it on a file by 
792   file basis, which is clearly what was desired.   
793
794 Proposed Implementation:
795   To solve this problem, I propose the following:
796
797   - Add a new Director resource type called Options.  
798
799   - The Options resource will have records for all
800     options that can currently be specified on the Include record 
801     (in a FileSet).  Examples below.
802
803   - The Options resource will permit an exclude option as well
804     as a number of additional options.
805
806   - The heart of the Options resource is the ability to
807     supply any number of Match records which specify POSIX
808     regular expressions.  These Match regular expressions are
809     applied to the fully qualified filename (path and all). If
810     one matches, then the Options will be used.
811
812   - When an Match specification matches an included file, the
813     options specified in the Options resource will override
814     the default options specified on the Include record.
815
816   - Include records will be modified to permit referencing one or
817     more Options resources.  The Options will be used
818     in the order listed on the Include record and the first
819     one that matches will be applied.
820
821   - Options (or specifications) currently supplied on the Include
822     record will be deprecated (i.e. removed in a later version a
823     year or so from now).
824
825   - The Exclude record will be deprecated as the same functionality
826     can be obtained by using an Exclude = yes in the Options.
827
828 Options records:
829   The following records can appear in the Options resource. An
830   asterisk preceding the name indicates a feature not currently
831   implemented.
832
833   For Backup Jobs:
834     - Compression= (GZIP, ...)
835     - Signature=   (MD5, SHA1, ...)
836     - *Encryption=
837     - OneFs=      (yes/no)    - remain on one filesystem
838     - Recurse=    (yes/no)    - recurse into subdirectories
839     - Sparse=     (yes/no)    - do sparse file backup
840     - *Exclude=   (yes/no)    - exclude file from being saved
841     - *Reader=    (filename)  - external read (backup) program
842     - *Plugin=    (filename)  - read/write plugin module
843
844   For Verify Jobs:
845     - verify=     (ipnougsamc5) - verify options
846
847   For Restore Jobs:
848     - replace= (always/ifnewer/ifolder/never) - replace options currently
849                                                 implemented in 1.31
850     - *Writer= (filename)   - external write (restore) program
851
852
853 Implementation:
854   Currently options specifying compression, MD5 signatures, recursion,
855   ... of a FileSet are supplied on the Include record. These will now
856   all be collected into a Options resource, which will be
857   specified in the Include in place of the options. Multiple Options
858   may be specified.  Since the Options may contain regular expressions
859   that are applied to the full filename, this will give the ability
860   to specify backup options on a file by file basis to whatever level
861   of detail you wish.
862
863 Example:
864
865   Today:
866
867     FileSet {
868       Name = "FullSet"
869       Include = compression=GZIP signature=MD5 {
870         /
871       }
872     }
873
874   Proposal:
875
876     FileSet {
877       Name = "FullSet"
878       Include {
879         Compression = GZIP;
880         Signature = MD5
881         Match = /*.?*/                # matches all files.
882         File = /
883       }
884     }
885
886   That's a lot more to do the same thing, but it gives the ability to
887   apply options on a file by file basis.  For example, suppose you
888   want to compress all files but not any file with extensions .gz or .Z.
889   In that case, you will need to group two sets of options using
890   the Options resource as follows:
891
892
893     FileSet {
894       Name = "FullSet"
895       Include {
896         Options {
897           Signature = MD5
898           # Note multiple Matches are ORed
899           Match = /*.gz/   # matches .gz files */
900           Match = /*.Z/    # matches .Z files */
901         }
902         Options {
903           Compression = GZIP
904           Signature = MD5
905           Match = /*.?*/   # matches all files
906         }
907         File = /
908       }
909     }
910
911   Now, since the no Compression option is specified in the
912   first group of Options, *.gz or *.Z file will have an MD5 signature computed,
913   but will not be compressed. For all other files, the *.gz *.Z will not
914   match, so the second group of options will be used which will include GZIP
915   compression.
916
917 Questions:
918   - Is it necessary to provide some means of ANDing regular expressions
919     and negation?  (not currently planned)
920
921     e.g.  Match = /*.gz/ && !/big.gz/
922
923   - I see that Networker has a "null" module which, if specified, does not 
924     backup the file, but does make an record of the file in the catalog
925     so that the catalog will reflect an exact picture of the filesystem.
926     The result is that the file can be "seen" when "browsing" the save
927     sets, but it cannot be restored.
928     
929     Is this really useful?  Should it be implemented in Bacula?
930   
931 Results:
932   After implementing the above, the user will be able to specify
933   on a file by file basis (using regular expressions) what options are
934   applied for the backup.
935
936
937 =============================================
938
939 ========================================================== 
940     Unsaved File design
941 For each Incremental job that is run, there may be files that
942 were found but not saved because they were locked (this applies
943 only to Windows). Such a system could send back to the Director
944 a list of Unsaved files.
945 Need:
946 - New UnSavedFiles table that contains:
947   JobId
948   PathId
949   FilenameId
950 - Then in the next Incremental job, the list of Unsaved Files will be
951   feed to the FD, who will ensure that they are explicitly chosen even
952   if standard date/time check would not have selected them.
953 =============================================================
954
955
956 Done: (see kernsdone for more)
957 - Implement new alist in FileSet scanning.
958 - bls should continue reading even if it finds Win32 data on the tape.
959   The error should be Warning rather the Error.
960 - Add user configurable timeout for connecting to SD.
961 - Unsaved Flag in Job record (use JobMissingFiles).
962 - Base Flag in Job record.
963 - Configure mtx-changer to have correct path to mtx.
964 - Add all command line arguments to "update", e.g. slot=nn volStatus=append, ...
965 - Make some way so that if a machine is skipped because it is not up 
966   that Bacula will continue retrying for a specified period of time --
967   periodically.
968 - Implement all command line args on run.
969 - Implement command line "restore" args.
970 - Implement "restore current select=no"
971 - Restore file modified before date
972 - Restore -- do nothing but show what would happen
973 - Add estimate to Console commands
974 - Use read_record.c in SD code.
975 - Fix read_record to handle multiple sessions.
976 - Tip from Steve Allam
977   mt -f /dev/nst0 defblksize 0
978 - Document "status" in the console.
979 - Document driving console from shell script.
980 - Write JobMedia records with max file size is reached on tape.
981 - Handle the case of multiple JobMedia records pending (i.e. the
982   thread is slow and multiple situations requiring a JobMedia
983   record occur).
984 - Do performance analysis on the restore tree routines.
985 - Fix maximum file size (block.c) to generate JobMedia records.
986 - Make the default file size 1GB on the tape.
987 - Implement forward spacing between files.
988 - Add Machine type (Linux/Windows) to Status report for daemons. 
989   Look at src/host.h
990 - Use repositioning at the beginning of the tape.                   
991 - Do full check the command line args in update (e.g. VolStatus ...).
992 - Specify list of files to restore
993 - Implement ClientRunBeforeJob and ClientRunAfterJob.
994 - Make | and < work on FD side.
995 - Check to see if "blocked" is set during restore.
996 - Figure out what is interrupting sql command in console.
997 - Make new job print warning User Unmounted Tape.
998 - Test recycling and purging (code changed in db_find_next_volume and
999   in recycle.c).
1000 - Document SDConnectTimeout (in FD).
1001 - Add restore by filename test.
1002 - Document restore by files.
1003 - Make variable expansion work correctly.
1004 - Implement List Volume Job=xxx  or List scheduled volumes or Status Director 
1005 - Copy static programs into install directory.
1006 - Think about changing Storage resource Device record to be
1007   SDDeviceName.
1008 - Add RunBeforeJob and RunAfterJob to the Client program.
1009 - Need return status on read_cb() from read_records(). Need multiple
1010   records -- one per Job, maybe a JCR or some other structure with
1011   a block and a record.
1012 - LabelFormat on tape volume apparently creates the db record but 
1013   never actually labels the volume.
1014 - Recycling a volume when two jobs are using it is going to break. Fixed.
1015 - Document list nextvol and new format status dir.
1016 - Client files in Win32 with Unix eol conventions doesn't work.
1017 - Either fix or document that fill command in btape can be
1018   compressed enormously by the hardware - a 36GB tape wrote 750GB!
1019 - Add multiple character duration qualifiers.
1020 - Require some modifer.
1021 - Restrict characters permitted in a Resource name, and don't permit
1022   duplicate names.
1023 - Figure out some way to ignore or get past checksum errors in
1024   reading.
1025 - The SD spooling file gets created even if it is not used.
1026 - Look at Cleaning tape in ua_label.c for media create/update 
1027 - Add regression testing to the manual
1028 - End time: in job output of rescheduled job is time of first run.
1029 - Document list nextvol and status output.
1030 - Separate Dir heartbeat in FD from the SD heartbeat.
1031 - Fix sparse file handeling so that it always reads a multiple
1032   of 512. Currently, it subtracts 8 bytes (for faddr).
1033   Kludged with #ifdef for FreeBSD.
1034 - Document that Volume pruning can delete last Full backup and
1035   hence you will not have a valid backup.
1036 - Clarify the fact that having the Bacula cygwin1.dll loaded
1037   is not the same as having cygwin installed.
1038 - Document that it is safe to use the drive when the lights stop flashing.
1039 - Document all the status codes JobLevel, JobType, JobStatus.
1040 - Add GUI interface to manual
1041 - Combine the 3 places that search run records for the next
1042   job. Use find_job_pool() modified in ua_output.c
1043 - Test connect timeouts.
1044 - Fix FreeBSD build with tcp_wrapper -- should not have -lnsl
1045 - Implement fast block rejection.
1046