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