Changesets: bareos
master ad04207a 2013-04-30 13:22
Ported: N/A Details Diff |
Split storage package into two - Split off the tape specific stuff into a bareos-storage-tape package. This limits the number of packages that we depend on and only when the user really want to backup to tape with his storage daemon he can install this. |
||
mod - platforms/packaging/bareos.spec | Diff File | ||
mod - debian/control | Diff File | ||
mod - debian/bareos-storage.install | Diff File | ||
add - debian/bareos-storage-tape.install | Diff File | ||
bareos-12.4 5792cb6c 2013-04-09 17:39
Ported: N/A Details Diff |
Reorder closing message channel. For every daemon always close the message channel before starting the cleanup of the JCR so we have a much cleaner code path. Also tweaked the layout of the code somewhat so that we have more distinctive code blocks. |
||
mod - src/dird/job.c | Diff File | ||
mod - src/filed/job.c | Diff File | ||
mod - src/lib/jcr.c | Diff File | ||
mod - src/stored/bscan.c | Diff File | ||
mod - src/stored/butil.c | Diff File | ||
mod - src/stored/job.c | Diff File |