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