Changesets: bareos

playground 7d7d661e

2014-03-14 17:44

joergs

Ported: N/A

Details Diff
uses dbconfig for Debian based distributions

dbconfig-common is a standard mechanism for Debian based distributions,
to assists applications that require a database.
The user still have to choice to configure the database manually,
if not, dbconfig detects want database backends are installed,
and the user gets ask, want connection parameter he wants to use.
If dbconfig is configured correctly, database schema updated are done automatically on package updates.
With
export DEBIAN_FRONTEND=noninteractive
the user don't get ask, and dbconfig configures the database backend as good as he can.
add - README.dbconfig Diff File
mod - autoconf/configure.in Diff File
add - debian/bareos-database-common.config.in Diff File
mod - debian/bareos-database-common.install Diff File
add - debian/bareos-database-common.postinst.in Diff File
add - debian/bareos-database-common.postrm Diff File
add - debian/bareos-database-common.prerm Diff File
mod - debian/bareos-database-mysql.install Diff File
mod - debian/bareos-database-postgresql.install Diff File
mod - debian/bareos-database-sqlite3.install Diff File
mod - debian/bareos-director.postinst Diff File
mod - debian/control Diff File
mod - debian/control.common Diff File
mod - platforms/debian/Makefile.in Diff File
add - platforms/debian/set_dbconfig_vars.sh.in Diff File
mod - platforms/packaging/bareos.dsc Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - platforms/ubuntu/Makefile.in Diff File
rm - platforms/ubuntu/bareos-dir.in Diff File
rm - platforms/ubuntu/bareos-fd.in Diff File
rm - platforms/ubuntu/bareos-sd.in Diff File
mod - scripts/bareos-config-lib.sh.in Diff File
mod - src/cats/Makefile.in Diff File
add - src/cats/ddl/versions.map.in Diff File

master 34fef63d

2014-03-11 16:45

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Fix for win32 installer

We use some libs from the postgres installation, and
in win32, libint is called libint.dll instead of libint-8.dll.

We now use a glob to copy it over
mod - platforms/win32/winbareos.nsi Diff File

bareos-13.2 e7bba031

2014-03-11 15:49

mvwieringen

Ported: N/A

Details Diff
Bump version number.
mod - configure Diff File
mod - platforms/packaging/bareos-Debian_6.0.dsc Diff File
mod - platforms/packaging/bareos-Debian_7.0.dsc Diff File
mod - platforms/packaging/bareos-Univention_3.1.dsc Diff File
mod - platforms/packaging/bareos-Univention_3.2.dsc Diff File
mod - platforms/packaging/bareos-xUbuntu_10.04.dsc Diff File
mod - platforms/packaging/bareos-xUbuntu_12.04.dsc Diff File
mod - platforms/packaging/bareos.changes Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
mod - po/POTFILES.in Diff File
mod - po/de.po Diff File
mod - po/es.po Diff File
mod - po/fr.po Diff File
mod - po/it.po Diff File
mod - po/nl.po Diff File
mod - po/sv.po Diff File
mod - po/uk.po Diff File
mod - src/include/version.h Diff File

master ad4100d5

2014-03-11 15:45

pstorz

Ported: N/A

Details Diff
Fix for win32 installer

We use some libs from the postgres installation, and
in win32, libint is called libint.dll instead of libint-8.dll.

We now use a glob to copy it over
mod - platforms/win32/winbareos.nsi Diff File

bareos-13.2 f27eb5a1

2014-03-11 10:50

mvwieringen

Ported: N/A

Details Diff
Remove hardcoded job timeout of 6 days.

The current watchdog setup doesn't make any sense with the state the
software is in 2014. So changed the watchdog timeout to be set to zero
by default which means don't run a jcr watchdog thread in either the
filed, stored or dird at all. You can still set an absolute timeout
on the job length but in normal situations it makes little sense.
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/filed/filed.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/filed/filed_conf.h Diff File
mod - src/include/jcr.h Diff File
mod - src/lib/bnet.c Diff File
mod - src/lib/bsock.c Diff File
mod - src/lib/bsock.h Diff File
mod - src/lib/jcr.c Diff File
mod - src/stored/stored.c Diff File
mod - src/stored/stored_conf.c Diff File
mod - src/stored/stored_conf.h Diff File

master cd866f50

2014-03-05 19:05

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
moved dir /etc/bareos/ to bareos-common package

prior, it had been in bareos-director, but it is used in multiple packages.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/packaging/bareos.spec Diff File

master 630d421c

2014-03-05 18:05

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
moved dir /etc/bareos/ to bareos-common package

prior, it had been in bareos-director, but it is used in multiple packages.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/packaging/bareos.spec Diff File

bareos-12.4 5e1fe2ea

2014-03-05 18:05

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
moved dir /etc/bareos/ to bareos-common package

prior, it had been in bareos-director, but it is used in multiple packages.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/packaging/bareos.spec Diff File

bareos-13.2 1f18b351

2014-03-05 18:05

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
moved dir /etc/bareos/ to bareos-common package

prior, it had been in bareos-director, but it is used in multiple packages.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/packaging/bareos.spec Diff File

master 28e92920

2014-03-05 11:13

Marco van Wieringen

Ported: N/A

Details Diff
Fix comparisson.
mod - src/stored/backends/rados_device.c Diff File

master fcdcfb0d

2014-03-05 10:13

mvwieringen

Ported: N/A

Details Diff
Fix comparisson.
mod - src/stored/backends/rados_device.c Diff File

bareos-13.2 82a91d9d

2014-03-03 17:59

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/win32/plugins/filed/mssqlvdi-fd.c Diff File

bareos-13.2 1909b04c

2014-03-03 09:52

mvwieringen

Ported: N/A

Details Diff
Make clear when vtape is compiled in.
mod - src/include/version.h Diff File
mod - src/stored/vtape.c Diff File
mod - src/stored/vtape.h Diff File

bareos-12.4 526838fd

2014-03-03 09:52

mvwieringen

Ported: N/A

Details Diff
Make clear when vtape is compiled in.
mod - src/include/version.h Diff File
mod - src/stored/vtape.c Diff File
mod - src/stored/vtape.h Diff File

bareos-13.2 d825e557

2014-03-03 09:48

mvwieringen

Ported: N/A

Details Diff
remove vtape autodetection in init_dev

Annoyingly, the vtape code was automatically
activated in init_dev without any notice if
device->device_name was a regular file.

We now deactivated that so that you explicitly
have to set

"DeviceType = Vtape"

if you wish to use vtape instead of the stupid
autodetection.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/stored/dev.c Diff File

bareos-12.4 9bd0b9a7

2014-03-03 09:48

mvwieringen

Ported: N/A

Details Diff
remove vtape autodetection in init_dev

Annoyingly, the vtape code was automatically
activated in init_dev without any notice if
device->device_name was a regular file.

We now deactivated that so that you explicitly
have to set

"DeviceType = Vtape"

if you wish to use vtape instead of the stupid
autodetection.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/stored/dev.c Diff File

master f3767cac

2014-03-02 13:04

Marco van Wieringen

Ported: N/A

Details Diff
Show an error when an unknown device type if configured.
mod - src/stored/dev.c Diff File

master 9de9fdee

2014-03-02 12:04

mvwieringen

Ported: N/A

Details Diff
Show an error when an unknown device type if configured.
mod - src/stored/dev.c Diff File

bareos-13.2 9a13da02

2014-03-02 12:04

mvwieringen

Ported: N/A

Details Diff
Show an error when an unknown device type is configured.
mod - src/stored/dev.c Diff File

bareos-12.4 603dc698

2014-03-02 12:04

mvwieringen

Ported: N/A

Details Diff
Show an error when an unknown device type is configured.
mod - src/stored/dev.c Diff File

master 446dd5d5

2014-03-02 00:02

Marco van Wieringen

Ported: N/A

Details Diff
Update README.md
mod - README.md Diff File

master bdfc4115

2014-03-01 23:56

Marco van Wieringen

Ported: N/A

Details Diff
Tweak rados device a bit with errno handling.
mod - src/stored/backends/rados_device.c Diff File

master 8a974446

2014-03-01 23:02

mvwieringen

Ported: N/A

Details Diff
Update README.md
mod - README.md Diff File

master 2ed26c7b

2014-03-01 22:56

mvwieringen

Ported: N/A

Details Diff
Tweak rados device a bit with errno handling.
mod - src/stored/backends/rados_device.c Diff File

master d1fa18bf

2014-03-01 10:17

Marco van Wieringen

Ported: N/A

Details Diff
Update README.md
mod - README.md Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 621 622 623 624 625 626 627 ... 630 ... 669 670 671  Next  Last