]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes04May02
Merge remote branch 'sf/master'
[bacula/docs] / docs / techlogs / 2002 / kes04May02
1               Technical notes on version 1.19 04May02
2                        04 May 2002
3                         Kern Sibbald
4
5 General:
6 - Filled out the prune command a bit and did some testing.
7 - Make console accept redirected input.
8
9 Changes submitted this submission:
10 - Altered the Table definitions to include Recycle,
11   FileRetention, JobRetention, and AutoPrune.
12 - Widened StartDay to 64 bits.
13 - Use JobId_t in more places. 
14 - Added the new table fields to the database record 
15   definitions.
16 - Changed Recycle from string to a binary quantity.
17 - Added a Version table with a VersionId to detect 
18   future changes in the database. This should prevent
19   a Bacula from working with a database that is not in sync.
20 - Modify Console to accept input from a file. This will permit
21   the .read command and allow reading a .rc file.
22 - Added new retention and recycle variables to the Director's
23   configuration.
24 - The UA subroutines or commands can now be called from core
25   code because the output routines detect the absence of a 
26   UA socket and direct output to the Job.
27 - Added a verbose flage to the ua packet to permit reduction of
28   output while running a UA command (prune) from a Job.
29 - Did a fair amount of work on the prune command. Prune Volume now
30   works.
31 - Purge Volume now works.