]> git.sur5r.net Git - bacula/bacula/blob - bacula/kernstodo
Update doc images
[bacula/bacula] / bacula / kernstodo
1                     Kern's ToDo List
2                      08 December 2004
3
4 Major development:      
5 Project                     Developer
6 =======                     =========                         
7 IPv6_2                      Meno Abels
8 Data encryption             Meno Abels (see projects)
9 Communication encryption    Meno Abels  
10 Version 1.37                Kern (see below)
11 ========================================================
12
13 1.37 Major Projects:
14 #3   Migration (Move, Copy, Archive Jobs)
15 #4   Embedded Python Scripting (implemented in Dir)
16 #5   Events that call a Python program (Implemented in Dir)
17 #6   Select one from among Multiple Storage Devices for Job
18 #7   Single Job Writing to Multiple Storage Devices
19
20 ##   Integrate web-bacula into a new Bacula project with
21      bimagemgr.
22 ##   Consider moving docs to their own project.
23
24 For 1.37:
25 - Create a new GUI chapter explaining all the GUI programs.
26 - Tell the "restore" user when browsing is no longer possible.
27 - Add disk seeking on restore.  
28 - Cancel command should include JobId in list of Jobs.
29 - Require restore via the restore command or make a restore Job
30   get the bootstrap file.
31 - Add dump of VolSessionId/Time and FileIndex with bls.
32 - Make bootstrap file handle multiple MediaTypes (SD)
33 - Add offline command to Bacula console.
34 - Implement WildFile and WildDir to solve problem of 
35   saving only *.doc files.
36 - Add performance testing hooks
37 - Add Python writable variable for changing the Priority.
38 - Document that Bootstrap files can be written with cataloging
39   turned off.
40 - Look at adding full Volume and Pool information to a Volume 
41   label so that bscan can get *all* the info. 
42 - Scratch Pool where the volumes can be re-assigned to any Pool.
43 - Fix orphanned buffers:
44    Orphaned buffer:      24 bytes allocated at line 808 of rufus-dir job.c
45    Orphaned buffer:      40 bytes allocated at line 45 of rufus-dir alist.c
46
47 Regression tests (Jo):
48 - Add Pool/Storage override regression test.
49 - Add delete JobId to regression.
50 - Add a regression test for dbcheck.  
51 - New test to add bscan to four-concurrent-jobs regression,
52   i.e. after the four-concurrent jobs zap the
53   database as is done in the bscan-test, then use bscan to
54   restore the database, do a restore and compare with the
55   original.
56 - Add restore of specific JobId to regression (item 3
57   on the restore prompt)
58 - Add IPv6 to regression
59 - Add database test to regression. Test each function like delete,
60   purge, ...
61
62
63 1.37 Possibilities:
64 - Can one write tapes faster with 8192 byte block sizes?
65 - Specify a single directory to restore.
66 - FileSet implement "default = include" or "default = exclude"
67   as a solution to being able to include only certain files??????
68 - Implement Preben's suggestion to add
69   File System Types = ext2, ext3 
70   to FileSets, thus simplifying backup of *all* local partitions.
71 - Implement Maximum Job Spool Size
72 - Document security problems with the same password for everyone in
73   rpm and Win32 releases.
74 - Browse generations of files.
75 - I've seen an error when my catalog's File table fills up.  I
76    then have to recreate the File table with a larger maximum row
77    size.  Relevant information is at
78    http://dev.mysql.com/doc/mysql/en/Full_table.html ; I think the
79    "Installing and Configuring MySQL" chapter should talk a bit
80    about this potential problem, and recommend a solution.
81 - For Solaris must use POSIX awk.
82 - Want speed of writing to tape while despooling.
83 - Supported autochanger:
84 OS: Linux
85 Man.: HP
86 Media: LTO-2
87 Model: SSL1016
88 Slots: 16
89 Cap: 200GB
90 - Supported drive:
91   Wangtek 6525ES (SCSI-1 QIC drive, 525MB), under Linux 2.4.something, 
92   bacula 1.36.0/1 works with blocksize 16k INSIDE bacula-sd.conf.
93 - Add regex from http://www.pcre.org to Bacula for Win32.
94 - Use only shell tools no make in CDROM package.
95 - Document PostgreSQL performance problems bug 131.
96 - Document testing
97 - Document that ChangerDevice is used for Alert command.
98 - Include within include does it work?
99 - Implement a Pool of type Cleaning?
100 - Implement VolReadTime and VolWriteTime in SD
101 - Modify Backing up Your Database to include a bootstrap file.
102 - Think about making certain database errors fatal.
103 - Look at correcting the time jump in the scheduler for daylight
104   savings time changes.
105 - Add a "real" timer to network connections.
106 - Write non-optimized bsrs from the JobMedia and Media records,
107   even after Files are pruned.
108 - Promote to Full = Time period 
109 - Despool attributes simultaneously with data in a separate
110   thread, rejoined at end of data spooling.
111 - Implement Files/Bytes,... stats for restore job.
112 - Implement Total Bytes Written, ... for restore job.
113 - Check dates entered by user for correctness (month/day/... ranges)
114 - Compress restore Volume listing by date and first file.
115 - Look at patches/bacula_db.b2z postgresql that loops during restore.
116   See Gregory Wright.
117 - Perhaps add read/write programs and/or plugins to FileSets.
118 - How to handle backing up portables ...
119 - Add some sort of guaranteed Interval for upgrading jobs.
120 - Can we write the state file after every job terminates? On Win32
121   the system crashes and the state file is not updated.
122 - Limit bandwidth
123
124 Documentation to do: (any release a little bit at a time)
125 - Doc to do unmount before removing magazine.
126 - Alternative to static linking "ldd prog" save all binaries listed,
127   restore them and point LD_LIBRARY_PATH to them.
128 - Document add "</dev/null >/dev/null 2>&1" to the bacula-fd command line
129 - Document query file format.
130 - Add more documentation for bsr files.
131 - Document problems with Verify and pruning.
132 - Document how to use multiple databases.
133 - VXA drives have a "cleaning required"
134   indicator, but Exabyte recommends preventive cleaning after every 75
135   hours of operation.
136   From Phil:
137     In this context, it should be noted that Exabyte has a command-line
138     vxatool utility available for free download.  (The current version is
139     vxatool-3.72.) It can get diagnostic info, read, write and erase tapes,
140     test the drive, unload tapes, change drive settings, flash new firmware,
141     etc.
142     Of particular interest in this context is that vxatool <device> -i will
143     report, among other details, the time since last cleaning in tape motion
144     minutes.  This information can be retrieved (and settings changed, for
145     that matter) through the generic-SCSI device even when Bacula has the
146     regular tape device locked.  (Needless to say, I don't recommend
147     changing tape settings while a job is running.)
148 - Lookup HP cleaning recommendations.
149 - Lookup HP tape replacement recommendations (see trouble shooting autochanger)
150 - Document doing table repair
151   
152           
153 Testing to do: (painful)
154
155
156 For 1.37 Testing/Documentation:
157 - Add bandwidth limiting.
158 - Add acks every once and a while from the SD to keep
159   the line from timing out.
160 - When an error in input occurs and conio beeps, you can back
161   up through the prompt.
162 - Detect fixed tape block mode during positioning by looking at
163   block numbers in btape "test".  Possibly adjust in Bacula.
164 - Fix list volumes to output volume retention in some other
165   units, perhaps via a directive.
166 - If opening a tape in read/write mode fails attempt to open
167   it in read-only mode, and mark the tape for read only.
168 - Add a read-only mode to the mount option.
169 - Allow Simultaneous Priorities = yes  => run up to Max concurrent jobs even
170   with multiple priorities.
171 - If you use restore replace=never, the directory attributes for
172   non-existent directories will not be restored properly.
173
174 - see lzma401.zip in others directory for new compression
175   algorithm/library.
176 - Minimal autochanger handling in Bacula and in btape.
177 - Look into how tar does not save sockets and the possiblity of
178   not saving them in Bacula (Martin Simmons reported this).
179 - Add All Local Partitions = yes to new style saves.
180 - localmounts=`awk '/ext/ { print $2 }' /proc/mounts`   # or whatever
181   find $localmounts -xdev -type s -ls
182 - Fix restore jobs so that multiple jobs can run if they
183   are not using the same tape(s).
184 - Allow the user to select JobType for manual pruning/purging.
185 - Look at adding Client run command that will use the
186   port opened by the client.
187 - bscan does not put first of two volumes back with all info in
188   bscan-test.
189 - Implement the FreeBSD nodump flag in chflags.
190 - Figure out how to make named console messages go only to that
191   console and to the non-restricted console (new console class?).
192 - Make restricted console prompt for password if *ask* is set or
193   perhaps if password is undefined.
194 - Implement "from ISO-date/time every x hours/days/weeks/months" in
195   schedules.
196 ==== from Marc Schoechlin
197 - the help-command should be more verbose
198   (it should explain the paramters of the different 
199   commands in detail)
200   -> it´s time-comsuming to consult the manual anytime
201      you need a special parameter
202   -> maybe it´s more easy to maintain this, if the
203      descriptions of that commands are outsourced to
204      a ceratin-file
205 - the cd-command should allow complete paths
206   i.e. cd /foo/bar/foo/bar
207   -> if a customer mails me the path to a certain file,
208      it´s faster to enter the specified directory
209 - if the password is not configured in bconsole.conf
210   you should be asked for it.
211   -> sometimes you like to do restore on a customer-machine
212      which shouldn´t know the password for bacula.
213   -> adding the password to the file favours admins
214      to forget to remove the password after usage
215   -> security-aspects
216      the protection of that file is less important
217 - long-listed-output of commands should be scrollable
218   like the unix more/less-command does
219   -> if someone runs 200 and more machines, the lists could
220      be a little long and complex
221 - command-output should be shown column by column
222   to reduce scrolling and to increase clarity
223   -> see last item
224 - lsmark should list the selected files with full
225   paths
226 - wildcards for selecting and file and directories would be nice
227 - any actions should be interuptable with STRG+C
228 - command-expansion would be pretty cool
229 ====
230 - Compaction of Disk space by "migrating" Volumes that have pruned
231   Jobs (what criteria? size, #jobs, time).
232 - Add prune all command
233 - Document fact that purge can destroy a part of a restore by purging
234   one volume while others remain valid -- perhaps mark Jobs.
235 - Add multiple-media-types.txt
236 - look at mxt-changer.html
237 - Make ? do a help command (no return needed).
238 - Implement restore directory.
239 - Document streams and how to implement them.
240 - Try not to re-backup a file if a new hard link is added.
241 - Add feature to backup hard links only, but not the data.
242 - Fix stream handling to be simpler.
243 - Add Priority and Bootstrap to Run a Job.
244 - Eliminate Restore "Run Restore Job" prompt by allowing new "run command
245   to be issued"
246 - Remove View FileSet button from Run a Job dialog.
247 - Handle prompt for restore job at end of Restore command.
248 - Add display of total selected files to Restore window.
249 - Add tree pane to left of window.
250 - Add progress meter.
251 - Max wait time or max run time causes seg fault -- see runtime-bug.txt
252 - Document writing to a CD/DVD with Bacula.
253 - Add a "base" package to the window installer for pthreadsVCE.dll
254   which is needed by all packages.
255 - Add message to user to check for fixed block size when the forward
256   space test fails in btape.
257 - When unmarking a directory check if all files below are unmarked and
258   then remove the + flag -- in the restore tree.
259 - Possibly implement: Action = Unmount Device="TapeDrive1" in Admin jobs.
260 - Setup lrrd graphs: (http://www.linpro.no/projects/lrrd/) Mike Acar.
261 - Revisit the question of multiple Volumes (disk) on a single device.
262 - Add a block copy option to bcopy.
263 - Investigate adding Mac Resource Forks.
264 - Finish work on Gnome restore GUI.
265 - Fix "llist jobid=xx" where no fileset or client exists.
266 - From Chris Hull:
267    it seems to be complaining about 12:00pm which should be a valid 12
268    hour time.  I changed the time to 11:59am and everything works fine.
269    Also 12:00am works fine.  0:00pm also works (which I don't think
270    should).  None of the values 12:00pm - 12:59pm work for that matter.
271 - Add level to estimate command.
272 - For each job type (Admin, Restore, ...) require only the really necessary
273   fields.
274 - Fix option 2 of restore -- list where file is backed up -- require Client,
275   then list last 20 backups.
276 - Pass Director resource name as an option to the Console.
277 - Add a "batch" mode to the Console (no unsolicited queries, ...).
278 - Add a .list all files in the restore tree (probably also a list all files)
279   Do both a long and short form.
280 - Allow browsing the catalog to see all versions of a file (with 
281   stat data on each file).
282 - Restore attributes of directory if replace=never set but directory
283   did not exist.
284 - Use SHA1 on authentication if possible.
285 - See comtest-xxx.zip for Windows code to talk to USB.
286 - Add Events and Perl scripting.
287 - Add John's appended files:
288    Appended = {     /files/server/logs/http/*log   }
289    and such files would be treated as follows.On a FULL backup, they would
290    be backed up like any other file.On an INCREMENTAL backup, where a
291    previous INCREMENTAL or FULL was already in thecatalogue and the length
292    of the file wasgreater than the length of the last backup, only thedata
293    added since the last backup will be dumped.On an INCREMENTAL backup, if
294    the length of the file is less than thelength of the file with the same
295    name last backed up, the completefile is dumped.On Windows systems, with
296    creation date of files, we can be evensmarter about this and not count
297    entirely upon the length.On a restore, the full and all incrementals
298    since it will beapplied in sequence to restore the file.  
299 - Allow for optional cancelling of SD and FD in case DIR
300   gets a fatal error. Requested by Jesse Guardiani <jesse@wingnet.net>
301 - Add "limit=n" for "list jobs"
302 - Check new HAVE_WIN32 open bits.    
303 - Check if the tape has moved before writing.  
304 - Handling removable disks -- see below:
305 - Keep track of tape use time, and report when cleaning is necessary.
306 - Add FromClient and ToClient keywords on restore command (or
307   BackupClient RestoreClient).
308 - Implement a JobSet, which groups any number of jobs. If the
309   JobSet is started, all the jobs are started together.
310   Allow Pool, Level, and Schedule overrides.
311 - Enhance cancel to timeout BSOCK packets after a specific delay.
312 - Do scheduling by UTC using gmtime_r() in run_conf, scheduler, and   
313   ua_status.!!! Thanks to Alan Brown for this tip.
314 - Look at updating Volume Jobs so that Max Volume Jobs = 1 will work
315   correctly for multiple simultaneous jobs.
316 - Correct code so that FileSet MD5 is calculated for < and | filename   
317   generation.
318 - Implement the Media record flag that indicates that the Volume does disk 
319   addressing.
320 - Implement VolAddr, which is used when Volume is addressed like a disk,
321   and form it from VolFile and VolBlock.
322 - Make multiple restore jobs for multiple media types specifying 
323   the proper storage type.
324 - Implement MediaType keyword in bsr?   
325 - Fix fast block rejection (stored/read_record.c:118). It passes a null
326   pointer (rec) to try_repositioning().
327 - Look at extracting Win data from BackupRead.
328 - Implement RestoreJobRetention? Maybe better "JobRetention" in a Job,
329   which would take precidence over the Catalog "JobRetention".
330 - Implement Label Format in Add and Label console commands.
331 - Possibly up network buffers to 65K. Put on variable.
332 - Put email tape request delays on one or more variables. User wants
333   to cancel the job after a certain time interval.  Maximum Mount Wait?
334 - Job, Client, Device, Pool, or Volume?
335   Is it possible to make this a directive which is *optional* in multiple
336   resources, like Level? If so, I think I'd make it an optional directive
337   in Job, Client, and Pool, with precedence such that Job overrides Client
338   which in turn overrides Pool.
339
340 - New Storage specifications:
341   - Want to write to multiple storage devices simultaneously
342   - Want to write to multiple storage devices sequentially (in one job)
343   - Want to read/write simultaneously
344   - Key is MediaType -- it must match
345
346   Passed to SD as a sort of BSR record called Storage Specification
347     Record or SSR.
348     SSR                    
349       Next -> Next SSR
350       MediaType -> Next MediaType
351       Pool -> Next Pool
352       Device -> Next Device
353   Job Resource
354      Allow multiple Storage specifications
355      New flags
356         One Archive = yes
357         One Device = yes
358         One Storage = yes
359         One MediaType = yes
360         One Pool = yes
361   Storage
362      Allow Multiple Pool specifications (note, Pool currently
363        in Job resource).
364      Allow Multiple MediaType specifications in Dir conf
365      Allow Multiple Device specifications in Dir conf
366      Perhaps keep this in a single SSR
367   Tie a Volume to a specific device by using a MediaType that 
368     is contained in only one device.
369   In SD allow Device to have Multiple MediaTypes
370
371 - Ideas from Jerry Scharf:
372   First let's point out some big pluses that bacula has for this
373         it's open source
374         more importantly it's active. Thank you so much for that
375         even more important, it's not flaky
376         it has an open access catalog, opening many possibilities
377         it's pushing toward heterogeneous systems capability
378   big things:
379    Macintosh file client
380         macs are an interesting niche, but I fear a server is a rathole
381    working bare iron recovery for windows
382    the option for  inc/diff backups not reset on fileset revision
383         a) use both change and inode update time against base time
384         b) do the full catalog check (expensive but accurate)
385    sizing guide (how much system is needed to back up N systems/files)
386    consultants on using bacula in building a disaster recovery system
387    an integration guide
388         or how to get at fancy things that one could do with bacula
389    logwatch code for bacula logs (or similar)
390    linux distro inclusion of bacula (brings good and bad, but necessary)
391    win2k/XP server capability (icky but you asked)
392    support for Oracle database ??
393 ===
394 - Look at adding SQL server and Exchange support for Windows. 
395 - Each DVD-RAM disk would be a volume, just like each tape is 
396   a volume. It's a 4.7GB media with random access, but there's nothing about 
397   it that I can see that makes it so different than a tape from  bacula's 
398   perspective. Why couldn't I back up to a bare floppy as a volume (ignoring 
399   the media capacity?)
400 - Make dev->file and dev->block_num signed integers so that -1 can
401   be an invalid value which happens with BSR.
402 - Create VolAddr for disk files in place of VolFile and VolBlock. This
403   is needed to properly specify ranges.
404 - Add progress of files/bytes to SD and FD.
405 - Print warning message if FileId > 4 billion
406 - do a "messages" before the first prompt in Console
407 - Add a date and time stamp at the beginning of every line in the 
408   Job report (Volker Sauer).
409 - Client does not show busy during Estimate command.
410 - Implement Console mtx commands.
411 - Implement a Mount Command and an Unmount Command where
412   the users could specify a system command to be performed
413   to do the mount, after which Bacula could attempt to
414   read the device. This is for Removeable media such as a CDROM.
415   - Most likely, this mount command would be invoked explicitly
416   by the user using the current Console "mount" and "unmount" 
417   commands -- the Storage Daemon would do the right thing 
418   depending on the exact nature of the device.
419   - As with tape drives, when Bacula wanted a new removable
420   disk mounted, it would unmount the old one, and send a message
421   to the user, who would then use "mount" as described above 
422   once he had actually inserted the disk.
423 - Implement dump/print label to UA
424 - Spool to disk only when the tape is full, then when a tape is hung move
425   it to tape.
426 - bextract is sending everything to the log file ****FIXME****
427 - Allow multiple Storage specifications (or multiple names on
428   a single Storage specification) in the Job record. Thus a job 
429   can be backed up to a number of storage devices.
430 - Implement some way for the File daemon to contact the Director 
431   to start a job or pass its DHCP obtained IP number.
432 - Implement a query tape prompt/replace feature for a console
433 - Copy console @ code to gnome2-console
434 - Make AES the only encryption algorithm see 
435   http://csrc.nist.gov/CryptoToolkit/aes/).  It's
436   an officially adopted standard, has survived peer
437   review, and provides keys up to 256 bits.
438 - Take a careful look at SetACL http://setacl.sourceforge.net     
439 - Take a careful look at Level for the estimate command, maybe make
440   it a command line option.
441 - Add Volume name to "I cannot write on this volume because"
442 - Make tree walk routines like cd, ls, ... more user friendly
443   by handling spaces better.
444 - Make sure that Bacula rechecks the tape after the 20 min wait.
445 - Set IO_NOWAIT on Bacula TCP/IP packets.
446 - Try doing a raw partition backup and restore by mounting a
447   Windows partition.
448 - From Lars Kellers:
449     Yes, it would allow to highly automatic the request for new tapes. If a 
450     tape is empty, bacula reads the barcodes (native or simulated), and if 
451     an unused tape is found, it runs the label command with all the 
452     necessary parameters.
453
454     By the way can bacula automatically "move" an empty/purged volume say 
455     in the "short" pool to the "long" pool if this pool runs out of volume 
456     space?
457 - What to do about "list files job=xxx".
458 - Make Dmsg look at global before calling subroutine.
459 - Get and test MySQL 4.0
460 - Look at how fuser works and /proc/PID/fd that is how Nic found the
461   file descriptor leak in Bacula.
462 - Implement WrapCounters in Counters.
463 - Add heartbeat from FD to SD if hb interval expires.
464 - Can we dynamically change FileSets?
465 - If pool specified to label command and Label Format is specified,
466   automatically generate the Volume name.
467 - Why can't SQL do the filename sort for restore?
468 - Look into Microsoft Volume Shadowcopy Service VSS for backing
469   up system state components (Active Directory, System Volume, ...)
470 - Add ExhautiveRestoreSearch
471 - Look at the possibility of loading only the necessary 
472   data into the restore tree (i.e. do it one directory at a
473   time as the user walks through the tree).
474 - Possibly use the hash code if the user selects all for a restore command.
475 - Fix "restore all" to bypass building the tree.
476 - Prohibit backing up archive device (findlib/find_one.c:128)
477 - Implement Release Device in the Job resource to unmount a drive.
478 - Implement Acquire Device in the Job resource to mount a drive,
479   be sure this works with admin jobs so that the user can get
480   prompted to insert the correct tape.  Possibly some way to say to
481   run the job but don't save the files.
482 - Make things like list where a file is saved case independent for
483   Windows.
484 - Implement migrate
485 - Use autochanger to handle multiple devices.
486 - Add SuSE install doc to list.
487 - Check and rechedk "Invalid block number"
488 - User wants to NOT backup up certain big files (email files).
489 - Maybe remove multiple simultaneous devices code in SD.
490 - On Windows with very long path names, it may be impossible to create 
491   a file (and thus restore it) because the total length is too long.
492   We must cd into the directory then create the file without the
493   full path name.
494 - Implement a Recycle command
495 - Add client name to cram-md5 challenge so Director can immediately
496   verify if it is the correct client.
497 - Audit all UA commands to ensure that we always prompt where possible.
498 - Make bootstrap filename unique.
499 - Test a second language e.g. french.
500 - Start working on Base jobs.
501 - Implement UnsavedFiles DB record.
502 - Implement argc/argv for daemon command line scanning using table driven
503   stuff below.
504 - From Phil Stracchino:
505   It would probably be a per-client option, and would be called
506   something like, say, "Automatically purge obsoleted jobs".  What it
507   would do is, when you successfully complete a Differential backup of a
508   client, it would automatically purge all Incremental backups for that
509   client that are rendered redundant by that Differential.  Likewise,
510   when a Full backup on a client completed, it would automatically purge
511   all Differential and Incremental jobs obsoleted by that Full backup.
512   This would let people minimize the number of tapes they're keeping on
513   hand without having to master the art of retention times.
514 - Implement a M_SECURITY message class.
515 - When doing a Backup send all attributes back to the Director, who
516   would then figure out what files have been deleted.
517 - Currently in mount.c:236 the SD simply creates a Volume. It should have
518   explicit permission to do so.  It should also mark the tape in error
519   if there is an error.
520 - SD Bytes Read is wrong.
521 - Investigate doing RAW backup of Win32 partition.
522 - Cancel waiting for Client connect in SD if FD goes away.
523
524 - Implement timeout in response() when it should come quickly.
525 - Implement console @echo command.
526 - Implement a Slot priority (loaded/not loaded).
527 - Implement "vacation" Incremental only saves.
528 - Implement single pane restore (much like the Gftp panes).
529 - Implement Automatic Mount even in operator wait.
530 - Implement create "FileSet"?
531 - Implement restore "current system", but take all files without
532   doing selection tree -- so that jobs without File records can
533   be restored.
534 - Add prefixlinks to where or not where absolute links to FD.
535 - Issue message to mount a new tape before the rewind.
536 - Simplified client job initiation for portables.
537 - If SD cannot open a drive, make it periodically retry.
538 - Add more of the config info to the tape label.
539
540 - If tape is marked read-only, then try opening it read-only rather than
541   failing, and remember that it cannot be written.
542 - Refine SD waiting output:
543     Device is being positioned
544     >     Device is being positioned for append
545     >     Device is being positioned to file x
546     > 
547 - Figure out some way to estimate output size and to avoid splitting
548   a backup across two Volumes -- this could be useful for writing CDROMs
549   where you really prefer not to have it split -- not serious.
550 - Have SD compute MD5 or SHA1 and compare to what FD computes.
551 - Make VolumeToCatalog calculate an MD5 or SHA1 from the 
552   actual data on the Volume and compare it.                  
553 - Implement Bacula plugins -- design API
554 - Make bcopy read through bad tape records.
555 - Program files (i.e. execute a program to read/write files).
556   Pass read date of last backup, size of file last time.
557 - Add Signature type to File DB record.
558 - CD into subdirectory when open()ing files for backup to
559   speed up things.  Test with testfind().
560 - Priority job to go to top of list.
561 - Why are save/restore of device different sizes (sparse?)   Yup! Fix it.
562 - Implement some way for the Console to dynamically create a job.
563 - Restore to a particular time -- e.g. before date, after date. 
564 - Solaris -I on tar for include list
565 - Need a verbose mode in restore, perhaps to bsr.
566 - bscan without -v is too quiet -- perhaps show jobs.
567 - Add code to reject whole blocks if not wanted on restore.
568 - Check if we can increase Bacula FD priorty in Win2000
569 - Make sure the MaxVolFiles is fully implemented in SD
570 - Check if both CatalogFiles and UseCatalog are set to SD.
571 - Figure out how to do a bare metal Windows restore
572 - Possibly add email to Watchdog if drive is unmounted too
573   long and a job is waiting on the drive.
574 - After unmount, if restore job started, ask to mount.
575 - Convert all %x substitution variables, which are hard to remember
576   and read to %(variable-name).  Idea from TMDA.
577 - Remove NextId for SQLite. Optimize.
578 - Move all SQL statements into a single location.
579 - Add UA rc and history files.
580 - put termcap (used by console) in ./configure and
581   allow -with-termcap-dir.
582 - Fix Autoprune for Volumes to respect need for full save.
583 - Fix Win32 config file definition name on /install
584 - Compare tape to Client files (attributes, or attributes and data) 
585 - Make all database Ids 64 bit.
586 - Write an applet for Linux.
587 - Allow console commands to detach or run in background.
588 - Fix status delay on storage daemon during rewind.
589 - Add SD message variables to control operator wait time
590   - Maximum Operator Wait
591   - Minimum Message Interval
592   - Maximum Message Interval
593 - Send Operator message when cannot read tape label.
594 - Verify level=Volume (scan only), level=Data (compare of data to file).
595   Verify level=Catalog, level=InitCatalog
596 - Events file
597 - Add keyword search to show command in Console.
598 - Events : tape has more than xxx bytes.
599 - Complete code in Bacula Resources -- this will permit
600   reading a new config file at any time.
601 - Handle ctl-c in Console
602 - Implement script driven addition of File daemon to config files.
603 - Think about how to make Bacula work better with File (non-tape) archives.
604 - Write Unix emulator for Windows.
605 - Put memory utilization in Status output of each daemon
606   if full status requested or if some level of debug on.
607 - Make database type selectable by .conf files i.e. at runtime
608 - Set flag for uname -a.  Add to Volume label.
609 - Restore files modified after date
610 - SET LD_RUN_PATH=$HOME/mysql/lib/mysql
611 - Remove duplicate fields from jcr (e.g. jcr.level and jcr.jr.Level, ...).
612 - Timout a job or terminate if link goes down, or reopen link and query.
613 - Concept of precious tapes (cannot be reused).
614 - Make bcopy copy with a single tape drive.
615 - Permit changing ownership during restore.
616
617 - From Phil:
618   > My suggestion:  Add a feature on the systray menu-icon menu to request
619   > an immediate backup now.  This would be useful for laptop users who may
620   > not be on the network when the regular scheduled backup is run.
621   > 
622   > My wife's suggestion: Add a setting to the win32 client to allow it to
623   > shut down the machine after backup is complete (after, of course,
624   > displaying a "System will shut down in one minute, click here to cancel"
625   > warning dialog).  This would be useful for sites that want user
626   > woorkstations to be shut down overnight to save power.
627   > 
628
629 - Autolabel should be specified by DIR instead of SD.
630 - Storage daemon    
631   - Add media capacity
632   - AutoScan (check checksum of tape)
633   - Format command = "format /dev/nst0"
634   - MaxRewindTime
635   - MinRewindTime
636   - MaxBufferSize
637   - Seek resolution (usually corresponds to buffer size)
638   - EODErrorCode=ENOSPC or code
639   - Partial Read error code
640   - Partial write error code
641   - Nonformatted read error
642   - Nonformatted write error
643   - WriteProtected error
644   - IOTimeout
645   - OpenRetries
646   - OpenTimeout
647   - IgnoreCloseErrors=yes
648   - Tape=yes
649   - NoRewind=yes
650 - Pool
651   - Maxwrites
652   - Recycle period
653 - Job
654   - MaxWarnings
655   - MaxErrors (job?)
656 =====
657 - FD sends unsaved file list to Director at end of job (see
658   RFC below).
659 - File daemon should build list of files skipped, and then
660   at end of save retry and report any errors.
661 - Write a Storage daemon that uses pipes and
662   standard Unix programs to write to the tape.
663   See afbackup.
664 - Need something that monitors the JCR queue and
665   times out jobs by asking the deamons where they are.
666 - Enhance Jmsg code to permit buffering and saving to disk.
667 - device driver = "xxxx" for drives.
668 - Verify from Volume
669 - Ensure that /dev/null works
670 - Need report class for messages. Perhaps
671   report resource where report=group of messages
672 - enhance scan_attrib and rename scan_jobtype, and
673   fill in code for "since" option 
674 - Director needs a time after which the report status is sent
675   anyway -- or better yet, a retry time for the job.
676 - Don't reschedule a job if previous incarnation is still running.
677 - Some way to automatically backup everything is needed????
678 - Need a structure for pending actions:
679   - buffered messages
680   - termination status (part of buffered msgs?)
681 - Drive management
682   Read, Write, Clean, Delete
683 - Login to Bacula; Bacula users with different permissions:
684    owner, group, user, quotas
685 - Store info on each file system type (probably in the job header on tape.
686   This could be the output of df; or perhaps some sort of /etc/mtab record.
687
688 ========= ideas ===============
689 From: "Jerry K. Schieffer" <jerry@skylinetechnology.com>
690 To: <kern@sibbald.com>
691 Subject: RE: [Bacula-users] future large programming jobs
692 Date: Thu, 26 Feb 2004 11:34:54 -0600
693
694 I noticed the subject thread and thought I would offer the following
695 merely as sources of ideas, i.e. something to think about, not even as
696 strong as a request.  In my former life (before retiring) I often
697 dealt with backups and storage management issues/products as a
698 developer and as a consultant.  I am currently migrating my personal
699 network from amanda to bacula specifically because of the ability to
700 cross media boundaries during storing backups.
701 Are you familiar with the commercial product called ADSM (I think IBM
702 now sells it under the Tivoli label)?  It has a couple of interesting
703 ideas that may apply to the following topics.
704
705 1. Migration:  Consider that when you need to restore a system, there
706 may be pressure to hurry.  If all the information for a single client
707 can eventually end up on the same media (and in chronological order),
708 the restore is facillitated by not having to search past information
709 from other clients.  ADSM has the concept of "client affinity" that
710 may be associated with it's storage pools.  It seems to me that this
711 concept (as an optional feature) might fit in your architecture for
712 migration.
713
714 ADSM also has the concept of defining one or more storage pools as
715 "copy pools" (almost mirrors, but only in the sense of contents).
716 These pools provide the ability to have duplicte data stored both
717 onsite and offsite.  The copy process can be scheduled to be handled
718 by their storage manager during periods when there is no backup
719 activity.  Again, the migration process might be a place to consider
720 implementing something like this.
721
722 >
723 > It strikes me that it would be very nice to be able to do things
724 like
725 > have the Job(s) backing up the machines run, and once they have all
726 > completed, start a migration job to copy the data from disks Volumes
727 to
728 > a tape library and then to offsite storage. Maybe this can already
729 be
730 > done with some careful scheduling and Job prioritzation; the events
731 > mechanism described below would probably make it very easy.
732
733 This is the goal. In the first step (before events), you simply
734 schedule
735 the Migration to tape later.
736
737 2. Base jobs:  In ADSM, each copy of each stored file is tracked in
738 the database.  Once a file (unique by path and metadata such as dates,
739 size, ownership, etc.) is in a copy pool, no more copies are made.  In
740 other words, when you start ADSM, it begins like your concept of a
741 base job.  After that it is in the "incremental" mode.  You can
742 configure the number of "generations" of files to be retained, plus a
743 retention date after which even old generations are purged.  The
744 database tracks the contents of media and projects the percentage of
745 each volume that is valid.  When the valid content of a volume drops
746 below a configured percentage, the valid data are migrated to another
747 volume and the old volume is marked as empty.  Note, this requires
748 ADSM to have an idea of the contents of a client, i.e. marking the
749 database when an existing file was deleted, but this would solve your
750 issue of restoring a client without restoring deleted files.
751
752 This is pretty far from what bacula now does, but if you are going to
753 rip things up for Base jobs,.....
754 Also, the benefits of this are huge for very large shops, especially
755 with media robots, but are a pain for shops with manual media
756 mounting.
757
758 >
759 > Base jobs sound pretty useful, but I'm not dying for them.
760
761 Nobody is dying for them, but when you see what it does, you will die
762 without it.
763
764 3. Restoring deleted files:  Since I think my comments in (2) above
765 have low probability of implementation, I'll also suggest that you
766 could approach the issue of deleted files by a mechanism of having the
767 fd report to the dir, a list of all files on the client for every
768 backup job.  The dir could note in the database entry for each file
769 the date that the file was seen.  Then if a restore as of date X takes
770 place, only files that exist from before X until after X would be
771 restored.  Probably the major cost here is the extra date container in
772 each row of the files table.
773
774 Thanks for "listening".  I hope some of this helps.  If you want to
775 contact me, please send me an email - I read some but not all of the
776 mailing list traffic and might miss a reply there.
777
778 Please accept my compliments for bacula.  It is doing a great job for
779 me!!  I sympathize with you in the need to wrestle with excelence in
780 execution vs. excelence in feature inclusion.
781
782 Regards,
783 Jerry Schieffer
784
785 ==============================
786
787 Longer term to do:
788 - Design at hierarchial storage for Bacula. Migration and Clone. 
789 - Implement FSM (File System Modules).
790 - Audit M_ error codes to ensure they are correct and consistent.
791 - Add variable break characters to lex analyzer.
792   Either a bit mask or a string of chars so that
793   the caller can change the break characters.
794 - Make a single T_BREAK to replace T_COMMA, etc.
795 - Ensure that File daemon and Storage daemon can
796   continue a save if the Director goes down (this
797   is NOT currently the case). Must detect socket error,
798   buffer messages for later. 
799 - Enhance time/duration input to allow multiple qualifiers e.g. 3d2h
800 - Add ability to backup to two Storage devices (two SD sessions) at
801   the same time -- e.g. onsite, offsite.
802 - Add the ability to consolidate old backup sets (basically do a restore
803   to tape and appropriately update the catalog). Compress Volume sets.
804   Might need to spool via file is only one drive is available.
805 - Compress or consolidate Volumes of old possibly deleted files. Perhaps
806   someway to do so with every volume that has less than x% valid 
807   files.
808
809
810 Migration: Move a backup from one Volume to another
811 Clone:     Copy a backup -- two Volumes
812
813 Bacula Migration is based on Jobs (apparently Networker is file by file).
814
815 Migration triggered by:
816   Number of Jobs
817   Number of Volumes
818   Age of Jobs
819   Highwater mark (keep total size)
820   Lowwater mark
821   
822
823
824 ======================================================
825         Base Jobs design
826 It is somewhat like a Full save becomes an incremental since
827 the Base job (or jobs) plus other non-base files.
828 Need:
829 - A Base backup is same as Full backup, just different type.
830 - New BaseFiles table that contains:
831     BaseId - index
832     BaseJobId - Base JobId referenced for this FileId (needed ???)
833     JobId - JobId currently running
834     FileId - File not backed up, exists in Base Job
835     FileIndex - FileIndex from Base Job.
836   i.e. for each base file that exists but is not saved because
837   it has not changed, the File daemon sends the JobId, BaseId,
838   FileId, FileIndex back to the Director who creates the DB entry.
839 - To initiate a Base save, the Director sends the FD 
840   the FileId, and full filename for each file in the Base.
841 - When the FD finds a Base file, he requests the Director to
842   send him the full File entry (stat packet plus MD5), or
843   conversely, the FD sends it to the Director and the Director
844   says yes or no. This can be quite rapid if the FileId is kept
845   by the FD for each Base Filename.          
846 - It is probably better to have the comparison done by the FD
847   despite the fact that the File entry must be sent across the
848   network.
849 - An alternative would be to send the FD the whole File entry
850   from the start. The disadvantage is that it requires a lot of
851   space. The advantage is that it requires less communications
852   during the save.
853 - The Job record must be updated to indicate that one or more
854   Bases were used.
855 - At end of Job, FD returns:   
856    1. Count of base files/bytes not written to tape (i.e. matches)
857    2. Count of base file that were saved i.e. had changed.
858 - No tape record would be written for a Base file that matches, in the
859   same way that no tape record is written for Incremental jobs where
860   the file is not saved because it is unchanged.
861 - On a restore, all the Base file records must explicitly be
862   found from the BaseFile tape. I.e. for each Full save that is marked
863   to have one or more Base Jobs, search the BaseFile for all occurrences
864   of JobId.
865 - An optimization might be to make the BaseFile have:
866      JobId
867      BaseId
868      FileId
869   plus
870      FileIndex
871   This would avoid the need to explicitly fetch each File record for
872   the Base job.  The Base Job record will be fetched to get the
873   VolSessionId and VolSessionTime.
874 =========================================================  
875
876
877 ========================================================== 
878     Unsaved File design
879 For each Incremental job that is run, there may be files that
880 were found but not saved because they were locked (this applies
881 only to Windows). Such a system could send back to the Director
882 a list of Unsaved files.
883 Need:
884 - New UnSavedFiles table that contains:
885   JobId
886   PathId
887   FilenameId
888 - Then in the next Incremental job, the list of Unsaved Files will be
889   feed to the FD, who will ensure that they are explicitly chosen even
890   if standard date/time check would not have selected them.
891 =============================================================
892
893
894 Done: (see kernsdone for more)
895
896 === after 1.32c
897 - John's Full save failed with 1.32c FD and 1.31 Dir no FD status,
898   and no error message.
899 - Add fd and st as Console keywords.
900 - Recycling volume with a Slot requires an operator intervention:
901     rufus-dir: Start Backup JobId 18, Job=kernsave.2003-11-01_21.23.52
902     rufus-dir: Pruned 1 Job on Volume Vol01 from catalog.
903     rufus-dir: There are no Jobs associated with Volume Vol01. Marking it purged.
904     rufus-dir: Recycled volume "Vol01"
905     rufus-sd: Please mount Volume "Vol01" on Storage Device "DDS-4" for Job kernsave.2003-11-01_21.23.52
906     Use "mount" command to release Job.
907 - Implement Dan's bacula script (email of 26 Oct).
908 - Add JobName= to VerifyToCatalog so that all verifies can be done at the end.
909 - Edit the Client/Storage name into authentication failure messages.
910 - Fix packet too big problem. This is most likely a Windows TCP stack 
911   problem.
912 - Implement ClientRunBeforeJob and ClientRunAfterJob.
913 - Implement forward spacing block/file: position_device(bsr) --
914   just before read_block_from_device();
915
916 =====
917    Multiple drive autochanger data:  see Alan Brown
918    mtx -f xxx unloadStorage Element 1 is Already Full(drive 0 was empty)
919    Unloading Data Transfer Element into Storage Element 1...source Element 
920    Address 480 is Empty
921
922    (drive 0 was empty and so was slot 1)
923    >   mtx -f xxx load 15 0
924    no response, just returns to the command prompt when complete.
925    >   mtx -f xxx status  Storage Changer /dev/changer:2 Drives, 60 Slots ( 2 Import/Export )
926    Data Transfer Element 0:Full (Storage Element 15 Loaded):VolumeTag = HX001
927    Data Transfer Element 1:Empty
928          Storage Element 1:Empty
929          Storage Element 2:Full :VolumeTag=HX002
930          Storage Element 3:Full :VolumeTag=HX003
931          Storage Element 4:Full :VolumeTag=HX004
932          Storage Element 5:Full :VolumeTag=HX005
933          Storage Element 6:Full :VolumeTag=HX006
934          Storage Element 7:Full :VolumeTag=HX007
935          Storage Element 8:Full :VolumeTag=HX008
936          Storage Element 9:Full :VolumeTag=HX009
937          Storage Element 10:Full :VolumeTag=HX010
938          Storage Element 11:Empty
939          Storage Element 12:Empty
940          Storage Element 13:Empty
941          Storage Element 14:Empty
942          Storage Element 15:Empty
943          Storage Element 16:Empty....
944          Storage Element 28:Empty
945          Storage Element 29:Full :VolumeTag=CLNU01L1
946          Storage Element 30:Empty....
947          Storage Element 57:Empty
948          Storage Element 58:Full :VolumeTag=NEX261L2
949          Storage Element 59 IMPORT/EXPORT:Empty
950          Storage Element 60 IMPORT/EXPORT:Empty
951    $  mtx -f xxx unload
952    Unloading Data Transfer Element into Storage Element 15...done
953
954    (just to verify it remembers where it came from, however it can be
955     overrriden with mtx unload {slotnumber} to go to any storage slot.)
956    Configuration wise:
957    There needs to be a table of drive # to devices somewhere - If there are
958    multiple changers or drives there may not be a 1:1 correspondance between
959    changer drive number and system device name - and depending on the way the
960    drives are hooked up to scsi busses, they may not be linearly numbered
961    from an offset point either.something like 
962
963    Autochanger drives = 2
964    Autochanger drive 0 = /dev/nst1
965    Autochanger drive 1 = /dev/nst2
966    IMHO, it would be _safest_ to use explicit mtx unload commands at all
967    times, not just for multidrive changers. For a 1 drive changer, that's
968    just:
969
970    mtx load xx 0
971    mtx unload xx 0
972
973    MTX's manpage (1.2.15):
974          unload [<slotnum>] [ <drivenum> ]
975                     Unloads media from drive  <drivenum>  into  slot
976                     <slotnum>. If <drivenum> is omitted, defaults to
977                     drive 0 (as do all commands).  If  <slotnum>  is
978                     omitted, defaults to the slot that the drive was
979                     loaded from. Note that there's currently no  way
980                     to  say  'unload  drive 1's media to the slot it
981                     came from', other than to  explicitly  use  that
982                     slot number as the destination.AB
983 ====
984
985 ====
986 SCSI info:
987 FreeBSD
988 undef# camcontrol devlist
989 <WANGTEK 51000  SCSI M74H 12B3>    at scbus0 target 2 lun 0 (pass0,sa0)
990 <ARCHIVE 4586XX 28887-XXX 4BGD>    at scbus0 target 4 lun 0 (pass1,sa1)
991 <ARCHIVE 4586XX 28887-XXX 4BGD>    at scbus0 target 4 lun 1 (pass2)
992
993 tapeinfo -f /dev/sg0 with a bad tape in drive 1:
994 [kern@rufus mtx-1.2.17kes]$ ./tapeinfo -f /dev/sg0
995 Product Type: Tape Drive
996 Vendor ID: 'HP      '
997 Product ID: 'C5713A          '
998 Revision: 'H107'
999 Attached Changer: No
1000 TapeAlert[3]:   Hard Error: Uncorrectable read/write error.
1001 TapeAlert[20]:    Clean Now: The tape drive neads cleaning NOW.
1002 MinBlock:1
1003 MaxBlock:16777215
1004 SCSI ID: 5
1005 SCSI LUN: 0
1006 Ready: yes
1007 BufferedMode: yes
1008 Medium Type: Not Loaded
1009 Density Code: 0x26
1010 BlockSize: 0
1011 DataCompEnabled: yes
1012 DataCompCapable: yes
1013 DataDeCompEnabled: yes
1014 CompType: 0x20
1015 DeCompType: 0x0
1016 Block Position: 0
1017 =====
1018
1019 ====
1020    Handling removable disks
1021
1022    From: Karl Cunningham <karlc@keckec.com>
1023
1024    My backups are only to hard disk these days, in removable bays. This is my
1025    idea of how a backup to hard disk would work more smoothly. Some of these
1026    things Bacula does already, but I mention them for completeness. If others
1027    have better ways to do this, I'd like to hear about it.
1028
1029    1. Accommodate several disks, rotated similar to how tapes are.  Identified
1030    by partition volume ID or perhaps by the name of a subdirectory.
1031    2. Abort & notify the admin if the wrong disk is in the bay.
1032    3. Write backups to different subdirectories for each machine to be backed
1033    up.
1034    4. Volumes (files) get created as needed in the proper subdirectory, one
1035    for each backup.
1036    5. When a disk is recycled, remove or zero all old backup files. This is
1037    important as the disk being recycled may be close to full. This may be
1038    better done manually since the backup files for many machines may be
1039    scattered in many subdirectories.
1040 ====
1041
1042
1043 === Done
1044 - Save mount point for directories not traversed with onefs=yes.
1045 - Add seconds to start and end times in the Job report output.
1046 - if 2 concurrent backups are attempted on the same tape
1047   drive (autoloader) into different tape pools, one of them will exit
1048   fatally instead of halting until the drive is idle
1049 - Update StartTime if job held in Job Queue.
1050 - Look at www.nu2.nu/pebuilder as a helper for full windows
1051   bare metal restore. (done by Scott)