Changesets: bareos

bareos-17.2 da1432f6

2018-01-02 14:50

palstek


Committer: joergs

Ported: N/A

Details Diff
Fix Univention bareos-dir-restart script

Add missing absolute path to service command. Otherwise it fails with
/usr/share/univention-bareos/bareos-dir-restart: 3: /usr/share/univention-bareos/bareos-dir-restart: service: not found
mod - platforms/univention/bareos-dir-restart Diff File

master 42ff708d

2018-01-02 14:50

palstek


Committer: GitHub

Ported: N/A

Details Diff
Fix Univention bareos-dir-restart script

Add missing absolute path to service command. Otherwise it fails with
/usr/share/univention-bareos/bareos-dir-restart: 3: /usr/share/univention-bareos/bareos-dir-restart: service: not found
mod - platforms/univention/bareos-dir-restart Diff File

master 851717c4

2018-01-02 14:01

pstorz

Ported: N/A

Details Diff
added gcov running script
add - scripts/run-gcov.sh Diff File

master 754b8a2d

2018-01-02 12:59

pstorz

Ported: N/A

Details Diff
cmake: added ordered_cbuf, enabled regress build
mod - src/lib/CMakeLists.txt Diff File
mod - src/stored/CMakeLists.txt Diff File

master 0473cdba

2018-01-02 12:28

pstorz

Ported: N/A

Details Diff
Merge remote-tracking branch 'refs/remotes/gitblit/pstorz/cmake-master' into pstorz/cmake-master
add - src/stored/backends/object_store_device.cc Diff File

master 5c36f665

2018-01-02 12:22

pstorz

Ported: N/A

Details Diff
cmake: rename object_store_device.cc
mod - src/stored/CMakeLists.txt Diff File

master f8e9fc93

2018-01-02 12:15

pstorz

Ported: N/A

Details Diff
droplet_device.cc: renamed object_store_logfunc() to droplet_logfunc()
mod - src/stored/backends/droplet_device.cc Diff File

master 237b3976

2018-01-02 12:14

pstorz

Ported: N/A

Details Diff
remove renamed object_store_device.cc
rm - src/stored/backends/object_store_device.cc Diff File

master ee7f0614

2017-12-21 21:47

Martin Skuta

Ported: N/A

Details Diff
Allow compiling with LibreSSL
mod - src/lib/crypto_openssl.c Diff File

master b20751a0

2017-12-21 10:46

pstorz

Ported: N/A

Details Diff
Merge branch 'bareos-17.2'
mod - src/dird/migrate.c Diff File

bareos-17.2 e188d6eb

2017-12-21 10:26

pstorz

Ported: N/A

Details Diff
remote replication: set JobLevel correctly

* The JobLevel now is set correctly on the writing
storagedaemon so that the SOS_LABEL has the correct JobLevel.

This makes the medium bscanable which before had the problem
of the wrong job level of the scanned jobs.

* refactored the inverse logic from

if (!jcr->remote_replicate) {
/*local replicate*/

} else {
/*remote replicate*/

}

to better understandable

if (jcr->remote_replicate) {
/*remote replicate*/

} else {
/*local replicate*/

}

* fixed some typos
mod - src/dird/migrate.c Diff File

master 9c24f247

2017-12-20 11:59

pstorz

Ported: N/A

Details Diff
Merge branch 'bareos-17.2'
mod - src/stored/backends/droplet_device.c Diff File
mod - src/stored/mac.c Diff File
mod - src/stored/status.c Diff File
mod - src/stored/vol_mgr.c Diff File

master f3656d9c

2017-12-20 11:42

tuxmaster

Ported: N/A

Details Diff
Use the rpm macro for name instead of bareos.
mod - platforms/packaging/bareos.spec Diff File

master 6ee6c8d8

2017-12-20 11:30

pstorz

Ported: N/A

Details Diff
Fix problems with commit 4dac5d072dd2e4fcd726dd2ee954f58ffa632e61

The problem was that the joid was taken from the first SOS_LABEL.

We now do not set the jobid from the SOS_LABEL anymore.

Also unified the logging of some functions.
mod - src/stored/mac.c Diff File
mod - src/stored/status.c Diff File
mod - src/stored/vol_mgr.c Diff File

master 1d9fae17

2017-12-20 10:27

pstorz

Ported: N/A

Details Diff
droplet_device: remove unused variable
mod - src/stored/backends/droplet_device.c Diff File

master bb8d3bde

2017-12-20 09:31

pstorz

Ported: N/A

Details Diff
fix coverity problems
mod - src/stored/mac.c Diff File

master 1f16e0a7

2017-12-19 17:20

pstorz

Ported: N/A

Details Diff
do not install bconsole in scriptdir
mod - scripts/CMakeLists.txt Diff File

master 5a695145

2017-12-19 17:20

pstorz

Ported: N/A

Details Diff
do not install bconsole in scriptdir
mod - scripts/CMakeLists.txt Diff File

master 70f5447d

2017-12-19 17:01

pstorz

Ported: N/A

Details Diff
droplet: add installation for droplet_device samples
mod - CMakeLists.txt Diff File
mod - src/stored/CMakeLists.txt Diff File

master 410c750e

2017-12-19 17:01

pstorz

Ported: N/A

Details Diff
droplet: add installation for droplet_device samples
mod - CMakeLists.txt Diff File
mod - src/stored/CMakeLists.txt Diff File

master 56c75383

2017-12-19 16:26

pstorz

Ported: N/A

Details Diff
sd backends: install droplet and chunked backends
mod - src/stored/backends/CMakeLists.txt Diff File

master 4c073e8a

2017-12-19 16:26

pstorz

Ported: N/A

Details Diff
sd backends: install droplet and chunked backends
mod - src/stored/backends/CMakeLists.txt Diff File

master cd43b598

2017-12-19 14:47

pstorz

Ported: N/A

Details Diff
renamed objectstorage->droplet in spec file
mod - platforms/packaging/bareos.spec Diff File

master 307ed266

2017-12-19 14:47

pstorz

Ported: N/A

Details Diff
renamed objectstorage->droplet in spec file
mod - platforms/packaging/bareos.spec Diff File

bareos-17.2 e9241fff

2017-12-19 14:47

pstorz


Committer: joergs

Ported: N/A

Details Diff
renamed objectstorage->droplet in spec file
mod - platforms/packaging/bareos.spec Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 445 446 447 448 449 450 451 ... 480 ... 540 ... 600 ... 641 642 643  Next  Last