]> git.sur5r.net Git - bacula/bacula/blob - bacula/kernstodo
Implement update slots command
[bacula/bacula] / bacula / kernstodo
1                  Kern's ToDo List
2                   3 April 2003 
3
4 Documentation to do: (a little bit at a time)
5 - Document running a test version.
6 - Document query file format.
7 - Document static linking
8 - Document how to automatically backup all local partitions
9 - Document problems with Verify and pruning.
10 - Document how to use multiple databases.
11 - Document Maximum File Size
12           
13 ***** Write up how to use/manage disk Volume Storage. ******
14 - Add a section to the doc on Manual cycling of Volumes.
15 - Document new MaximumConcurrentJob records (Job, Client, Storage) 
16
17 Testing to do: (painful)
18 - that ALL console command line options work and are always implemented
19 - blocksize recognition code.
20 - multiple simultaneous Volumes
21
22 For 1.30 release:
23 - Update volume=Test01 requests pool, then lists volumes.
24 - Add IP address to authentication failures. Implement M_SECURITY
25   message class.
26 - Remove kern and kelvin from mysql_grant...
27 - Install grant_mysql...
28 - Look at Python for a Bacula scripting language -- www.python.org
29 - add #define ENABLE_NLS for Gnome compile on SuSE.
30 - Figure out how to use ssh to protect Bacula communications.
31 - Fix "access not allowed" for backup of files on WinXP.
32 - Issue message to mount a new tape before the rewind.
33 - Simplified client job initiation for portables.
34 - If SD cannot open a drive, make it periodically retry.
35 - Implement LabelTemplate (at least first cut).
36 - Add more of the config info to the tape label.
37 - Implement bar code reader for autochangers
38 - Add a default File storage so that new users can do backup
39   and restores right away.
40 - Implement a Mount Command and an Unmount Command where
41   the users could specify a system command to be performed
42   to do the mount, after which Bacula could attempt to
43   read the device. This is for Removeable media such as a CDROM.
44   - Most likely, this mount command would be invoked explicitly
45   by the user using the current Console "mount" and "unmount" 
46   commands -- the Storage Daemon would do the right thing 
47   depending on the exact nature of the device.
48   - As with tape drives, when Bacula wanted a new removable
49   disk mounted, it would unmount the old one, and send a message
50   to the user, who would then use "mount" as described above 
51   once he had actually inserted the disk.
52
53 - Make some way so that if a machine is skipped because it is not up 
54   that Bacula will continue retrying for a specified period of time --
55   periodically.
56 - If tape is marked read-only, then try opening it read-only rather than
57   failing, and remember that it cannot be written.
58 - Refine SD waiting output:
59     Device is being positioned
60     >     Device is being positioned for append
61     >     Device is being positioned to file x
62     > 
63 - Figure out some way to estimate output size and to avoid splitting
64   a backup across two Volumes -- this could be useful for writing CDROMs
65   where you really prefer not to have it split -- not serious.
66 - Add RunBeforeJob and RunAfterJob to the Client program.
67 - Have SD compute MD5 or SHA1 and compare to what FD computes.
68 - Make VolumeToCatalog calculate an MD5 or SHA1 from the 
69   actual data on the Volume and compare it.                  
70 - Implement FileOptions (see end of this document)
71 - Implement Bacula plugins -- design API
72 - Make bcopy read through bad tape records.
73 - Fix read_record to handle multiple sessions.
74 - Program files (i.e. execute a program to read/write files).
75   Pass read date of last backup, size of file last time.
76 - Add Signature type to File DB record.
77 - Make Restore report an error if FD or SD term codes are not OK.
78 - CD into subdirectory when open()ing files for backup to
79   speed up things.  Test with testfind().
80 - Add prefixlinks to where or not where absolute links to FD.
81 - Priority job to go to top of list.
82 - Find out why Full saves run slower and slower (hashing?)
83 - Why are save/restore of device different sizes (sparse?)   Yup! Fix it.
84 - Implement some way for the Console to dynamically create a job.
85 - Restore to a particular time -- e.g. before date, after date. 
86 - Implement disk spooling
87 - Solaris -I on tar for include list
88 - Enable avoid backing up archive device (findlib/find_one.c:128)
89 - Need a verbose mode in restore, perhaps to bsr.
90 - bscan without -v is too quiet -- perhaps show jobs.
91 - Add code to reject whole blocks if not wanted on restore.
92 - Start working on Base jobs.
93 - Make sure the MaxVolFiles is fully implemented in SD
94 - Check if both CatalogFiles and UseCatalog are set to SD.
95 - Check if we can increase Bacula FD priorty in Win2000
96 - Need return status on read_cb() from read_records(). Need multiple
97   records -- one per Job, maybe a JCR or some other structure with
98   a block and a record.
99 - Figure out how to do a bare metal Windows restore
100 - Put system type returned by FD into catalog.
101 - Possibly add email to Watchdog if drive is unmounted too
102   long and a job is waiting on the drive.
103 - Use read_record.c in SD code.
104 - Why don't we get an error message from Win32 FD when bootstrap 
105   file cannot be created for restore command?
106 - When Marking a file in Restore that is a hard link, also
107   mark the link so that the data will be reloaded.
108 - Restore program that errors in SD due to no tape reports
109   OK incorrectly in output.
110 - After unmount, if restore job started, ask to mount.
111 - Convert all %x substitution variables, which are hard to remember
112   and read to %(variable-name).  Idea from TMDA.
113 - Add JobLevel in FD status (but make sure it is defined).
114 - Make Pool resource handle Counter resources.
115 - Remove NextId for SQLite. Optimize.
116 - Strip trailing / from Include
117 - Move all SQL statements into a single location.
118 - Add UA rc and history files.
119 - put termcap (used by console) in ./configure and
120   allow -with-termcap-dir.
121 - Enhance time and size scanning routines.
122 - Fix Autoprune for Volumes to respect need for full save.
123 - Fix Win32 config file definition name on /install
124 - No READLINE_SRC if found in alternate directory.
125 - Add Client FS/OS id (Linux, Win95/98, ...).
126 - Test a second language e.g. french.
127 - Compare tape to Client files (attributes, or attributes and data) 
128 - Make all database Ids 64 bit.
129 - Write an applet for Linux.
130 - Add estimate to Console commands
131 - Find solution to blank filename (i.e. path only) problem.
132 - Implement new daemon communications protocol.
133 - Remove PoolId from Job table, it exists in Media.
134 - Allow console commands to detach or run in background.
135 - Fix status delay on storage daemon during rewind.
136 - Add SD message variables to control operator wait time
137   - Maximum Operator Wait
138   - Minimum Message Interval
139   - Maximum Message Interval
140 - Send Operator message when cannot read tape label.
141 - Verify level=Volume (scan only), level=Data (compare of data to file).
142   Verify level=Catalog, level=InitCatalog
143 - Events file
144 - Add keyword search to show command in Console.
145 - Fix Win2000 error with no messages during startup.
146 - Events : tape has more than xxx bytes.
147 - Restrict characters permitted in a Resource name.
148 - Complete code in Bacula Resources -- this will permit
149   reading a new config file at any time.
150 - Handle ctl-c in Console
151 - Implement script driven addition of File daemon to config files.
152 - Think about how to make Bacula work better with File (non-tape) archives.
153 - Write Unix emulator for Windows.
154
155 - Implement new serialize subroutines
156    send(socket, "string", &Vol, "uint32", &i, NULL)
157 - Audit all UA commands to ensure that we always prompt where possible.
158 - If ./btape is called without /dev, assume argument is a Storage resource name.
159 - Put memory utilization in Status output of each daemon
160   if full status requested or if some level of debug on.
161 - Make database type selectable by .conf files i.e. at runtime
162 - Set flag for uname -a.  Add to Volume label.
163 - Implement throttled work queue.
164 - Check for EOT at ENOSPC or EIO or ENXIO (unix Pc)
165 - Allow multiple Storage specifications (or multiple names on
166   a single Storage specification) in the Job record. Thus a job 
167   can be backed up to a number of storage devices.
168 - Implement dump label to UA
169 - Concept of VolumeSet during restore which is a list
170   of Volume names needed.
171 - Restore files modified after date
172 - Restore file modified before date
173 - Emergency restore info:
174   - Backup Bacula
175   - Backup working directory
176   - Backup Catalog
177 - Restore -- do nothing but show what would happen
178 - SET LD_RUN_PATH=$HOME/mysql/lib/mysql
179 - Implement Restore FileSet=
180 - Create a protocol.h and protocol.c where all protocol messages
181   are concentrated.
182 - Remove duplicate fields from jcr (e.g. jcr.level and jcr.jr.Level, ...).
183 - Timout a job or terminate if link goes down, or reopen link and query.
184 - Find general solution for sscanf size problems (as well
185   as sprintf. Do at run time?
186 - Concept of precious tapes (cannot be reused).
187 - Make bcopy copy with a single tape drive.
188 - Permit changing ownership during restore.
189
190 - Autolabel should be specified by DIR instead of SD.
191 - Find out how to get the system tape block limits, e.g.:
192   Apr 22 21:22:10 polymatou kernel: st1: Block limits 1 - 245760 bytes.  
193   Apr 22 21:22:10 polymatou kernel: st0: Block limits 2 - 16777214 bytes.
194 - Storage daemon    
195   - Add media capacity
196   - AutoScan (check checksum of tape)
197   - Format command = "format /dev/nst0"
198   - MaxRewindTime
199   - MinRewindTime
200   - MaxBufferSize
201   - Seek resolution (usually corresponds to buffer size)
202   - EODErrorCode=ENOSPC or code
203   - Partial Read error code
204   - Partial write error code
205   - Nonformatted read error
206   - Nonformatted write error
207   - WriteProtected error
208   - IOTimeout
209   - OpenRetries
210   - OpenTimeout
211   - IgnoreCloseErrors=yes
212   - Tape=yes
213   - NoRewind=yes
214 - Pool
215   - Maxwrites
216   - Recycle period
217 - Job
218   - MaxWarnings
219   - MaxErrors (job?)
220 =====
221 - FD sends unsaved file list to Director at end of job (see
222   RFC below).
223 - File daemon should build list of files skipped, and then
224   at end of save retry and report any errors.
225 - Write a Storage daemon that uses pipes and
226   standard Unix programs to write to the tape.
227   See afbackup.
228 - Need something that monitors the JCR queue and
229   times out jobs by asking the deamons where they are.
230 - Enhance Jmsg code to permit buffering and saving to disk.
231 - device driver = "xxxx" for drives.
232 - restart: paranoid: read label fsf to
233   eom read append block, and go
234   super-paranoid: read label, read all files
235   in between, read append block, and go
236   verify: backspace, read append block, and go
237   permissive: same as above but frees drive
238   if tape is not valid.
239 - Verify from Volume
240 - Ensure that /dev/null works
241 - Need report class for messages. Perhaps
242   report resource where report=group of messages
243 - enhance scan_attrib and rename scan_jobtype, and
244   fill in code for "since" option 
245 - Director needs a time after which the report status is sent
246   anyway -- or better yet, a retry time for the job.
247   Don't reschedule a job if previous incarnation is still running.
248 - Some way to automatically backup everything is needed????
249 - Need a structure for pending actions:
250   - buffered messages
251   - termination status (part of buffered msgs?)
252 - Concept of grouping Storage devices and job can use
253   any of a number of devices
254 - Drive management
255   Read, Write, Clean, Delete
256 - Login to Bacula; Bacula users with different permissions:
257    owner, group, user, quotas
258 - Store info on each file system type (probably in the job header on tape.
259   This could be the output of df; or perhaps some sort of /etc/mtab record.
260
261 Longer term to do:
262 - Design at hierarchial storage for Bacula. Migration and Clone. 
263 - Implement FSM (File System Modules).
264 - Identify unchanged or "system" files and save them to a
265   special tape thus removing them from the standard 
266   backup FileSet -- BASE backup.
267 - Turn virutally all sprintfs into snprintfs.
268 - Heartbeat between daemons.
269 - Audit M_ error codes to ensure they are correct and consistent.
270 - Add variable break characters to lex analyzer.
271   Either a bit mask or a string of chars so that
272   the caller can change the break characters.
273 - Make a single T_BREAK to replace T_COMMA, etc.
274 - Ensure that File daemon and Storage daemon can
275   continue a save if the Director goes down (this
276   is NOT currently the case). Must detect socket error,
277   buffer messages for later. 
278 - Enhance time/duration input to allow multiple qualifiers e.g. 3d2h
279 - Add ability to backup to two Storage devices (two SD sessions) at
280   the same time -- e.g. onsite, offsite.
281 - Add the ability to consolidate old backup sets (basically do a restore
282   to tape and appropriately update the catalog). Compress Volume sets.
283   Might need to spool via file is only one drive is available.
284 - Compress or consolidate Volumes of old possibly deleted files. Perhaps
285   someway to do so with every volume that has less than x% valid 
286   files.
287
288   
289 Projects:
290             Bacula Projects Roadmap 
291                17 August 2002
292            last update 5 January 2003
293
294 Item 1:   Multiple simultaneous Jobs. (done)
295 Done -- Restore part needs better implementation to work correctly
296
297   What:   Permit multiple simultaneous jobs in Bacula.
298
299   Why:    An enterprise level solution needs to go fast without the
300           need for the system administrator to carefully tweak
301           timing.  Based on the benchmarks, during a full
302           backup, NetWorker typically hit 10 times the bandwidth to
303           the tape compared to Bacula--largely. This is probably due to
304           running parallel jobs and multi-threaded filling of buffers
305           and writing them to tape.  This should also make things work
306           better when you have a mix of fast and slow machines backing
307           up at the same time.
308
309   Notes:  Bacula was designed to run multiple simultaneous jobs. Thus
310           implementing this is a matter of some small cleanups and
311           careful testing.
312
313
314 Item 2:   Make the Storage daemon use intermediate file storage to buffer data.
315 Deferred -- not necessary yet.
316
317   What:   If data is coming into the SD too fast, buffer it to 
318           disk if the user has configured this option.
319
320   Why:    This would be nice, especially if it more or less falls out
321           when implementing (1) above.  If not, it probably should not
322           be given a high priority because fundamentally the backup time
323           is limited by the tape bandwidth.  Even though you may finish a
324           client job quicker by spilling to disk, you still have to
325           eventually get it onto tape.  If intermediate disk buffering
326           allows us to improve write bandwidth to tape, it may make
327           sense.
328
329   Notes:  Whether or not this is implemented will depend upon performance
330           testing after item 1 is implemented.
331
332
333 Item 3:   Write the bscan program -- also write a bcopy program.
334 Done
335
336   What:   Write a program that reads a Bacula tape and puts all the 
337           appropriate data into the catalog. This allows recovery
338           from a tape that is no longer in the database, or it allows
339           re-creation of a database if lost.
340
341   Why:    This is a fundamental robustness and disaster recovery tool
342           which will increase the comfort level of a sysadmin
343           considering adopting Bacula.
344
345   Notes:  A skeleton of this program already exists, but much work
346           needs to be done. Implementing this will also make apparent
347           any deficiencies in the current Bacula tape format.
348
349
350 Item 4:   Implement Base jobs.
351
352   What:   A base job is sort of like a Full save except that you 
353           will want the FileSet to contain only files that are unlikely
354           to change in the future (i.e. a snapshot of most of your
355           system after installing it). After the base job has been run,
356           when you are doing a Full save, you can specify to exclude
357           all files saved by the base job that have not been modified.
358
359   Why:    This is something none of the competition does, as far as we know
360           (except BackupPC, which is a Perl program that saves to disk
361           only).  It is big win for the user, it makes Bacula stand out
362           as offering a unique optimization that immediately saves time
363           and money.
364
365   Notes:  Big savings in tape usage. Will require more resources because
366           the e. DIR must send FD a list of files/attribs, and the FD must
367           search the list and compare it for each file to be saved.
368
369
370 Item 5:   Implement Label templates
371
372   What:   This is a mechanism whereby Bacula can automatically create
373           a tape label for new tapes according to a detailed specification
374           provided by the user.
375
376   Why:    It is a major convenience item for folks who use automated label
377           creation.
378
379   Notes:  Bacula already has a working form of automatic tape label
380           creation, but it is very crude. The design for the complete
381           tape labeling project is already documented in the manual.
382
383
384 Item 6:   Write a regression script.
385 Started
386
387   What:   This is an automatic script that runs and tests as many features
388           of Bacula as possible. The output is compared to previous
389           versions of Bacula and any differences are reported.
390
391   Why:    This is an enormous help in preventing introduction of new
392           errors in parts of the program that already work correctly.
393
394   Notes:  This probably should be ranked higher, it's something the typical
395           user doesn't see.  Depending on how it's implemented, it may
396           make sense to defer it until the archival tape format and
397           user interface mature.
398
399
400 Item 7:   GUI for interactive restore
401 Item 8:   GUI for interactive backup
402
403   What:   The current interactive restore is implemented with a tty
404           interface. It would be much nicer to be able to "see" the
405           list of files backed up in typical GUI tree format.
406           The same mechanism could also be used for creating 
407           ad-hoc backup FileSets (item 8).
408
409   Why:    Ease of use -- especially for the end user.
410
411   Notes:  Rather than implementing in Gtk, we probably should go directly
412           for a Browser implementation, even if doing so meant the
413           capability wouldn't be available until much later.  Not only
414           is there the question of Windows sites, most
415           Solaris/HP/IRIX, etc,  shops can't currently run Gtk programs
416           without installing lots of stuff admins are very wary about.
417           Real sysadmins will always use the command line anyway, and
418           the user who's doing an interactive restore or backup of his
419           own files will in most cases be on a Windows machine running
420           Exploder.
421
422
423 Item 9:   Add SSL to daemon communications.
424
425   What:   This provides for secure communications between the daemons.
426
427   Why:    This would allow doing backup across the Internet without
428           privacy concerns (or with much less concern).
429
430   Notes:  The vast majority of near term potential users will be backing up
431           a single site over a LAN and, correctly or not, they probably
432           won't be concerned with security, at least not enough to go to
433           the trouble to set up keys, etc. to screw things down.  We suspect
434           that many users genuinely interested in multi-site backup
435           already run some form of VPN software in their internetwork
436           connections, and are willing to delegate security to that layer.
437
438
439 Item 10:  Define definitive tape format.
440 Done (version 1.27)
441
442   What:   Define that definitive tape format that will not change 
443           for the next millennium.
444
445   Why:    Stability, security.
446
447   Notes:  See notes for item 11 below.
448
449
450 Item 11:  New daemon communication protocol.
451
452   What:   The current daemon to daemon protocol is basically an ASCII
453           printf() and sending the buffer. On the receiving end, the
454           buffer is sscanf()ed to unpack it. The new scheme would
455           be a binary format that allows quick packing and unpacking
456           of any data type with named fields.
457
458   Why:    Using binary packing would be faster. Named fields will permit
459           error checking to ensure that what is sent is what the 
460           receiver really wants.
461
462   Notes:  These are internal improvements in the interest of the
463           long-term stability and evolution of the program.  On the one
464           hand, the sooner they're done, the less code we have to rip
465           up when the time comes to install them.  On the other hand, they
466           don't bring an immediately perceptible benefit to potential
467           users.  Item 10 and possibly item 11 should be deferred until Bacula
468           is well established with a growing user community more or
469           less happy with the feature set.  At that time, it will make a
470           good "next generation" upgrade in the interest of data
471           immortality.
472
473
474
475
476 ======================================================
477         Base Jobs design
478 It is somewhat like a Full save becomes an incremental since
479 the Base job (or jobs) plus other non-base files.
480 Need:
481 - New BaseFile table that contains:
482     JobId, BaseJobId, FileId (from Base).
483   i.e. for each base file that exists but is not saved because
484   it has not changed, the File daemon sends the JobId, BaseId,
485   and FileId back to the Director who creates the DB entry.
486 - To initiate a Base save, the Director sends the FD 
487   the FileId, and full filename for each file in the Base.
488 - When the FD finds a Base file, he requests the Director to
489   send him the full File entry (stat packet plus MD5), or
490   conversely, the FD sends it to the Director and the Director
491   says yes or no. This can be quite rapid if the FileId is kept
492   by the FD for each Base Filename.          
493 - It is probably better to have the comparison done by the FD
494   despite the fact that the File entry must be sent across the
495   network.
496 - An alternative would be to send the FD the whole File entry
497   from the start. The disadvantage is that it requires a lot of
498   space. The advantage is that it requires less communications
499   during the save.
500 - The Job record must be updated to indicate that one or more
501   Bases were used.
502 - At end of Job, FD returns:   
503    1. Count of base files/bytes not written to tape (i.e. matches)
504    2. Count of base file that were saved i.e. had changed.
505 - No tape record would be written for a Base file that matches, in the
506   same way that no tape record is written for Incremental jobs where
507   the file is not saved because it is unchanged.
508 - On a restore, all the Base file records must explicitly be
509   found from the BaseFile tape. I.e. for each Full save that is marked
510   to have one or more Base Jobs, search the BaseFile for all occurrences
511   of JobId.
512 - An optimization might be to make the BaseFile have:
513      JobId
514      BaseId
515      FileId
516   plus
517      FileIndex
518   This would avoid the need to explicitly fetch each File record for
519   the Base job.  The Base Job record will be fetched to get the
520   VolSessionId and VolSessionTime.
521 =========================================================  
522
523 ========================================================== 
524     Unsaved File design
525 For each Incremental job that is run, there may be files that
526 were found but not saved because they were locked (this applies
527 only to Windows). Such a system could send back to the Director
528 a list of Unsaved files.
529 Need:
530 - New UnSavedFiles table that contains:
531   JobId
532   PathId
533   FilenameId
534 - Then in the next Incremental job, the list of Unsaved Files will be
535   feed to the FD, who will ensure that they are explicitly chosen even
536   if standard date/time check would not have selected them.
537 =============================================================
538
539   
540
541 =============================================================
542
543                 Request For Comments For File Backup Options
544                    10 November 2002
545
546 Subject: File Backup Options
547
548 Problem: 
549   A few days ago, a Bacula user who is backing up to file volumes and
550   using compression asked if it was possible to suppress compressing
551   all .gz files since it was a waste of CPU time. Although Bacula
552   currently permits using different options (compression, ...) on
553   a directory by directory basis, it cannot do it on a file by 
554   file basis, which is clearly what was desired.   
555
556 Proposed Implementation:
557   To solve this problem, I propose the following:
558
559   - Add a new Director resource type called FileOptions.  
560
561   - The FileOptions resource will have records for all
562     options that can currently be specified on the Include record 
563     (in a FileSet).  Examples below.
564
565   - The FileOptions resource will permit an exclude option as well
566     as a number of additional options.
567
568   - The heart of the FileOptions resource is the ability to
569     supply any number of ApplyTo records which specify POSIX
570     regular expressions.  These ApplyTo regular expressions are
571     applied to the fully qualified filename (path and all). If
572     one matches, then the FileOptions will be used.
573
574   - When an ApplyTo specification matches an included file, the
575     options specified in the FileOptions resource will override
576     the default options specified on the Include record.
577
578   - Include records will be modified to permit referencing one or
579     more FileOptions resources.  The FileOptions will be used
580     in the order listed on the Include record and the first
581     one that matches will be applied.
582
583   - Options (or specifications) currently supplied on the Include
584     record will be deprecated (i.e. removed in a later version a
585     year or so from now).
586
587   - The Exclude record will be deprecated as the same functionality
588     can be obtained by using an Exclude = yes in the FileOptions.
589
590 FileOptions records:
591   The following records can appear in the FileOptions resource. An
592   asterisk preceding the name indicates a feature not currently
593   implemented.
594
595   For Backup Jobs:
596     - Compression= (GZIP, ...)
597     - Signature=   (MD5, SHA1, ...)
598     - *Encryption=
599     - OneFs=      (yes/no)    - remain on one filesystem
600     - Recurse=    (yes/no)    - recurse into subdirectories
601     - Sparse=     (yes/no)    - do sparse file backup
602     - *Exclude=   (yes/no)    - exclude file from being saved
603     - *Reader=    (filename)  - external read (backup) program
604     - *Plugin=    (filename)  - read/write plugin module
605
606   For Verify Jobs:
607     - verify=     (ipnougsamc5) - verify options
608
609   For Restore Jobs:
610     - replace= (always/ifnewer/ifolder/never) - replace options currently
611                                                 implemented in 1.27
612     - *Writer= (filename)   - external write (restore) program
613
614
615 Implementation:
616   Currently options specifying compression, MD5 signatures, recursion,
617   ... of a FileSet are supplied on the Include record. These will now
618   all be collected into a FileOptions resource, which will be
619   specified on the Include in place of the options. Multiple FileOptions
620   may be specified.  Since the FileOptions contain regular expressions
621   that are applied to the full filename, this will give the ability
622   to specify backup options on a file by file basis to whatever level
623   of detail you wish.
624
625 Example:
626
627   Today:
628
629     FileSet {
630       Name = "FullSet"
631       Include = compression=GZIP signature=MD5 {
632         /
633       }
634     }
635
636   Proposal:
637
638     FileSet {
639       Name = "FullSet"
640       Include = FileOptions=Opts {
641         /
642       }
643     }
644     FileOptions {
645       Name = Opts
646       Compression = GZIP
647       Signature = MD5
648       ApplyTo = /*.?*/
649     }
650
651   That's a lot more to do the same thing, but it gives the ability to
652   apply options on a file by file basis.  For example, suppose you
653   want to compress all files but not any file with extensions .gz or .Z.
654   You could do so as follows:
655
656     FileSet {
657       Name = "FullSet"
658       Include = FileOptions=NoCompress FileOptions=Opts {
659         /
660       }
661     }
662     FileOptions {
663       Name = Opts
664       Compression = GZIP
665       Signature = MD5
666       ApplyTo = /*.?*/   # matches all files
667     }
668     FileOptions {
669       Name = NoCompress
670       Signature = MD5
671       # Note multiple ApplyTos are ORed
672       ApplyTo = /*.gz/   # matches .gz files */
673       ApplyTo = /*.Z/    # matches .Z files */
674     }
675
676   Now, since the NoCompress FileOptions is specified first on the
677   Include line, any *.gz or *.Z file will have an MD5 signature computed,
678   but will not be compressed. For all other files, the NoCompress will not
679   match, so the Opts options will be used which will include GZIP
680   compression.
681
682 Questions:
683   - Is it necessary to provide some means of ANDing regular expressions
684     and negation?  (not currently planned)
685
686     e.g.  ApplyTo = /*.gz/ && !/big.gz/
687
688   - I see that Networker has a "null" module which, if specified, does not 
689     backup the file, but does make an record of the file in the catalog
690     so that the catalog will reflect an exact picture of the filesystem.
691     The result is that the file can be "seen" when "browsing" the save
692     sets, but it cannot be restored.
693     
694     Is this really useful?  Should it be implemented in Bacula?
695   
696 Results:
697   After implementing the above, the user will be able to specify
698   on a file by file basis (using regular expressions) what options are
699   applied for the backup.
700 ====================================
701
702 =========================================
703 Proposal by Bill Sellers
704
705 Return-Path: <w.a.sellers@larc.nasa.gov>
706 Received: from post.larc.nasa.gov (post.larc.nasa.gov [128.155.4.45]) by matou.sibbald.com (8.11.6/8.11.6) with ESMTP id h0ELUIm07622 for <kern@sibbald.com>; Tue, 14 Jan 2003 22:30:18 +0100
707 Received: from Baron.larc.nasa.gov (baron.larc.nasa.gov [128.155.40.132]) by post.larc.nasa.gov (pohub4.6) with ESMTP id QAA09768 for <kern@sibbald.com>; Tue, 14 Jan 2003 16:30:14 -0500 (EST)
708 Message-Id: <5.1.0.14.2.20030114153452.028dbae8@pop.larc.nasa.gov>
709 X-Sender: w.a.sellers@pop.larc.nasa.gov
710 X-Mailer: QUALCOMM Windows Eudora Version 5.1
711 Date: Tue, 14 Jan 2003 16:30:18 -0500
712 To: Kern Sibbald <kern@sibbald.com>
713 From: Bill Sellers <w.a.sellers@larc.nasa.gov>
714 Subject: Re: [Bacula-users] Bacula remote storage?
715 In-Reply-To: <1042565382.1845.177.camel@rufus>
716 References: <5.1.0.14.2.20030114113004.0293a210@pop.larc.nasa.gov> <5.1.0.14.2.20030113170650.028dad88@pop.larc.nasa.gov> <5.1.0.14.2.20030113170650.028dad88@pop.larc.nasa.gov> <5.1.0.14.2.20030114113004.0293a210@pop.larc.nasa.gov>
717 Mime-Version: 1.0
718 Content-Type: text/plain; charset="us-ascii"; format=flowed
719 X-Annoyance-Filter-Junk-Probability: 0
720 X-Annoyance-Filter-Classification: Mail
721 At 06:29 PM 1/14/2003 +0100, you wrote:
722 >Hello Bill,
723 >
724 >Well, if you cannot put a Bacula client on the machine,
725 >then it is a big problem.  If you know of some software
726 >that can do what you want, let me know, because I
727 >really just don't know how to do it -- at least not
728 >directly.
729
730
731 Hi Kern,
732
733 We have been able to get Amanda to use the HSM as a storage 
734 device.  Someone here wrote a driver for Amanda.  BUT, Amanda doesn't 
735 handle Windows systems very well (or at all without Samba).  So I am 
736 looking for a backup system that has a Windows client.  I really like the 
737 Windows integration of Bacula.
738
739 From the command line, its rather trivial to move the data around.  We use 
740 something like-
741
742 tar cf - ./files | gzip -c | rsh hsm dd of=path/file.tgz
743
744 or if you use GNU tar:
745
746 tar czf hsm:path/file.tgz ./files
747
748 One idea for you to consider; Sendmail offers pipes in the aliases file; 
749 (mailpipe:  "|/usr/bin/vacation root")  and Perl supports pipes in the 
750 "open" statement (open FILE, "|/bin/nroff -man";)  Could you could make a 
751 pipe available, as a storage device? Then we could use any command that 
752 handles stdin as a  storage destination.
753
754 Something like-
755
756 Storage {
757         Name = HSM-RSH
758         Address = hsm
759         #Password is not used in rsh, but might be used in ftp.
760         Device = "| gzip -c | rsh hsm dd of=path/file.tgz"
761         MediaType = Pipe
762 }
763
764 Storage {
765         Name = HSM-FTP
766         Address = hsm
767         Password = "foobar&-"
768         Device = "| ncftpput -c hsm /path/file.bacula"
769         MediaType = Pipe
770 }
771
772 >If you have some local storage available, you could
773 >use Bacula to backup to disk volumes, then use some
774 >other software (ftp, scp) to move them to the HSM
775 >machine. However, this is a bit kludgy.
776
777
778 It is, but maybe worth a try.  Is there some function in Bacula to put 
779 variables in filenames?  i.e. backup.2003-01-15.root
780
781 Thanks!
782 Bill
783
784 ---
785 Bill Sellers
786 w.a.sellers@larc.nasa.gov
787
788 ==============================================
789    The Project for the above
790
791 I finally realized that this is not at all
792 the same as reader/writer programs or plugins,
793 which are alternate ways of accessing the 
794 files to be backed up. Rather, it is an alternate
795 form of storage device, and I have always planned
796 that Bacula should be able to handle all sorts
797 of storage devices.
798
799 So, I propose the following phases:
800
801 1. OK from you to invest some time in testing
802    this as I implement it (requires that you
803    know how to download from the SourceForge
804    cvs -- which I imagine is a piece of cake
805    for you).
806
807 2. Dumb implementation by allowing a device to
808    be a fifo for write only.
809    Reason: easy to implement, proof of concept.
810
811 3. Try reading from fifo but with fixed block
812    sizes.
813    Reason: proof of concept, easy to implement.
814
815 4. Extend reading from fifo (restores) to handle
816    variable blocks.
817    Reason: requires some delicate low level coding
818    which could destabilize all of Bacula.
819
820 5. Implementation of above but to a program. E.g.
821     Device = "|program"  (not full pipeline).
822    Reason: routines already exist, and program can
823    be a shell script which contains anything.
824
825 6. Add full pipeline as a possibility. E.g.
826     Device = "| gzip -c | rsh hsm dd of=path/file.tgz"
827    Reason: needs additional coding to implement full
828    pipeline (must fire off either a shell or all
829    programs and connect their pipes).
830
831 There are a good number of details in each step
832 that I have left out, but I will specify them at
833 every stage, and there may be a few changes as things
834 evolve. I expect that to get to stage 5 will take a
835 few weeks, and at that point, you will have 
836 everything you need (just inside a script).
837 Stage 6 will probably take longer, but if this
838 project pleases you, what we do for 5 should 
839 be adequate for some time.
840
841
842
843 =============================================
844
845 Done: (see kernsdone for more)
846 - Look into Pruning/purging problems or why there seem to
847   be so many files listed each night.
848 - Fix cancel in find_one -- need jcr.
849 - Cancel does not work for restore in FD.
850 - Write SetJobStatus() function so cancel status not lost.
851 - Add include list to end of chain in findlib
852 - Zap sd_auth_key after use
853 - Add Bar code reading capabilities (new mtx-changer)
854 - Figure out some way to automatically backup all local partitions
855 - Make hash table for linked files in findlib/find_one.c:161
856   (not necessary)
857 - Rewrite find_one.c to use only pool_memory instead of 
858   alloca and malloc (probably not necessary).
859 - Make sure btraceback goes into /sbin not sysconf directory.
860 - InitVerify is getting pruned and it shouldn't (document it)
861 - Make 1.28c release ??? NO do 1.29 directly
862 - Set timeout on opening fifo for save or restore (findlib)
863 - Document FIFO storage device.
864 - Document fifo and | and <
865 ====== 1.30 =======
866 - Implement SHA1
867 - Get correct error status from run_program or open_bpipe().    
868 - Restrict permissions on File Volumes (now 0640).                   
869 - Umasked 022 daemons
870 - Fix restore of hard linked file.
871 - Figure out how to allow multiple simultaneous file Volumes on a single device.
872 - Implement multiple simultaneous file Volumes on a single device.
873 - Cleanup db_update_media and db_update_pool
874 - Flush all the daemon messages at the end of every job.
875 - Change stat1= fgets()!=NULL to stat1=fgest()==NULL; in 
876   run_program -- bpipe.c
877 - Apparently cancel does not work for jobs waiting to be
878   scheduled.
879 - Implement TCP/IP connection for MySQL
880 - Pull a canceled job from the Scheduling queue.
881 - Implement max_file_size in block.c (already done, just tweaked).
882 - Look at purge jobs volume (at least document it, and see if it is
883   logical).
884 - Add list volumes does all pools. list volumes pool=xxx now works.
885 - Add pool= to "list media" in ua_output.c
886 - Strip trailing slashes from Include directory names in the FD.
887 - Fix Error: bnet.c:408 gethostbyname() for lpmatou failed: 
888      ERR=Operation not permited loop.
889 - Add code if there is no mtio.h (cannot do -- too many ioctl defines needed)
890 - Produce better error messages in when error/eof writing block.
891 - Cancelling of a queued job does NOT work!!!!!!
892 - Get two 
893 rufus-dir: Volume used once. Marking Volume "File0003" as Used.
894 rufus-sd: Recycled volume File0003 on device /home/kern/bacula/working, all previous data lost.
895 rufus-dir: Volume used once. Marking Volume "File0003" as Used.
896 - Ability to backup to a file then later transfer to a tape -- Migration.
897   Migration based on MaxJobs(MinJobs),MaxVols(MinVols),AgeJobs,MaxBytes(MinBytes)
898   (i.e. HighwaterMark, LowwaterMark).
899 - Eugeny Fisher <efischer@vip-rus.com> wants to cycle through a
900   set of volumes recycling the oldest volume when it is needed.
901 - gethostbyname failure in bnet_connect() continues
902   generating errors -- should stop.
903 - Add chflags() code for FreeBSD file flags
904 - Bevan Anderson suggests having a run queue for each device
905   so that multiple simultaneous jobs can run but each writing
906   to a different Volume.
907 - Look at handling <> in smtp doesn't work with exim.
908 - Need to specify MaximumConcurrentJobs in the Job resource.
909 - ***test GetFileAttributexEx, and remove MessageBox at 335 of winservice.cpp ****
910 - Implement finer multiprocessing options.
911 - Implement | and < in Exclude statements.
912 - Figure out some way to specify a retention period for files
913   that no longer exist on the machine -- so that we maintain
914   say backups for 30 days, but if the file is deleted, we maintain
915   the last copy for 1 year.  -- answer Volume retention.
916 - Make non-zero status from RunJobBefore/After error the job.
917 - Need define of int_least16_t in sha1.h for SuSE.