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