]> git.sur5r.net Git - bacula/docs/commit
kes Move unserial code in restore.c to a subroutine. Add a bit of debug
authorKern Sibbald <kern@sibbald.com>
Sun, 3 Dec 2006 09:00:00 +0000 (09:00 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 3 Dec 2006 09:00:00 +0000 (09:00 +0000)
commit5c05443aa6f8eae6bf1d1c5a2b23f1ec2b47684f
tree9a7323d425b3e63188b2221c348702e74ec4b728
parentb8d665a6823e4a1b3e4e49e3262b1c87612fd28c
kes  Move unserial code in restore.c to a subroutine. Add a bit of debug
     code.
kes  Rework a bit of code in backup.c to handle sparse blocks correctly.
     The main problem was that signatures were being generated on blocks
     of zeros, which is unnecessary.
02Dec06
kes  Fix scanner (next_arg) to handle leading double quote correctly.
kes  Modify cd command in restore tree to look at full argument without
     keywords.  This fixes bug #716.
01Dec06
kes  Do not update Migrated Job type if migration does not terminate
     normally. This fixes bug #719.