Changesets: bareos

bareos-16.2-droplet d1b84e79

2017-12-11 14:21

mvwieringen

Ported: N/A

Details Diff
lib: Fix layout.
mod - src/lib/edit.c Diff File

bareos-17.2 85781bfa

2017-12-11 13:35

joergs

Ported: N/A

Details Diff
Virtual Backups: skip jobs with no files (fix)

When looking for jobids to consolidate, we now skip jobs
that have no data.

This fixes the problem that consolidations fail
when no files were changed.

Fixes 0000793: Always incremental consolidate fails when no files are changed
Affected Issues
0000793
mod - src/cats/sql_get.c Diff File

bareos-17.2 a81af550

2017-12-07 10:09

pstorz

Ported: N/A

Details Diff
vbackup.c: fix typos and error message
mod - src/dird/vbackup.c Diff File

bareos-17.2 bae81a82

2017-12-06 11:46

pstorz

Ported: N/A

Details Diff
bconsole restore: fix uar_list_jobs problem

This commit fixes restore menu option 1 problem:

Select item: (1-13): 1
Query failed: ERROR: Syntaxerror at >>uar_list_jobs<<
LINE 1: uar_list_jobs
mod - src/dird/ua_restore.c Diff File

bareos-17.2 a613a966

2017-12-05 13:07

pstorz

Ported: N/A

Details Diff
Virtual Backups: Fix session label bug

Before this patch, the record clone code copied over
existing SOS and EOS Labels which does not make sense
and makes the bscanning of virtual backup volumes impossible.

We now ignore the existing SOS and EOS Labels and write our own
SOS Label at job start and our own EOS Label at job end.

This makes the content of the virtual volumes correct so that they
can be bscanned without problems.
mod - src/stored/mac.c Diff File

bareos-17.2 75d26969

2017-11-30 18:55

joergs

Ported: N/A

Details Diff
tweak
mod - AUTHORS Diff File
mod - src/cats/ddl/updates/mysql.2004_2171.sql Diff File
mod - src/cats/ddl/updates/postgresql.2004_2171.sql Diff File

master edfa2e19

2017-11-28 03:05

kjetilho

Ported: N/A

Details Diff
redirect stderr from xtrabackup to logfile in WorkingDirectory

this doesn't seem to work:
(self.subprocess_stdOut, self.subprocess_stdError) = self.stream.communicate()

instead introduce a new parameter, log, which defaults to "plugin-percona.log".
a relative path will be relative to WorkingDirectory, an absolute path is allowed.
it can also have the value "false" to send stderr to /dev/null

the log file is opened for writing (ie. it will truncate an existing file)
so it is not likely to fill the disk. in my opinion the log file is only useful
for debugging, so historic log data is not of interest.
mod - fd-plugins/bareos_percona/BareosFdPercona.py Diff File

bareos-17.2 537f2f86

2017-11-26 22:08

joergs

Ported: N/A

Details Diff
tweak: remove quotes ("), as print_name() already contains quotes
mod - src/stored/dir_cmd.c Diff File

bareos-17.2 9ae99b2b

2017-11-26 22:08

joergs

Ported: N/A

Details Diff
purge: fixes ActionOnPurge

ActionOnPurge have been non functional since bareos-17.2.

This patch make it work again.
Additional, it fixes a newly introduced bug,
that a "purge volume=VOLNAME ... action" command
truncates all volumes of a specific storage and pool and not only on the volume given as parameter.
As the volumes have been already purged, this have not been a big
issue.

Note: it is advices to use the "truncate" command for truncating and not
the "purge ... action" command.
mod - src/cats/cats.h Diff File
mod - src/cats/sql_get.c Diff File

bareos-17.2 be53bde1

2017-11-24 18:50

joergs

Ported: N/A

Details Diff
check environment variables to work with bareos-regress
mod - scripts/bareos-config-lib.sh.in Diff File

bareos-17.2 16152d80

2017-11-21 12:04

pstorz

Ported: N/A

Details Diff
Virtual Backups: skip jobs with no files

When looking for jobids to consolidate, we now skip jobs
that have no data.

This fixes the problem that consolidations fail
when no files were changed.

Fixes 0000793: Always incremental consolidate fails when no files are changed
Affected Issues
0000793
mod - src/cats/sql_get.c Diff File

bareos-16.2 4933d4d1

2017-11-18 02:15

pstorz

Ported: N/A

Details Diff
HP-UX: cleanup the pragma pack definitions.
mod - src/filed/accurate.h Diff File
mod - src/lib/htable.c Diff File
mod - src/lib/htable.h Diff File
mod - src/lib/tree.h Diff File

bareos-17.2 6626deee

2017-11-18 00:55

joergs

Ported: N/A

Details Diff
tape: tweaks
mod - README.scsicrypto Diff File
mod - src/stored/backends/unix_tape_device.d/bareos-sd.d/autochanger/autochanger-0.conf.example Diff File
mod - src/stored/backends/unix_tape_device.d/bareos-sd.d/device/tapedrive-0.conf.example Diff File
mod - src/stored/block.c Diff File
mod - src/stored/btape.c Diff File

bareos-16.2 5b77bcff

2017-11-18 00:24

pstorz

Ported: N/A

Details Diff
HP-UX: undefine posix_fadvise

There is a problem with the HP-UX header file defining
posix_fadivise, as it is not correctly defined there
for use from c++

For now we disable posix_fadvise.
mod - src/include/bareos.h Diff File

bareos-17.2 0879e14d

2017-11-17 19:20

joergs

Ported: N/A

Details Diff
tape: fix block size handling

Fixes a problem with devices that have the capability CAP_ADJWRITESIZE
(tape drive, ...). As this capability have be ignored, blocks have not
been padded to a minimum length.

Fixes 0000639: bareos unable to read AWS VTL iSCSI devices
Affected Issues
0000639
mod - src/lib/bits.h Diff File
mod - src/stored/block.c Diff File
mod - src/stored/dev.c Diff File

bareos-16.2 627d88e1

2017-11-17 16:08

pstorz

Ported: N/A

Details Diff
HP-UX: also alignment pragma in accurate hash table
mod - src/filed/accurate.h Diff File

master beb3ef36

2017-11-17 12:19

pstorz

Ported: N/A

Details Diff
Only build unit tests if google test was found
mod - src/findlib/CMakeLists.txt Diff File
mod - src/lib/CMakeLists.txt Diff File

master eb6bbed8

2017-11-17 12:19

pstorz

Ported: N/A

Details Diff
Only build unit tests if google test was found
mod - src/findlib/CMakeLists.txt Diff File
mod - src/lib/CMakeLists.txt Diff File

bareos-17.2 da01e9c9

2017-11-17 11:13

joergs

Ported: N/A

Details Diff
Win32 deinstall: change order of killing processes

By killing bconsole and tray-monitor first,
other daemons can be stopped more easily,
as there are less open connections to them anymore.
mod - platforms/win32/winbareos.nsi Diff File

master 6c927b7c

2017-11-17 10:50

pstorz

Ported: N/A

Details Diff
CMake: set flags into CMAKE_CXX_FLAGS instead of add_definitions

This fixes the problems with the windows resource compilation.
mod - CMakeLists.txt Diff File

master 9d7f552f

2017-11-17 10:50

pstorz

Ported: N/A

Details Diff
CMake: set flags into CMAKE_CXX_FLAGS instead of add_definitions

This fixes the problems with the windows resource compilation.
mod - CMakeLists.txt Diff File

master 57158819

2017-11-16 22:25

pstorz

Ported: N/A

Details Diff
google test
mod - src/filed/accurate.h Diff File
mod - src/findlib/CMakeLists.txt Diff File
mod - src/findlib/unittests/CMakeLists.txt Diff File
mod - src/findlib/unittests/fstype_test.cc Diff File
mod - src/lib/CMakeLists.txt Diff File
mod - src/lib/unittests/CMakeLists.txt Diff File
mod - src/lib/unittests/alist_test.cc Diff File
mod - src/lib/unittests/bsnprintf_test.cc Diff File
mod - src/lib/unittests/dlist_test.cc Diff File
mod - src/lib/unittests/edit_test.cc Diff File
mod - src/lib/unittests/htable_test.cc Diff File

master baad5d4a

2017-11-16 22:25

pstorz

Ported: N/A

Details Diff
google test
mod - src/filed/accurate.h Diff File
mod - src/findlib/CMakeLists.txt Diff File
mod - src/findlib/unittests/CMakeLists.txt Diff File
mod - src/findlib/unittests/fstype_test.cc Diff File
mod - src/lib/CMakeLists.txt Diff File
mod - src/lib/unittests/CMakeLists.txt Diff File
mod - src/lib/unittests/alist_test.cc Diff File
mod - src/lib/unittests/bsnprintf_test.cc Diff File
mod - src/lib/unittests/dlist_test.cc Diff File
mod - src/lib/unittests/edit_test.cc Diff File
mod - src/lib/unittests/htable_test.cc Diff File

master 65ac634b

2017-11-16 12:51

pstorz

Ported: N/A

Details Diff
compile and link windows resource files
mod - CMakeLists.txt Diff File
mod - src/console/CMakeLists.txt Diff File
mod - src/dird/CMakeLists.txt Diff File
mod - src/filed/CMakeLists.txt Diff File
mod - src/qt-tray-monitor/CMakeLists.txt Diff File
mod - src/stored/CMakeLists.txt Diff File
mod - src/tools/CMakeLists.txt Diff File
mod - src/win32/console/consoleres.rc.in Diff File
mod - src/win32/dird/dbcheckres.rc.in Diff File
mod - src/win32/dird/dirdres.rc.in Diff File
mod - src/win32/filed/filedres.rc.in Diff File
mod - src/win32/qt-tray-monitor/traymon.rc.in Diff File
mod - src/win32/stored/bextractres.rc.in Diff File
mod - src/win32/stored/blsres.rc.in Diff File
mod - src/win32/stored/bscanres.rc.in Diff File
mod - src/win32/stored/btaperes.rc.in Diff File
mod - src/win32/stored/storedres.rc.in Diff File
mod - src/win32/tools/bregexres.rc.in Diff File
mod - src/win32/tools/bsmtpres.rc.in Diff File
mod - src/win32/tools/bwildres.rc.in Diff File

master 89425964

2017-11-16 12:51

pstorz

Ported: N/A

Details Diff
compile and link windows resource files
mod - CMakeLists.txt Diff File
mod - src/console/CMakeLists.txt Diff File
mod - src/dird/CMakeLists.txt Diff File
mod - src/filed/CMakeLists.txt Diff File
mod - src/qt-tray-monitor/CMakeLists.txt Diff File
mod - src/stored/CMakeLists.txt Diff File
mod - src/tools/CMakeLists.txt Diff File
mod - src/win32/console/consoleres.rc.in Diff File
mod - src/win32/dird/dbcheckres.rc.in Diff File
mod - src/win32/dird/dirdres.rc.in Diff File
mod - src/win32/filed/filedres.rc.in Diff File
mod - src/win32/qt-tray-monitor/traymon.rc.in Diff File
mod - src/win32/stored/bextractres.rc.in Diff File
mod - src/win32/stored/blsres.rc.in Diff File
mod - src/win32/stored/bscanres.rc.in Diff File
mod - src/win32/stored/btaperes.rc.in Diff File
mod - src/win32/stored/storedres.rc.in Diff File
mod - src/win32/tools/bregexres.rc.in Diff File
mod - src/win32/tools/bsmtpres.rc.in Diff File
mod - src/win32/tools/bwildres.rc.in Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 413 414 415 416 417 418 419 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last