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