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