Changesets: bareos

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

master 178911e7

2017-04-20 14:31

Philipp Storz

Ported: N/A

Details Diff
speedup maxtime test
mod - scripts/bareos-dir.conf.maxruntime.in Diff File
mod - scripts/bareos-dir.conf.maxtime.in Diff File
mod - tests/maxtime-test Diff File

master 5ac9e0b6

2017-04-20 13:40

Philipp Storz

Ported: N/A

Details Diff
scripts/functions: start dir first

this makes the client-initiated tests much faster as the client can
directly connect to the dir when it starts
mod - scripts/functions Diff File

master 7ef431fc

2017-04-20 12:56

Philipp Storz

Ported: N/A

Details Diff
recylce-test: speedup
mod - tests/recycle-test Diff File

master a37a587f

2017-04-20 12:54

Philipp Storz

Ported: N/A

Details Diff
maxvol2-test : speedup
mod - tests/maxvol2-test Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 449 450 451 452 453 454 455 ... 480 ... 540 ... 600 ... 628 629 630  Next  Last