Changesets: bareos

master fc470370

2015-11-27 17:05

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - platforms/osx/Makefile.in Diff File
mod - platforms/packaging/bareos-Univention_4.0.dsc Diff File
mod - platforms/win32/winbareos.nsi Diff File
mod - src/dird/ua_dotcmds.c Diff File
mod - src/dird/ua_status.c Diff File

bareos-15.2 74480164

2015-11-26 17:16

frank


Committer: joergs

Ported: N/A

Details Diff
Univention UCS 4.x integration
mod - debian/control.univention-bareos Diff File
mod - debian/univention-bareos.install.in Diff File
mod - debian/univention-bareos.postinst.in Diff File
mod - debian/univention-bareos.univention-config-registry Diff File
mod - debian/univention-bareos.univention-config-registry-variables Diff File
mod - platforms/univention/AppCenter/LICENSE_AGREEMENT.in Diff File
mod - platforms/univention/AppCenter/README_POST_INSTALL Diff File
add - platforms/univention/AppCenter/bareos-webui_screenshot.png Diff File
mod - platforms/univention/AppCenter/univention-bareos.ini.in Diff File
mod - platforms/univention/Makefile.in Diff File
add - platforms/univention/bareos-dir.conf Diff File
mod - platforms/univention/create_ucs_template_files.sh Diff File

bareos-14.2 403124b3

2015-11-26 17:03

Andre Noll


Committer: mvwieringen

Ported: N/A

Details Diff
migration: Only update Job type on success.

The attempt to migrate a job whose job resource is not defined in the
current director configuration (because the resource has been removed)
fails with an error like

Fatal error: Previous Job resource not found for "rur_system_job"

However, in this case the "Type" field of the previous job is still
updated from "B" (backup) to "M" (Migration). This is wrong because
nothing was actually migrated.

This simple patch changes migration_cleanup() to mark the previous
job as migrated only if the migration job terminated successfully.

Signed-off-by: Andre Noll <maan@tuebingen.mpg.de>
mod - src/dird/migrate.c Diff File

bareos-15.2 06af63eb

2015-11-26 12:51

pstorz

Ported: N/A

Details Diff
Do not autoselect director sqlite backend

when director is not selected at all
mod - platforms/win32/winbareos.nsi Diff File

master 5c844294

2015-11-26 12:28

Andre Noll


Committer: Joerg Steffens

Ported: N/A

Details Diff
migration: Add remark about PriorJobId.

It is good to know about the PriorJobId in case one needs to find the
*target* JobID of a job that has been migrated. So let's mention this
field of the Job table.
mod - manuals/en/main/migration.tex Diff File

master ac9a66ef

2015-11-26 12:24

Andre Noll


Committer: Joerg Steffens

Ported: N/A

Details Diff
migration: Split and clarify item on Job table.

It was already a bit long and did not mention the newly created
job record, and that restoring from the old media is still possible
after migration.

This commit moves the part that describes the two job records to a
separate item and explains how to restore the original job.
mod - manuals/en/main/migration.tex Diff File

master adf2e825

2015-11-26 11:48

Andre Noll


Committer: Joerg Steffens

Ported: N/A

Details Diff
migration: Improve examples.

The text for the migration example is quite confusing:

* It is stated that Level, Client, and FileSet must be specified,
but the example omits Client and FileSet. In fact all of them can
be omitted.

* The text before the example configuration talks about a
migration job although the configuration does not contain the
resource for a migration job.

* The Selection Pattern ("File") was actively misleading because
the *Volume names* are matched against the pattern, rather than the
pool name.

* Typesetting was inconsistent. Some parts used \bf to highlight
directives and their values while others did not.

This patch tries to address these issues.
mod - manuals/en/main/migration.tex Diff File

bareos-15.2 708f8afc

2015-11-25 23:12

mvwieringen

Ported: N/A

Details Diff
Fix status slots in API mode 2.

Change coding so things start working again with the latest version of
the output formatter. Also fixed one typo which was using object_end()
instead of array_end().
mod - src/dird/ua_dotcmds.c Diff File
mod - src/dird/ua_status.c Diff File

bareos-15.2 76b5d343

2015-11-25 16:41

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
ndmp: Fix handling of restore to different location

The restore destination_path gets the ndmp_filesystem
removed from the front when adding files to the namelist
mod - src/dird/ndmp_dma_restore.c Diff File

master bd274571

2015-11-25 14:45

Frank Bergkemper

Ported: N/A

Details Diff
Packaging: Adjustments

Minor package description changes.
mod - debian/control Diff File
mod - packaging/obs/bareos-webui.spec Diff File

master 9fd2426a

2015-11-25 12:20

Andre Noll


Committer: Joerg Steffens

Ported: N/A

Details Diff
migration: Improve paragraph on job directives.

The old text was a bit clumsy. No real difference.
mod - manuals/en/main/migration.tex Diff File

master bce766aa

2015-11-24 15:11

Joerg Steffens

Ported: N/A

Details Diff
add packages to index
mod - manuals/en/main/bareos.sty Diff File

bareos-15.2 de3471c8

2015-11-24 15:01

joergs

Ported: N/A

Details Diff
Univention UCS 4.0: use libjansson

This enables the Bareos Director JSON API mode.
mod - platforms/packaging/bareos-Univention_4.0.dsc Diff File

master 445c6f30

2015-11-24 14:42

Joerg Steffens

Ported: N/A

Details Diff
webui: add screenshot, keep update in seperate file
add - manuals/en/main/update.tex Diff File
mod - manuals/en/main/webui.tex Diff File
mod - manuals/images/Makefile Diff File
add - manuals/images/bareos-webui-jobs.png Diff File

master 8f26769e

2015-11-24 13:18

Joerg Steffens

Ported: N/A

Details Diff
fix generating package tables
mod - manuals/en/main/Makefile Diff File
mod - manuals/scripts/generate-bareos-package-info.py Diff File

bareos-15.2 100faea4

2015-11-24 12:39

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
macos: use right config directory

/etc/bareos instead of /etc only
mod - platforms/osx/Makefile.in Diff File

master 8e18b804

2015-11-23 22:54

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - scripts/bareos-config-lib.sh.in Diff File

bareos-15.2 d4a34c95

2015-11-23 22:53

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - scripts/bareos-config-lib.sh.in Diff File

master 7e664df8

2015-11-23 18:57

Joerg Steffens

Ported: N/A

Details Diff
webui: cleanup
mod - manuals/en/main/programs.tex Diff File

master 9a69ef21

2015-11-23 18:49

Philipp Storz

Ported: N/A

Details Diff
Switch to stream_get_contents() without CHUNKS

We had some problems with bigger chunsizes, but by using
stream_get_contents() everywhere, we could also get rid of reading in
chnks at all.
mod - vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

master 1faf5b38

2015-11-23 18:24

Joerg Steffens

Ported: N/A

Details Diff
bacula -> bareos: cleanup
mod - manuals/en/main/backward-compability.tex Diff File

master ee2297bd

2015-11-23 18:24

Joerg Steffens

Ported: N/A

Details Diff
scsicrypto-sd: cleanup
mod - manuals/en/main/plugins.tex Diff File

master 0727a9c8

2015-11-23 18:23

Joerg Steffens

Ported: N/A

Details Diff
passive client image
mod - manuals/images/passive-client-communication.png Diff File

master a7a1f52d

2015-11-23 17:30

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - scripts/bareos-config-lib.sh.in Diff File
mod - src/lib/bsock.c Diff File

bareos-13.2 fa1e6587

2015-11-23 17:18

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix bsock::fsend problem when msglen is zero
mod - src/lib/bsock.c Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 504 505 506 507 508 509 510 ... 540 ... 600 ... 641 642 643  Next  Last