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