Changesets: bareos

bareos-17.2 000ccba4

2018-06-22 11:57

pstorz

Ported: N/A

Details Diff
Merge branch 'bareos-16.2' into bareos-17.2
mod - src/win32/compat/compat.c Diff File

dev a0e59469

2018-06-22 01:47

pstorz

Ported: N/A

Details Diff
fixup
mod - src/win32/compat/compat.c Diff File

dev 02b884ff

2018-06-21 19:18

pstorz

Ported: N/A

Details Diff
windows: call DeleteFileW and RemoveDirectoryW to be able to remove symlinks before restore
mod - src/win32/compat/compat.c Diff File

dev eea46a87

2018-06-21 19:18

pstorz

Ported: N/A

Details Diff
windows: call DeleteFileW and RemoveDirectoryW to be able to remove symlinks before restore

Windows symlinks could not be replaced during restore because
win32_unlink() only used _wunlink() to remove existing files before
recovery. _wunlink() cannot remove symlinks so that the
overwrite of existing symlinks did not work.

We first try with _unlink(); on failure DeleteFileW()
and as last option we do RemoveDirectoryW()

win32_unlink now is able to remove:
* direcories
* files
* file symlinks and
* directory symlinks

Fixes 0000967: Symbolic links are not replaceable during restore on Win FD
Affected Issues
0000967
mod - src/win32/compat/compat.c Diff File

bareos-16.2 7995c82a

2018-06-21 19:18

pstorz

Ported: N/A

Details Diff
windows: call DeleteFileW and RemoveDirectoryW to be able to remove symlinks before restore

Windows symlinks could not be replaced during restore because
win32_unlink() only used _wunlink() to remove existing files before
recovery. _wunlink() cannot remove symlinks so that the
overwrite of existing symlinks did not work.

We first try with _unlink(); on failure DeleteFileW()
and as last option we do RemoveDirectoryW()

win32_unlink now is able to remove:
* direcories
* files
* file symlinks and
* directory symlinks

Fixes 0000967: Symbolic links are not replaceable during restore on Win FD
Affected Issues
0000967
mod - src/win32/compat/compat.c Diff File

bareos-17.2 f82805d6

2018-06-21 15:54

joergs

Ported: N/A

Details Diff
cleanup merge
mod - autoconf/configure.in Diff File
mod - configure Diff File

bareos-17.2 177b38fb

2018-06-21 15:41

joergs

Ported: N/A

Details Diff
Merge remote-tracking branch 'bareos-16.2' into bareos-17.2
mod - autoconf/configure.in Diff File
mod - configure Diff File
mod - platforms/packaging/bareos-aix.spec Diff File
mod - src/plugins/filed/gfapi-fd.c Diff File

master fcfab89a

2018-06-21 15:24

aron_s


Committer: joergs

Ported: N/A

Details Diff
Add bareos-storage-droplet plugin documentation
add - docs/manuals/en/main/plugins-droplet-plugin.tex Diff File
mod - docs/manuals/en/main/plugins.tex Diff File
mod - webui/tests/selenium/webui-selenium-test.py Diff File

dev 4a5882d3

2018-06-21 15:24

aron_s


Committer: franku

Ported: N/A

Details Diff
Add bareos-storage-droplet plugin documentation
add - docs/manuals/en/main/plugins-droplet-plugin.tex Diff File
mod - docs/manuals/en/main/plugins.tex Diff File
mod - webui/tests/selenium/webui-selenium-test.py Diff File

master 0dd03902

2018-06-21 14:07

pstorz

Ported: N/A

Details Diff
bump version number
mod - core/src/include/version.h Diff File

dev e5dc39f5

2018-06-21 11:32

pstorz

Ported: N/A

Details Diff
core: spec: build also for fedora 28
mod - platforms/packaging/bareos.spec Diff File

dev c07f0012

2018-06-20 13:08

pstorz

Ported: N/A

Details Diff
core: ceph: use libcephfs2 for SLE12SP3
mod - platforms/packaging/bareos.spec Diff File

master a9b7a5e3

2018-06-20 11:34

pstorz

Ported: N/A

Details Diff
regress: fix secure-erase-test

secure_erase was renamed to SecureErase, so the secure-erase-test
needs to be adapted also.
mod - regress/tests/secure-erase-test Diff File

master df824e09

2018-06-20 11:21

pstorz

Ported: N/A

Details Diff
regress: fix plugin-test

The path of the files being backed up changed
mod - regress/scripts/plugin-test-bareos-dir.conf.in Diff File

master 0d101688

2018-06-20 11:21

pstorz

Ported: N/A

Details Diff
regress: added TESTPLUGIN to prototype.conf
mod - regress/prototype.conf Diff File

master 5e868961

2018-06-19 21:50

joergs

Ported: N/A

Details Diff
doc: add Ubuntu 18.04 to Release Notes of bareos-17.2.6
mod - docs/manuals/en/main/releasenotes.tex Diff File

bareos-17.2 244cb671

2018-06-19 17:22

joergs

Ported: N/A

Details Diff
Build: Bump version number to 17.2.6
mod - configure Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - src/include/version.h Diff File

bareos-17.2 b8e13c2e

2018-06-19 17:15

joergs

Ported: N/A

Details Diff
bareos-dir: allow unlimited restart

Use

[Service]
StartLimitInterval=0

instead of

[Unit]
StartLimitIntervalSec=0

to be complient with systems using systemd < 230.
However, this setting is deprecated and should be replaced in the future.
mod - debian/bareos-director.service.in Diff File
mod - platforms/systemd/bareos-dir.service.in Diff File

master 10842d5a

2018-06-19 14:41

joergs

Ported: N/A

Details Diff
doc: add Release Notes for bareos-17.2.6
mod - docs/manuals/en/main/coverpage.tex Diff File
mod - docs/manuals/en/main/install.tex Diff File
mod - docs/manuals/en/main/operating-system-univention-corporate-server.tex Diff File
mod - docs/manuals/en/main/releasenotes.tex Diff File

bareos-17.2 77494e15

2018-06-19 14:38

joergs

Ported: N/A

Details Diff
Univention: update year to 2018
mod - platforms/univention/AppCenter/LICENSE_AGREEMENT.in Diff File

bareos-17.2 c55a0503

2018-06-14 21:02

stephand

Ported: N/A

Details Diff
Fix gfapi-fd: handle non-fatal Gluster problems properly

Previously when the gfapi-fd plugin encountered a stale file handle
problem in Gluster, a job error message was generated and the processing
of the glusterfind list stopped but the job terminated with status
Backup OK -- with warnings.

Also when using the glusterfind and the gffilelist option, files in the
list but missing on disk have been silently ignored. Now, a warning
job message is emitted in this case but not causing the termination
status with warning.

With this change, stale file handle problems are considered non-fatal,
for each such file an error is reported in the job messages and
and the termination status will be Backup OK -- with warnings.
When files that were in the glusterfind list are not found when they
going to be backed up, a warning is reported in the job message but
the termination status will be just Backup OK (not with warning).
Any other error is considered fatal and the job will terminate with
the Backup Error status immediately.

When gluster has a stale file handle problem, the plugin crashed
with a segmentation fault when not using the glusterfind option.
This is fixed now by skipping useless calls of checkChanges() in
that case.
mod - src/plugins/filed/gfapi-fd.c Diff File

bareos-16.2-droplet b29bd509

2018-06-14 18:57

joergs

Ported: N/A

Details Diff
droplet: update example
mod - README.droplet Diff File
mod - src/stored/backends/droplet_device.d/bareos-sd.d/device/S3_ObjectStorage.conf.example Diff File

master 74390f01

2018-06-14 18:30

joergs

Ported: N/A

Details Diff
[docs] add troubleshooting section about Media VolWrites column overflow
mod - docs/manuals/en/main/troubleshooting.tex Diff File

master 04368abf

2018-06-13 21:52

Jörg Steffens


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000087 from dne/fix-queries

Fix ambiguous sample queries
mod - core/src/dird/query.sql Diff File

bareos-17.2 fc3d8ac3

2018-06-13 17:56

joergs

Ported: N/A

Details Diff
droplet: fix spec file
mod - platforms/packaging/bareos.spec Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 391 392 393 394 395 396 397 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last