]> git.sur5r.net Git - bacula/bacula/blob - bacula/kernstodo
Update todo
[bacula/bacula] / bacula / kernstodo
1                  Kern's ToDo List
2                   18 June 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 - Document FInclude ...
17 - Document need to add "-u root" to most of MySQL script calls
18   (./create_mys... ./make_my...).
19
20           
21 Testing to do: (painful)
22 - that ALL console command line options work and are always implemented
23 - blocksize recognition code.
24 - multiple simultaneous Volumes
25 - Test if rewind at end of tape waits for tape to rewind.
26 - Test cancel at EOM.       
27 - Test not zeroing Autochanger slot when it is wrong.
28 - Test multiple simultaneous Volumes
29 - Test of last block is correct in JobMedia when splitting file 
30   over two volumes.
31 - Figure out how to use ssh or stunnel to protect Bacula communications.
32
33 For 1.31 release:
34 - Implement forward spacing block/file: position_device(bsr) --
35   just before read_block_from_device();
36 - On Windows with very long path names, it may be impossible to create 
37   a file (and thus restore it) because the total length is too long.
38   We must cd into the directory then create the file without the
39   full path name.
40 - Move JobFiles and JobBytes to SD rather than FD -- more correct.
41 - Add client name to cram-md5 challenge so Director can immediately
42   verify if it is the correct client.
43 - Use runbeforejob to unload, then reload a volume previously used,
44   then the next job run gets an error reading the drive.
45 - lstat() is not going to work on Win32 for testing date.
46 - Implement a Recycle command
47 - Something is not right in last block of fill command.
48 - Implement List Volume Job=xxx  or List scheduled volumes or
49   Status Director 
50 - Check if Incremental is working correctly when it looks for the previous Job 
51   (Phil's problem).
52 - Add next Volume to be used to status output.
53 - Make bootstrap filename unique.
54 - The bsr for Dan's job has file indexes covering the whole range rather
55   than only the range contained on the volume.
56   Constrain FileIndex to be within range for Volume.
57 - Test a second language e.g. french.
58 - Start working on Base jobs.
59 - Make "make binary-release" work from any directory.
60 - Document c:/working directory better than /working directory.
61 - Unsaved Flag in Job record.
62 - Base Flag in Job record.
63 - Implement UnsavedFiles DB record.
64 - Implement argc/argv for daemon command line scanning using table driven
65   stuff below.
66 - Implement table driven single argc/argv scanner to pickup all arguments.
67   Much like xxx_conf.c scan table.
68   keyword, handler(store_routine), store_address, code, flags, default.
69 - Make | and < work on FD side.
70 - Pass prefix_links to FD.
71 - Implement a M_SECURITY message class.
72 - From Phil Stracchino:
73   It would probably be a per-client option, and would be called
74   something like, say, "Automatically purge obsoleted jobs".  What it
75   would do is, when you successfully complete a Differential backup of a
76   client, it would automatically purge all Incremental backups for that
77   client that are rendered redundant by that Differential.  Likewise,
78   when a Full backup on a client completed, it would automatically purge
79   all Differential and Incremental jobs obsoleted by that Full backup.
80   This would let people minimize the number of tapes they're keeping on
81   hand without having to master the art of retention times.
82 - Prohibit backing up archive device (findlib/find_one.c:128)
83 - Make Restore report an error if FD or SD term codes are not OK.
84 - Add JobLevel in FD status (but make sure it is defined).
85 - Restrict characters permitted in a Resource name, and don't permit
86   duplicate names.
87 - Implement new serialize subroutines
88    send(socket, "string", &Vol, "uint32", &i, NULL)
89 - Audit all UA commands to ensure that we always prompt where possible.
90 - Scratch Pool where the volumes can be re-assigned to any Pool.
91
92
93 After 1.31:
94 - When doing a Backup send all attributes back to the Director, who
95   would then figure out what files have been deleted.
96 - Currently in mount.c:236 the SD simply creates a Volume. It should have
97   explicit permission to do so.  It should also mark the tape in error
98   if there is an error.
99 - Make sure all restore counters are working correctly in the FD.
100 - SD Bytes Read is wrong.
101 - Configure mtx-changer to have correct path to mtx.
102 - Look at ALL higher level routines that call block.c to be sure
103   they don't expect something in errmsg.
104 - Investigate doing RAW backup of Win32 partition.
105 - Add JobName= to VerifyToCatalog so that all verifies can be done at the end.
106 - Add thread specific data to hold the jcr -- send error messages from
107   low level routines by accessing it and using Jmsg().
108 - Cancel waiting for Client connect in SD if FD goes away.
109 - Testing Tibs job erred and hung director on Storage resource.  This was
110   because there were a whole pile of jobs hanging around in the SD  
111   waiting for a connection from the FD that was never coming.
112 - Possibly update all client records at startup.
113
114 - Add Progress command that periodically reports the progress of
115   a job or all jobs.
116 - One block was orphaned in the SD probably after cancel.
117 - Add all command line arguments to "update", e.g. slot=nn volStatus=append, ...
118
119
120 - Examine Bare Metal restore problem (a FD crash exists somewhere ...).
121 - Implement timeout in response() when it should come quickly.
122 - Implement console @echo command.
123 - Implement a Slot priority (loaded/not loaded).
124 - Implement "vacation" Incremental only saves.
125 - Implement single pane restore (much like the Gftp panes).
126 - Implement Automatic Mount even in operator wait.
127 - Implement create "FileSet"?
128 - Implement Release Device in the Job resource to unmount a drive.
129 - Implement Acquire Device in the Job resource to mount a drive,
130   be sure this works with admin jobs so that the user can get
131   prompted to insert the correct tape.  Possibly some way to say to
132   run the job but don't save the files.
133 - Implement all command line args on run.
134 - Implement command line "restore" args.
135 - Implement "restore current select=no"
136 - Fix watchdog pthread crash on Win32 (this is pthread_kill() Cygwin bug)
137 - Implement "scratch pool" where tapes are defined and can be
138   taken by any pool that needs them.
139 - Implement restore "current system", but take all files without
140   doing selection tree -- so that jobs without File records can
141   be restored.
142 - Implement disk spooling. Two parts: 1. Spool to disk then
143   immediately to tape to speed up tape operations. 2. Spool to
144   disk only when the tape is full, then when a tape is hung move
145   it to tape.
146 - Implement a relocatable bacula.spec 
147 - Allow multiple Storage specifications (or multiple names on
148   a single Storage specification) in the Job record. Thus a job 
149   can be backed up to a number of storage devices.
150 - Implement dump/print label to UA
151 - Add prefixlinks to where or not where absolute links to FD.
152 - Issue message to mount a new tape before the rewind.
153 - Simplified client job initiation for portables.
154 - If SD cannot open a drive, make it periodically retry.
155 - Implement LabelTemplate (at least first cut).
156 - Add more of the config info to the tape label.
157 - Implement a Mount Command and an Unmount Command where
158   the users could specify a system command to be performed
159   to do the mount, after which Bacula could attempt to
160   read the device. This is for Removeable media such as a CDROM.
161   - Most likely, this mount command would be invoked explicitly
162   by the user using the current Console "mount" and "unmount" 
163   commands -- the Storage Daemon would do the right thing 
164   depending on the exact nature of the device.
165   - As with tape drives, when Bacula wanted a new removable
166   disk mounted, it would unmount the old one, and send a message
167   to the user, who would then use "mount" as described above 
168   once he had actually inserted the disk.
169
170 - Make some way so that if a machine is skipped because it is not up 
171   that Bacula will continue retrying for a specified period of time --
172   periodically.
173 - If tape is marked read-only, then try opening it read-only rather than
174   failing, and remember that it cannot be written.
175 - Refine SD waiting output:
176     Device is being positioned
177     >     Device is being positioned for append
178     >     Device is being positioned to file x
179     > 
180 - Figure out some way to estimate output size and to avoid splitting
181   a backup across two Volumes -- this could be useful for writing CDROMs
182   where you really prefer not to have it split -- not serious.
183 - Add RunBeforeJob and RunAfterJob to the Client program.
184 - Have SD compute MD5 or SHA1 and compare to what FD computes.
185 - Make VolumeToCatalog calculate an MD5 or SHA1 from the 
186   actual data on the Volume and compare it.                  
187 - Implement FileOptions (see end of this document)
188 - Implement Bacula plugins -- design API
189 - Make bcopy read through bad tape records.
190 - Fix read_record to handle multiple sessions.
191 - Program files (i.e. execute a program to read/write files).
192   Pass read date of last backup, size of file last time.
193 - Add Signature type to File DB record.
194 - CD into subdirectory when open()ing files for backup to
195   speed up things.  Test with testfind().
196 - Priority job to go to top of list.
197 - Why are save/restore of device different sizes (sparse?)   Yup! Fix it.
198 - Implement some way for the Console to dynamically create a job.
199 - Restore to a particular time -- e.g. before date, after date. 
200 - Solaris -I on tar for include list
201 - Need a verbose mode in restore, perhaps to bsr.
202 - bscan without -v is too quiet -- perhaps show jobs.
203 - Add code to reject whole blocks if not wanted on restore.
204 - Check if we can increase Bacula FD priorty in Win2000
205 - Make sure the MaxVolFiles is fully implemented in SD
206 - Check if both CatalogFiles and UseCatalog are set to SD.
207 - Need return status on read_cb() from read_records(). Need multiple
208   records -- one per Job, maybe a JCR or some other structure with
209   a block and a record.
210 - Figure out how to do a bare metal Windows restore
211 - Possibly add email to Watchdog if drive is unmounted too
212   long and a job is waiting on the drive.
213 - Use read_record.c in SD code.
214 - Restore program that errors in SD due to no tape reports
215   OK incorrectly in output.
216 - After unmount, if restore job started, ask to mount.
217 - Convert all %x substitution variables, which are hard to remember
218   and read to %(variable-name).  Idea from TMDA.
219 - Remove NextId for SQLite. Optimize.
220 - Move all SQL statements into a single location.
221 - Add UA rc and history files.
222 - put termcap (used by console) in ./configure and
223   allow -with-termcap-dir.
224 - Enhance time and size scanning routines.
225 - Fix Autoprune for Volumes to respect need for full save.
226 - Fix Win32 config file definition name on /install
227 - Compare tape to Client files (attributes, or attributes and data) 
228 - Make all database Ids 64 bit.
229 - Write an applet for Linux.
230 - Add estimate to Console commands
231 - Implement new daemon communications protocol.
232 - Allow console commands to detach or run in background.
233 - Fix status delay on storage daemon during rewind.
234 - Add SD message variables to control operator wait time
235   - Maximum Operator Wait
236   - Minimum Message Interval
237   - Maximum Message Interval
238 - Send Operator message when cannot read tape label.
239 - Verify level=Volume (scan only), level=Data (compare of data to file).
240   Verify level=Catalog, level=InitCatalog
241 - Events file
242 - Add keyword search to show command in Console.
243 - Events : tape has more than xxx bytes.
244 - Complete code in Bacula Resources -- this will permit
245   reading a new config file at any time.
246 - Handle ctl-c in Console
247 - Implement script driven addition of File daemon to config files.
248 - Think about how to make Bacula work better with File (non-tape) archives.
249 - Write Unix emulator for Windows.
250 - Put memory utilization in Status output of each daemon
251   if full status requested or if some level of debug on.
252 - Make database type selectable by .conf files i.e. at runtime
253 - Set flag for uname -a.  Add to Volume label.
254 - Implement throttled work queue.
255 - Restore files modified after date
256 - Restore file modified before date
257 - Restore -- do nothing but show what would happen
258 - SET LD_RUN_PATH=$HOME/mysql/lib/mysql
259 - Implement Restore FileSet=
260 - Create a protocol.h and protocol.c where all protocol messages
261   are concentrated.
262 - Remove duplicate fields from jcr (e.g. jcr.level and jcr.jr.Level, ...).
263 - Timout a job or terminate if link goes down, or reopen link and query.
264 - Concept of precious tapes (cannot be reused).
265 - Make bcopy copy with a single tape drive.
266 - Permit changing ownership during restore.
267
268 - From Phil:
269   > My suggestion:  Add a feature on the systray menu-icon menu to request
270   > an immediate backup now.  This would be useful for laptop users who may
271   > not be on the network when the regular scheduled backup is run.
272   > 
273   > My wife's suggestion: Add a setting to the win32 client to allow it to
274   > shut down the machine after backup is complete (after, of course,
275   > displaying a "System will shut down in one minute, click here to cancel"
276   > warning dialog).  This would be useful for sites that want user
277   > woorkstations to be shut down overnight to save power.
278   > 
279
280 - Autolabel should be specified by DIR instead of SD.
281 - Storage daemon    
282   - Add media capacity
283   - AutoScan (check checksum of tape)
284   - Format command = "format /dev/nst0"
285   - MaxRewindTime
286   - MinRewindTime
287   - MaxBufferSize
288   - Seek resolution (usually corresponds to buffer size)
289   - EODErrorCode=ENOSPC or code
290   - Partial Read error code
291   - Partial write error code
292   - Nonformatted read error
293   - Nonformatted write error
294   - WriteProtected error
295   - IOTimeout
296   - OpenRetries
297   - OpenTimeout
298   - IgnoreCloseErrors=yes
299   - Tape=yes
300   - NoRewind=yes
301 - Pool
302   - Maxwrites
303   - Recycle period
304 - Job
305   - MaxWarnings
306   - MaxErrors (job?)
307 =====
308 - FD sends unsaved file list to Director at end of job (see
309   RFC below).
310 - File daemon should build list of files skipped, and then
311   at end of save retry and report any errors.
312 - Write a Storage daemon that uses pipes and
313   standard Unix programs to write to the tape.
314   See afbackup.
315 - Need something that monitors the JCR queue and
316   times out jobs by asking the deamons where they are.
317 - Enhance Jmsg code to permit buffering and saving to disk.
318 - device driver = "xxxx" for drives.
319 - Verify from Volume
320 - Ensure that /dev/null works
321 - Need report class for messages. Perhaps
322   report resource where report=group of messages
323 - enhance scan_attrib and rename scan_jobtype, and
324   fill in code for "since" option 
325 - Director needs a time after which the report status is sent
326   anyway -- or better yet, a retry time for the job.
327 - Don't reschedule a job if previous incarnation is still running.
328 - Some way to automatically backup everything is needed????
329 - Need a structure for pending actions:
330   - buffered messages
331   - termination status (part of buffered msgs?)
332 - Drive management
333   Read, Write, Clean, Delete
334 - Login to Bacula; Bacula users with different permissions:
335    owner, group, user, quotas
336 - Store info on each file system type (probably in the job header on tape.
337   This could be the output of df; or perhaps some sort of /etc/mtab record.
338
339 Longer term to do:
340 - Design at hierarchial storage for Bacula. Migration and Clone. 
341 - Implement FSM (File System Modules).
342 - Audit M_ error codes to ensure they are correct and consistent.
343 - Add variable break characters to lex analyzer.
344   Either a bit mask or a string of chars so that
345   the caller can change the break characters.
346 - Make a single T_BREAK to replace T_COMMA, etc.
347 - Ensure that File daemon and Storage daemon can
348   continue a save if the Director goes down (this
349   is NOT currently the case). Must detect socket error,
350   buffer messages for later. 
351 - Enhance time/duration input to allow multiple qualifiers e.g. 3d2h
352 - Add ability to backup to two Storage devices (two SD sessions) at
353   the same time -- e.g. onsite, offsite.
354 - Add the ability to consolidate old backup sets (basically do a restore
355   to tape and appropriately update the catalog). Compress Volume sets.
356   Might need to spool via file is only one drive is available.
357 - Compress or consolidate Volumes of old possibly deleted files. Perhaps
358   someway to do so with every volume that has less than x% valid 
359   files.
360
361
362 Migration: Move a backup from one Volume to another
363 Clone:     Copy a backup -- two Volumes
364
365 Bacula Migration is based on Jobs (apparently Networker is file by file).
366
367 Migration triggered by:
368   Number of Jobs
369   Number of Volumes
370   Age of Jobs
371   Highwater mark (keep total size)
372   Lowwater mark
373   
374 Projects:
375             Bacula Projects Roadmap 
376                17 August 2002
377            last update 8 May 2003
378
379 Item 1:   Multiple simultaneous Jobs. (done)
380 Done -- Restore part needs better implementation to work correctly
381         Also, it needs considerable testing
382
383   What:   Permit multiple simultaneous jobs in Bacula.
384
385   Why:    An enterprise level solution needs to go fast without the
386           need for the system administrator to carefully tweak
387           timing.  Based on the benchmarks, during a full
388           backup, NetWorker typically hit 10 times the bandwidth to
389           the tape compared to Bacula--largely. This is probably due to
390           running parallel jobs and multi-threaded filling of buffers
391           and writing them to tape.  This should also make things work
392           better when you have a mix of fast and slow machines backing
393           up at the same time.
394
395   Notes:  Bacula was designed to run multiple simultaneous jobs. Thus
396           implementing this is a matter of some small cleanups and
397           careful testing.
398
399
400 Item 2:   Make the Storage daemon use intermediate file storage to buffer data.
401 Deferred -- not necessary yet -- possibly implement with Migration.
402
403   What:   If data is coming into the SD too fast, buffer it to 
404           disk if the user has configured this option.
405
406   Why:    This would be nice, especially if it more or less falls out
407           when implementing (1) above.  If not, it probably should not
408           be given a high priority because fundamentally the backup time
409           is limited by the tape bandwidth.  Even though you may finish a
410           client job quicker by spilling to disk, you still have to
411           eventually get it onto tape.  If intermediate disk buffering
412           allows us to improve write bandwidth to tape, it may make
413           sense.
414
415   Notes:  Whether or not this is implemented will depend upon performance
416           testing after item 1 is implemented.
417
418
419 Item 3:   Write the bscan program -- also write a bcopy program.
420 Done
421
422   What:   Write a program that reads a Bacula tape and puts all the 
423           appropriate data into the catalog. This allows recovery
424           from a tape that is no longer in the database, or it allows
425           re-creation of a database if lost.
426
427   Why:    This is a fundamental robustness and disaster recovery tool
428           which will increase the comfort level of a sysadmin
429           considering adopting Bacula.
430
431   Notes:  A skeleton of this program already exists, but much work
432           needs to be done. Implementing this will also make apparent
433           any deficiencies in the current Bacula tape format.
434
435
436 Item 4:   Implement Base jobs.
437
438   What:   A base job is sort of like a Full save except that you 
439           will want the FileSet to contain only files that are unlikely
440           to change in the future (i.e. a snapshot of most of your
441           system after installing it). After the base job has been run,
442           when you are doing a Full save, you can specify to exclude
443           all files saved by the base job that have not been modified.
444
445   Why:    This is something none of the competition does, as far as we know
446           (except BackupPC, which is a Perl program that saves to disk
447           only).  It is big win for the user, it makes Bacula stand out
448           as offering a unique optimization that immediately saves time
449           and money.
450
451   Notes:  Big savings in tape usage. Will require more resources because
452           the e. DIR must send FD a list of files/attribs, and the FD must
453           search the list and compare it for each file to be saved.
454
455
456 Item 5:   Implement Label templates
457 Done 
458
459   What:   This is a mechanism whereby Bacula can automatically create
460           a tape label for new tapes according to a detailed specification
461           provided by the user.
462
463   Why:    It is a major convenience item for folks who use automated label
464           creation.
465
466   Notes:  Bacula already has a working form of automatic tape label
467           creation, but it is very crude. The design for the complete
468           tape labeling project is already documented in the manual.
469
470
471 Item 6:   Write a regression script.
472 Done --   Continue to expand its testing.
473
474   What:   This is an automatic script that runs and tests as many features
475           of Bacula as possible. The output is compared to previous
476           versions of Bacula and any differences are reported.
477
478   Why:    This is an enormous help in preventing introduction of new
479           errors in parts of the program that already work correctly.
480
481   Notes:  This probably should be ranked higher, it's something the typical
482           user doesn't see.  Depending on how it's implemented, it may
483           make sense to defer it until the archival tape format and
484           user interface mature.
485
486
487 Item 7:   GUI for interactive restore
488 Item 8:   GUI for interactive backup
489
490   What:   The current interactive restore is implemented with a tty
491           interface. It would be much nicer to be able to "see" the
492           list of files backed up in typical GUI tree format.
493           The same mechanism could also be used for creating 
494           ad-hoc backup FileSets (item 8).
495
496   Why:    Ease of use -- especially for the end user.
497
498   Notes:  Rather than implementing in Gtk, we probably should go directly
499           for a Browser implementation, even if doing so meant the
500           capability wouldn't be available until much later.  Not only
501           is there the question of Windows sites, most
502           Solaris/HP/IRIX, etc,  shops can't currently run Gtk programs
503           without installing lots of stuff admins are very wary about.
504           Real sysadmins will always use the command line anyway, and
505           the user who's doing an interactive restore or backup of his
506           own files will in most cases be on a Windows machine running
507           Exploder.
508
509
510 Item 9:   Add SSL to daemon communications.
511
512   What:   This provides for secure communications between the daemons.
513
514   Why:    This would allow doing backup across the Internet without
515           privacy concerns (or with much less concern).
516
517   Notes:  The vast majority of near term potential users will be backing up
518           a single site over a LAN and, correctly or not, they probably
519           won't be concerned with security, at least not enough to go to
520           the trouble to set up keys, etc. to screw things down.  We suspect
521           that many users genuinely interested in multi-site backup
522           already run some form of VPN software in their internetwork
523           connections, and are willing to delegate security to that layer.
524
525
526 Item 10:  Define definitive tape format.
527 Done (version 1.27)
528
529   What:   Define that definitive tape format that will not change 
530           for the next millennium.
531
532   Why:    Stability, security.
533
534   Notes:  See notes for item 11 below.
535
536
537 Item 11:  New daemon communication protocol.
538
539   What:   The current daemon to daemon protocol is basically an ASCII
540           printf() and sending the buffer. On the receiving end, the
541           buffer is sscanf()ed to unpack it. The new scheme would
542           be a binary format that allows quick packing and unpacking
543           of any data type with named fields.
544
545   Why:    Using binary packing would be faster. Named fields will permit
546           error checking to ensure that what is sent is what the 
547           receiver really wants.
548
549   Notes:  These are internal improvements in the interest of the
550           long-term stability and evolution of the program.  On the one
551           hand, the sooner they're done, the less code we have to rip
552           up when the time comes to install them.  On the other hand, they
553           don't bring an immediately perceptible benefit to potential
554           users.  Item 10 and possibly item 11 should be deferred until Bacula
555           is well established with a growing user community more or
556           less happy with the feature set.  At that time, it will make a
557           good "next generation" upgrade in the interest of data
558           immortality.
559
560
561
562
563 ======================================================
564         Base Jobs design
565 It is somewhat like a Full save becomes an incremental since
566 the Base job (or jobs) plus other non-base files.
567 Need:
568 - New BaseFile table that contains:
569     JobId, BaseJobId, FileId (from Base).
570   i.e. for each base file that exists but is not saved because
571   it has not changed, the File daemon sends the JobId, BaseId,
572   and FileId back to the Director who creates the DB entry.
573 - To initiate a Base save, the Director sends the FD 
574   the FileId, and full filename for each file in the Base.
575 - When the FD finds a Base file, he requests the Director to
576   send him the full File entry (stat packet plus MD5), or
577   conversely, the FD sends it to the Director and the Director
578   says yes or no. This can be quite rapid if the FileId is kept
579   by the FD for each Base Filename.          
580 - It is probably better to have the comparison done by the FD
581   despite the fact that the File entry must be sent across the
582   network.
583 - An alternative would be to send the FD the whole File entry
584   from the start. The disadvantage is that it requires a lot of
585   space. The advantage is that it requires less communications
586   during the save.
587 - The Job record must be updated to indicate that one or more
588   Bases were used.
589 - At end of Job, FD returns:   
590    1. Count of base files/bytes not written to tape (i.e. matches)
591    2. Count of base file that were saved i.e. had changed.
592 - No tape record would be written for a Base file that matches, in the
593   same way that no tape record is written for Incremental jobs where
594   the file is not saved because it is unchanged.
595 - On a restore, all the Base file records must explicitly be
596   found from the BaseFile tape. I.e. for each Full save that is marked
597   to have one or more Base Jobs, search the BaseFile for all occurrences
598   of JobId.
599 - An optimization might be to make the BaseFile have:
600      JobId
601      BaseId
602      FileId
603   plus
604      FileIndex
605   This would avoid the need to explicitly fetch each File record for
606   the Base job.  The Base Job record will be fetched to get the
607   VolSessionId and VolSessionTime.
608 =========================================================  
609
610   
611
612 =============================================================
613
614                 Request For Comments For File Backup Options
615                    10 November 2002
616
617 Subject: File Backup Options
618
619 Problem: 
620   A few days ago, a Bacula user who is backing up to file volumes and
621   using compression asked if it was possible to suppress compressing
622   all .gz files since it was a waste of CPU time. Although Bacula
623   currently permits using different options (compression, ...) on
624   a directory by directory basis, it cannot do it on a file by 
625   file basis, which is clearly what was desired.   
626
627 Proposed Implementation:
628   To solve this problem, I propose the following:
629
630   - Add a new Director resource type called FileOptions.  
631
632   - The FileOptions resource will have records for all
633     options that can currently be specified on the Include record 
634     (in a FileSet).  Examples below.
635
636   - The FileOptions resource will permit an exclude option as well
637     as a number of additional options.
638
639   - The heart of the FileOptions resource is the ability to
640     supply any number of ApplyTo records which specify POSIX
641     regular expressions.  These ApplyTo regular expressions are
642     applied to the fully qualified filename (path and all). If
643     one matches, then the FileOptions will be used.
644
645   - When an ApplyTo specification matches an included file, the
646     options specified in the FileOptions resource will override
647     the default options specified on the Include record.
648
649   - Include records will be modified to permit referencing one or
650     more FileOptions resources.  The FileOptions will be used
651     in the order listed on the Include record and the first
652     one that matches will be applied.
653
654   - Options (or specifications) currently supplied on the Include
655     record will be deprecated (i.e. removed in a later version a
656     year or so from now).
657
658   - The Exclude record will be deprecated as the same functionality
659     can be obtained by using an Exclude = yes in the FileOptions.
660
661 FileOptions records:
662   The following records can appear in the FileOptions resource. An
663   asterisk preceding the name indicates a feature not currently
664   implemented.
665
666   For Backup Jobs:
667     - Compression= (GZIP, ...)
668     - Signature=   (MD5, SHA1, ...)
669     - *Encryption=
670     - OneFs=      (yes/no)    - remain on one filesystem
671     - Recurse=    (yes/no)    - recurse into subdirectories
672     - Sparse=     (yes/no)    - do sparse file backup
673     - *Exclude=   (yes/no)    - exclude file from being saved
674     - *Reader=    (filename)  - external read (backup) program
675     - *Plugin=    (filename)  - read/write plugin module
676
677   For Verify Jobs:
678     - verify=     (ipnougsamc5) - verify options
679
680   For Restore Jobs:
681     - replace= (always/ifnewer/ifolder/never) - replace options currently
682                                                 implemented in 1.27
683     - *Writer= (filename)   - external write (restore) program
684
685
686 Implementation:
687   Currently options specifying compression, MD5 signatures, recursion,
688   ... of a FileSet are supplied on the Include record. These will now
689   all be collected into a FileOptions resource, which will be
690   specified on the Include in place of the options. Multiple FileOptions
691   may be specified.  Since the FileOptions contain regular expressions
692   that are applied to the full filename, this will give the ability
693   to specify backup options on a file by file basis to whatever level
694   of detail you wish.
695
696 Example:
697
698   Today:
699
700     FileSet {
701       Name = "FullSet"
702       Include = compression=GZIP signature=MD5 {
703         /
704       }
705     }
706
707   Proposal:
708
709     FileSet {
710       Name = "FullSet"
711       Include = FileOptions=Opts {
712         /
713       }
714     }
715     FileOptions {
716       Name = Opts
717       Compression = GZIP
718       Signature = MD5
719       ApplyTo = /*.?*/
720     }
721
722   That's a lot more to do the same thing, but it gives the ability to
723   apply options on a file by file basis.  For example, suppose you
724   want to compress all files but not any file with extensions .gz or .Z.
725   You could do so as follows:
726
727     FileSet {
728       Name = "FullSet"
729       Include = FileOptions=NoCompress FileOptions=Opts {
730         /
731       }
732     }
733     FileOptions {
734       Name = Opts
735       Compression = GZIP
736       Signature = MD5
737       ApplyTo = /*.?*/   # matches all files
738     }
739     FileOptions {
740       Name = NoCompress
741       Signature = MD5
742       # Note multiple ApplyTos are ORed
743       ApplyTo = /*.gz/   # matches .gz files */
744       ApplyTo = /*.Z/    # matches .Z files */
745     }
746
747   Now, since the NoCompress FileOptions is specified first on the
748   Include line, any *.gz or *.Z file will have an MD5 signature computed,
749   but will not be compressed. For all other files, the NoCompress will not
750   match, so the Opts options will be used which will include GZIP
751   compression.
752
753 Questions:
754   - Is it necessary to provide some means of ANDing regular expressions
755     and negation?  (not currently planned)
756
757     e.g.  ApplyTo = /*.gz/ && !/big.gz/
758
759   - I see that Networker has a "null" module which, if specified, does not 
760     backup the file, but does make an record of the file in the catalog
761     so that the catalog will reflect an exact picture of the filesystem.
762     The result is that the file can be "seen" when "browsing" the save
763     sets, but it cannot be restored.
764     
765     Is this really useful?  Should it be implemented in Bacula?
766   
767 Results:
768   After implementing the above, the user will be able to specify
769   on a file by file basis (using regular expressions) what options are
770   applied for the backup.
771
772
773 =============================================
774
775 ========================================================== 
776     Unsaved File design
777 For each Incremental job that is run, there may be files that
778 were found but not saved because they were locked (this applies
779 only to Windows). Such a system could send back to the Director
780 a list of Unsaved files.
781 Need:
782 - New UnSavedFiles table that contains:
783   JobId
784   PathId
785   FilenameId
786 - Then in the next Incremental job, the list of Unsaved Files will be
787   feed to the FD, who will ensure that they are explicitly chosen even
788   if standard date/time check would not have selected them.
789 =============================================================
790
791
792 Done: (see kernsdone for more)
793 - Heartbeat between daemons.
794 - Fix Dir heartbeat in restore and verify vol.  Be sure to make
795   bnet_recv() ignore BNET_HEARTBEAT.
796 - Implement HEART_BEAT while SD waiting for tapes.
797 - Include RunBeforeJob and RunAfterJob output in the message
798   stream.
799 - Change M_INFO to M_RESTORED for all restored files.
800 - Fix command prompt in gnome-console by checking on Ready.
801 - Merge SQLite, MySQL, and Rel spec into a single file.
802 - Fix config of "console"
803 - Check if cancel works with FD (fixed).
804 - Properly configure console and gconsole (currently for source not
805   configured for installation).
806 - Error labeling tape from console gets Jmsg error because of no Job.
807 - Test and implement get_pint and get_yesno.
808 - Implement global with DB name and add to btraceback.gdb
809 - Remove subsysdir from conf files (used only in autostart scripts).
810 - Fix the following:
811   rufus-dir: Max configured use duration exceeded. Marking Volume "MatouBackup" as Used.
812    rufus-sd: Volume "" previously written, moving to end of data.
813    rufus-sd: Matou.2003-05-10_10.39.18 Error: I canot write on this volume because:
814       The number of files mismatch! Volume=1 Catalog=0
815    rufus-sd: Matou.2003-05-10_10.39.18 Error: askdir.c:155 NULL Volume name. This shouldn't happen!!!
816 - Shell character expansion is failing occassionally.
817 - Add a section to the doc on Manual cycling of Volumes.
818 - Check if Job/File retentions apply to multivolume jobs.
819 - Fix missing casette in autoloader during read:
820   14-May-2003 14:41 undef-sd: RestoreFiles.2003-05-14_14.41.00 Warning: acquire.c:106 Volume name mismatch. Wanted TestVolume0005 got TestVolume0010
821   14-May-2003 14:41 undef-sd: 3301 Issuing autochanger "loaded" command.
822   14-May-2003 14:41 undef-sd: 3302 Issuing autochanger "unload" command.
823   14-May-2003 14:42 undef-sd: 3303 Issuing autochanger "load slot 1" command.
824   14-May-2003 14:42 undef-sd: 3304 Autochanger "load slot 1" status is OK.
825   14-May-2003 14:42 undef-sd: RestoreFiles.2003-05-14_14.41.00 Warning: acquire.c:106 Volume name mismatch. Wanted TestVolume0005 got TestVolume0009
826   14-May-2003 14:42 undef-sd: 3301 Issuing autochanger "loaded" command.
827   14-May-2003 14:42 undef-sd: RestoreFiles.2003-05-14_14.41.00 Warning: acquire.c:106 Volume name mismatch. Wanted TestVolume0005 got TestVolume0009
828   14-May-2003 14:42 undef-sd: 3301 Issuing autochanger "loaded" command.
829   14-May-2003 14:42 undef-sd: RestoreFiles.2003-05-14_14.41.00 Warning: acquire.c:106 Volume name mismatch. Wanted TestVolume0005 got TestVolume0009
830   14-May-2003 14:42 undef-sd: 3301 Issuing autochanger "loaded" command.
831   14-May-2003 14:42 undef-sd: RestoreFiles.2003-05-14_14.41.00 Warning: acquire.c:106 Volume name mismatch. Wanted TestVolume0005 got TestVolume0009
832   14-May-2003 14:42 undef-sd: 3301 Issuing autochanger "loaded" command.
833   14-May-2003 14:42 undef-sd: RestoreFiles.2003-05-14_14.41.00 Fatal error: acquire.c:129 Too many errors trying to mount device "/dev/nrsa0".
834   14-May-2003 14:42 undef-dir: Bacula 1.31 (12May03): 14-May-2003 14:42
835 - Fix problem reported by Christopher McCurdy <cmccurdy@eecis.udel.edu>
836    xeon-fd:      Could not stat c:/Documents and Settings/All 
837    Users/Application Data/Humc:\Documents and Settings\All User98_AIX.kbf: 
838    ERR=No such file or directory
839    Cannot reproduce.
840 - The following  Re-read last block at EOT failed. ERR=block.c:523 Read zero bytes on device /dev/nrsa0.
841     undef-sd: block.c:523 Read zero bytes on device /dev/nrsa0.
842   apparently masks the standard EOM message.
843 - BSD (probably) does not have strtoll()
844 - BSD does not have ioctl() MTEOM
845 - BSD defines a number of MT_xxx variables which conflict
846   with those defined by Bacula.
847 - Make default duration days if no qualifier (e.g. s) is specified.
848 - BSDI fix finding gcc version
849 - When the FD errs (e.g. disk full) have a more graceful shutdown.
850 - Make sure Bacula prunes/purges canceled and failed jobs too and all
851   jobs with zero JobFiles.
852 - Implement Volume name checking.
853 - Document what characters can go into Volume names.
854 - Getting the following on all directories on Win32
855   19-May-2003 01:14 tibs-fd:      Could not access c:/cygwin/home/kern/rxvt: ERR=Permission denied
856 - Cancellation caused JobMedia error:
857      babylon5-dir: Last FULL backup time not found. Doing FULL backup.               
858      babylon5-dir: Start Backup JobId 416, Job=Zocalo_Save.2003-05-19_02.15.06       
859      babylon5-sd: End of media on Volume VXA-V17-Inc-001 Bytes=31,982,900,672 Blocks=495,781.
860      babylon5-sd: Job Zocalo_Save.2003-05-19_02.15.06 waiting. Cannot find any appendable volumes.
861      babylon5-sd: Someone woke me up, but I cannot find any appendable volumes
862        for Job=Zocalo_Save.2003-05-19_02.15.06.                                
863      babylon5-sd: Zocalo_Save.2003-05-19_02.15.06 Fatal error: Job
864        Zocalo_Save.2003-05-19_02.15.06 canceled while waiting for mount on
865        Storage Device "Ecrix_VXA-1".
866      babylon5-sd: Zocalo_Save.2003-05-19_02.15.06 Fatal error: Cannot fixup device
867        error. Job Zocalo_Save.2003-05-19_02.15.06 canceled while waiting for
868        mount on Storage Device "Ecrix_VXA-1".
869                                                                                      
870      babylon5-dir: Zocalo_Save.2003-05-19_02.15.06 Error: Catalog error creating
871        JobMedia record. sql_create.c:125 Create JobMedia failed. Record already
872        exists.
873      babylon5-sd: Zocalo_Save.2003-05-19_02.15.06 Error: Error creating JobMedia
874        record: 1991 Update JobMedia error
875                                                                                      
876      babylon5-sd: Zocalo_Save.2003-05-19_02.15.06 Error: askdir.c:158 NULL Volume
877        name. This shouldn't happen!!!
878      zocalo-fd: Zocalo_Save.2003-05-19_02.15.06 Error: bnet.c:310 Write error
879        sending to Storage daemon:babylon5:9103: ERR=Broken pipe
880 - Volume names with spaces get jammed into the catalog with 0x1 
881   i.e. the SD bashes the Volume but they are not unbased by Dir.
882   jerom-dir: MonthlySave.2003-05-10_17.12.01 Error: Unable to get Media
883   record for Volume Tape^A1: ERR=sql_get.c:788 Media record for Volume
884   "Tape^A1" not found.
885    jerom-sd: MonthlySave.2003-05-10_17.12.01 Error: Error updating Volume
886    Info: 1991 Catalog Request failed: sql_get.c:788 Media record for Volume
887    "Tape^A1" not found.
888 - ChangeServiceConfig2A does not exist on WinNT (ADVAPI32.DLL).
889 - Fix "access not allowed" for backup of files on WinXP.
890 - Check for existence of all new Win32 API's.  See LoadLibrary in 
891   winservice.cpp
892 - Count errors during restore and print them in the Job report.
893 - Bug: fix access problems on files restored on WinXP.
894 - Put system type returned by FD into catalog.
895 - Finish WIN32_DATA stream code (bextract, check if can handle stream)
896 - Make SD keep track of Files, Bytes during restore.
897 - If you enter the userid by hand for restore, you get:
898   Enter JobId(s), comma separated, to restore: 74
899   You have selected the following JobId: 74
900   Building directory tree for JobId 74 ...
901   134645140 items inserted into the tree and marked for extraction.
902 - Add SDWriteSeqNo to SD, and probably Read on FD side.
903 - If bootstrap is non-zero for restore, do not show JobId in the
904   OK to run? (yes/mod/no): list.
905 - When all cassettes in magazine are used, got:
906   22-May-2003 18:24 undef-sd: 3304 Autochanger "load slot 1" status is OK.
907   22-May-2003 18:24 undef-sd: NightlySave.2003-05-22_14.08.16 Warning: mount.c:245 Director wanted Volume "TestVolume0009".
908       Current Volume "TestVolume0005" not acceptable because:
909       1998 Volume "TestVolume0005" not Append or Recycle.
910   22-May-2003 18:24 undef-sd: NightlySave.2003-05-22_14.08.16 Error: Autochanger Volume "TestVolume0009" not found in slot 1.
911       Setting slot to zero in catalog.
912   22-May-2003 18:24 undef-sd: Please mount Volume "TestVolume0009" on Storage Device "ARCHIVE 4586" for Job NightlySave.2003-05-22_14
913   .08.16
914   Use "mount" command to release Job.
915   22-May-2003 19:24 undef-sd: Please mount Volume "TestVolume0009" on Storage Device "ARCHIVE 4586" for Job NightlySave.2003-05-22_14
916   .08.16
917   Use "mount" command to release Job.
918 - Don't zero the Slot when the wrong volume is found -- simply ask
919   the operator.
920 - Implement MTIOCERRSTAT on FreeBSD to clear tape error conditions.
921 - Shell expansion fails for working_directory in SD from time to time.
922 - File the Automatically selected: xxx
923   to say Automatically selected Pool: xxx
924 - Default duration with no qualifier is sec should be 1 day
925 - zap sd_auth_key in SD after FD connection.
926 - Find a solution for the multiple FileSet problem (when it is changed). Add date?
927 - Look at Python for a Bacula scripting language -- www.python.org
928 - When Marking a file in Restore that is a hard link, also
929   mark the link so that the data will be reloaded.
930 - Emergency restore info:
931   - Backup Bacula
932   - Backup working directory
933   - Backup Catalog
934 - Why don't we get an error message from Win32 FD when bootstrap 
935   file cannot be created for restore command?
936 - Fix Win2000 error with no messages during startup.
937 - Make restore more robust in counting error and not immediately bailing
938   out. Also print error message once, but try to continue.
939 - Add code to check that blocks are sequential on restore.
940 - Remove "rufus" and such references from regress.
941 - No READLINE_SRC if found in alternate directory.
942 - If ./btape is called without /dev, assume argument is a Storage resource name.
943 - Find general solution for sscanf size problems (as well as sprintf. Do at run time?
944 - Bytes restored is wrong.
945 - The "List last 20 Jobs run" doesnt work correctly in restore.
946   It doesnt show the last 20 jobs , but some older ones.
947 - Fix Verify VolumeToCatalog to use BSRs -- it is broken.
948 - Implement Release Storage=xxx
949 - Fix restore on Win95/98  
950 - Remove the Jmsg() in sql_find.c:102 or only print on hard error.
951 - Implement FileSet VolIndex -- done, but must update old records.
952 - Check this below from Phil.
953   This was SD reported data rather than FD data!
954   > When the job was done, Bacula reported 11084 files restored:
955   > 
956   > JobId:                  527                                                     
957   > Job:                    Zocalo_Restore.2003-06-05_16.42.01                      
958   > Client:                 Zocalo                                                  
959   > Start time:             05-Jun-2003 16:42                                       
960   > End time:               06-Jun-2003 01:21                                       
961   > Files Restored:         11,084                                                  
962   > Bytes Restored:         65,474,772                                              
963   > Rate:                   2.1 KB/s                                                
964   > FD termination status:  OK                                                      
965   > Termination:            Restore OK                                              
966   > 
967   > when it should probably have reported 11084 files scanned, 250 restored.
968   > The bytes restored count looks about right.
969   > 
970 - Should Bacula make an Append tape as Purged when purging?
971 - Use switch() in backup.c and restore.c in FD instead of giant if statement.
972 - If during a restore, a hard linked file already exists (on option), delete
973   the file and re-link it.  This is to avoid the possibility that the
974   user had re-linked the file between the backup and the restore.
975   Do lstat() to see if it is already properly linked.
976   Same for symlinked file.
977   Make sure ifnewer, ifolder, never, ... apply correctly.
978 - Flag so that no connect does not error, and Reschedule a job.
979 - Implement "Reschedule OnError=yes interval=nnn times=xxx"
980 - That restoring a hard link that already exists works correctly.
981   Same for soft link.
982 - Make Pool resource handle Counter resources.
983 - Fix first block number after label to be zero instead of 1 (reset after label).
984 - Grep for Backup OK in regression script.
985 - Do NOT reuse same JobId if tape written.
986 - Implement non-blocking writes and bsock->terminate in heartbeat
987   thread, or set it in status.c cancel (used pthread_kill() instead of
988   non-blocking I/O.
989 - Add restore to specific date.
990 - Instrument use_count on DEVICE packets and ensure that the device is
991   being close()ed at the appropriate time.
992 - Test long path names (>64 chars) in Windows -- crashes FD?
993 - Implement fast block rejection: match_bsr_block().
994