Changesets: bareos

master 864ce894

2017-04-27 15:54

pstorz

Ported: N/A

Details Diff
Fixed jobstatistics command help typo
mod - src/dird/ua_cmds.c Diff File

master 3c78a52f

2017-04-26 20:33

pstorz

Ported: N/A

Details Diff
windows installer build: parallelize build of different flavors

We now run the 32/64bit of debug/production in parallel
running subshells.

Also, we do not sign the program dlls and exes anymore, only
we sign the installers.

This should speed up the windows package generation very much as
this is now the longest part of the build process.
mod - platforms/win32/winbareos-nsi.spec Diff File

master 53183f82

2017-04-26 19:42

Frank Bergkemper

Ported: N/A

Details Diff
Updated AUTHORS
mod - AUTHORS Diff File

master 38c9b384

2017-04-26 18:23

Frank Bergkemper

Ported: N/A

Details Diff
Dashboard: Partial replacement and autorefresh

- Replaces the jqplot based 24h jobs status partial
- Reorders current available partials on the dashboard
- Adds autorefresh to all partials via ajax interval call
mod - module/Dashboard/src/Dashboard/Controller/DashboardController.php Diff File
mod - module/Dashboard/view/dashboard/dashboard/index.phtml Diff File
mod - module/Dashboard/view/partial/JobsLastStatus.phtml Diff File
mod - module/Dashboard/view/partial/JobsPast24h.phtml Diff File
mod - module/Dashboard/view/partial/LastDirectorMessages.phtml Diff File

master 7fbcc220

2017-04-26 15:37

pstorz

Ported: N/A

Details Diff
bcommand: added "list jobstatistics"

This will show the statistics for the given jobid
mod - src/cats/cats.h Diff File
mod - src/cats/sql_list.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_output.c Diff File

master 19532a07

2017-04-26 10:13

wangchuan2008888


Committer: GitHub

Ported: N/A

Details Diff
fix cannot recongnition-l option

before fix run bregex -l -f filename will got -----./bregex: invalid option -- 'l'
I'm sure the getopt function's parm has some mistake.
"d:f:nl?" option would work properly.
mod - src/tools/bregex.c Diff File

master 12ee8a6a

2017-04-26 02:06

Philipp Storz

Ported: N/A

Details Diff
sleep 2 secs during job
mod - tests/tls-duplicate-job-test Diff File

master 0f3e80e7

2017-04-26 01:04

Philipp Storz

Ported: N/A

Details Diff
only wait 1 second
mod - tests/tls-duplicate-job-test Diff File

master deafdc45

2017-04-26 00:16

Philipp Storz

Ported: N/A

Details Diff
make the minimum rate a bit lower and fix then -> than
mod - tests/bandwidth-limit-per-client-test Diff File

bareos-16.2 d1ff29b3

2017-04-25 12:50

pstorz


Committer: joergs

Ported: N/A

Details Diff
Don't return empty volname if volume is on unwanted vols list

When the volume was on the unwanted_list, the loop was
continued but the number of sql rows was not checked, so that
the code continued and returned an empty volumename.

Fixes 0000691: Backup job fails with "No Volume name given."
Affected Issues
0000691
mod - src/cats/sql_find.c Diff File

bareos-15.2 627d8d7e

2017-04-25 12:50

pstorz

Ported: N/A

Details Diff
Don't return empty volname if volume is on unwanted vols list

When the volume was on the unwanted_list, the loop was
continued but the number of sql rows was not checked, so that
the code continued and returned an empty volumename.

Fixes 0000691: Backup job fails with "No Volume name given."
Affected Issues
0000691
mod - src/cats/sql_find.c Diff File

master 6e1b7bd1

2017-04-24 14:47

pstorz

Ported: N/A

Details Diff
accurate_get_jobids: Find full also ordered by JobId

As the old query only sorted by JobTDate but not by JobId, it
happened that different JobIds were returned when migrate jobs
with the identical JobTDate exist.

With this patch, we now always get the job with the highest Id.
mod - src/cats/dml/0037_create_temp_accurate_jobids Diff File
mod - src/cats/mysql_queries.inc Diff File
mod - src/cats/postgresql_queries.inc Diff File
mod - src/cats/sql_get.c Diff File
mod - src/cats/sqlite_queries.inc Diff File

master 9de684ad

2017-04-23 22:35

Philipp Storz

Ported: N/A

Details Diff
avoid errors when deleting non-existent data
mod - scripts/setup Diff File

bareos-16.2 0c1b8f04

2017-04-23 13:05

pstorz

Ported: N/A

Details Diff
Updated tray monitor xpm
mod - src/qt-tray-monitor/bareos-tray-monitor.xpm Diff File

master f97edc22

2017-04-22 13:28

Joerg Steffens

Ported: N/A

Details Diff
LanAddress directive: cleanup
mod - manuals/en/main/director-resource-client-definitions.tex Diff File
mod - manuals/en/main/director-resource-storage-definitions.tex Diff File
mod - manuals/en/main/lanaddress.tex Diff File

master 9ce6ce51

2017-04-22 12:47

Philipp Storz

Ported: N/A

Details Diff
make lan-addr tests more portable

by removing \n inside of sed cmds
mod - tests/lan-addr-test Diff File
mod - tests/lan-addr-test-passive Diff File

bareos-16.2 5f912330

2017-04-21 17:59

stephand

Ported: N/A

Details Diff
Added version and description for LanAddress directive
mod - src/dird/dird_conf.c Diff File

master c14e4c60

2017-04-21 16:51

pstorz

Ported: N/A

Details Diff
migrate: fix the call of wrong jcr for batch records
mod - src/dird/migrate.c Diff File

master 833d2e3b

2017-04-21 14:05

pstorz

Ported: N/A

Details Diff
bvfs.c: fix merge typo
mod - src/cats/bvfs.c Diff File

master 1eb9eb9a

2017-04-21 13:08

stephand

Ported: N/A

Details Diff
Fix merge problems for concurrent .bvfs_update runs
mod - src/cats/bvfs.c Diff File

master 1b72765a

2017-04-21 00:29

Philipp Storz

Ported: N/A

Details Diff
only enable test-plugin when needed
mod - scripts/cleanup Diff File
mod - scripts/setup Diff File
mod - tests/plugin-test Diff File

master 4619dc28

2017-04-20 20:44

debfx


Committer: joergs

Ported: N/A

Details Diff
Make bareos-client only suggest bareos-traymonitor.

Closes: #854109
mod - debian/control Diff File
mod - debian/control.in Diff File

master 57a58957

2017-04-20 18:29

stephand


Committer: pstorz

Ported: N/A

Details Diff
Fix bvfs_lsfiles problem with denormalized file table
mod - src/cats/dml/0048_sql_bvfs_list_files Diff File
mod - src/cats/mysql_queries.inc Diff File
mod - src/cats/sqlite_queries.inc Diff File

master a815afa9

2017-04-20 17:18

Philipp Storz

Ported: N/A

Details Diff
grow and bregtest: user from bin directory
mod - tests/big-vol-test Diff File
mod - tests/regexwhere-test Diff File

master 190f8e68

2017-04-20 15:23

Philipp Storz

Ported: N/A

Details Diff
reduce timout to 600
mod - DartConfiguration.tcl.in Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 462 463 464 465 466 467 468 ... 480 ... 540 ... 600 ... 641 642 643  Next  Last