]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes09Oct02
Merge remote branch 'sf/master'
[bacula/docs] / docs / techlogs / 2002 / kes09Oct02
1               Technical notes on version 1.26 08Oct02  
2                       9 October 2002
3                        Kern Sibbald
4
5 General:
6 - More documentation.
7 - Implemented new fill command in btape that permits filling
8   a tape and then reading it back to ensure that it works
9   with Bacula.
10
11 Changes submitted this submission:
12 - Added ReadBytes to JCR, which contains Job bytes read by
13   FD, JobBytes contains compressed output of FD.
14 - Modified FD to pass back JobStatus, ReadBytes, JobBytes, ...
15   for backup jobs.  This is upward compatible.
16 - Modified backup termination status report to contain the
17   compression ratio 100 * (1 - compressed-bytes/uncompressed-bytes)
18   This will always be zero if no software compression was
19   done, or if you are using a version 1.25 or older FD.
20 - Pickup Job termination status of FD in backup, so now
21   the termination status represents the state of all three
22   daemons.
23 - Implemented new fill command in btape that permits filling
24   a tape and then reading it back to ensure that it works
25   with Bacula.
26 - Modified the default restore directory to be /tmp/bacula-restores
27   rather than /tmp. This is because if you restore / into /tmp, 
28   Bacula will reset /tmp with the permissions of /, which is 
29   most likely not what you want.  This way, only bacula-restores
30   gets modified -- thanks to William Lewis Brown for pointing this
31   out.