Changesets: bareos

bareos-12.4 da211521

2013-04-30 16:27

mvwieringen adm

Ported: N/A

Details Diff
Tweak status scheduler output to cope with locales.

The %a and %b are locale specific strings which vary in lenght on each
locale. So we now keep track of the longest date string so we can align
the header right. For this to work we print everything into a temporary
buffer and keep track of the length and dump the whole output in one go
with the correct header spacing.
mod - src/dird/ua_status.c Diff File

master 8c6a80d7

2013-04-30 16:27

mvwieringen adm

Ported: N/A

Details Diff
Tweak status scheduler output to cope with locales.

The %a and %b are locale specific strings which vary in lenght on each
locale. So we now keep track of the longest date string so we can align
the header right. For this to work we print everything into a temporary
buffer and keep track of the length and dump the whole output in one go
with the correct header spacing.
mod - src/dird/ua_status.c Diff File

bareos-12.4 a403e9c6

2013-04-30 13:22

mvwieringen adm

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.
add - debian/bareos-storage-tape.install Diff File
mod - debian/bareos-storage.install Diff File
mod - debian/control Diff File
mod - platforms/packaging/bareos.spec Diff File

master ad04207a

2013-04-30 13:22

mvwieringen adm

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

mvwieringen adm

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
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 641 642 643 644