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