View Issue Details

IDProjectCategoryView StatusLast Update
0000131bareos-coredirectorpublic2015-03-25 19:19
Reporterpstorz Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
PlatformLinuxOSanyOS Version3
Product Version12.4.2 
Summary0000131: Job report should show which compressions were used during backup
DescriptionAs we do have now multiple compression algorithms, it would be nice to have the used algorithms in the job report, e.g.

"Compression (lzo,lz4): 34%"

Additional InformationMarcos hint how to implement that:

"I would just walk the options blocks of the job and mark which compressions are used. e.g. see if FO_COMPRESS is set and check the compression algo"
TagsNo tags attached.

Activities

mvwieringen

mvwieringen

2013-03-20 10:11

developer   ~0000286

src/dird/backup.c: generate_backup_summary function.

Add new poolmem and fill it with an inline function.
pstorz

pstorz

2013-03-20 10:27

administrator   ~0000287

Marco:

Looking at it I would add the list of compressions at the end otherwise you break the whole layout of the message. e.g. " Software Compression: %s (%s)\n"
pstorz

pstorz

2013-03-20 10:46

administrator   ~0000288

marcovw: My fist hint doesn't make sense as in the dird its stored somewhat differently.
pstorz You mean "just walk the options blocks of the job and mark which compressions are used...."
marcovw: Yes you don't have the FO_COMPRESS flag as that is only in the filed after parsing fileset options.
marcovw: You need to match the option as a string.
mvwieringen adm

mvwieringen adm

2013-08-13 03:12

administrator   ~0000600

Fix committed to bareos master branch with changesetid 712.
mvwieringen

mvwieringen

2015-03-25 16:51

developer   ~0001420

Fix committed to bareos2015 bareos-13.2 branch with changesetid 4268.
joergs

joergs

2015-03-25 19:19

developer   ~0001573

Due to the reimport of the Github repository to bugs.bareos.org, the status of some tickets have been changed. These tickets will be closed again.
Sorry for the noise.

Related Changesets

bareos: master 0719219a

2013-05-04 21:14

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Job report shows the used compression algorithm

As we now have multiple available compression algorithms, and
we can use multiple of them in one backup, we now show which
compression algorithms were chosen during in the Fileset options.

Fixes 0000131: Job report should show which compressions were used during backup

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000131
mod - src/dird/protos.h Diff File
mod - src/dird/inc_conf.c Diff File
mod - src/dird/backup.c Diff File

bareos2015: bareos-13.2 c0411b3f

2013-05-04 23:14

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Job report shows the used compression algorithm

As we now have multiple available compression algorithms, and
we can use multiple of them in one backup, we now show which
compression algorithms were chosen during in the Fileset options.

Fixes 0000131: Job report should show which compressions were used during backup

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000131
mod - src/dird/backup.c Diff File
mod - src/dird/inc_conf.c Diff File
mod - src/dird/protos.h Diff File

Issue History

Date Modified Username Field Change
2013-03-20 10:02 pstorz New Issue
2013-03-20 10:11 mvwieringen Note Added: 0000286
2013-03-20 10:27 pstorz Note Added: 0000287
2013-03-20 10:46 pstorz Note Added: 0000288
2013-03-22 16:42 maik Status new => confirmed
2013-03-30 19:23 mvwieringen Changeset attached => bareos master 33f15667
2013-03-30 19:23 mvwieringen Assigned To => mvwieringen
2013-03-30 19:23 mvwieringen Status confirmed => closed
2013-03-30 19:23 mvwieringen Resolution open => fixed
2013-05-24 12:53 pstorz Status closed => resolved
2013-06-21 17:10 joergs Status resolved => closed
2013-08-13 03:12 mvwieringen adm Changeset attached => bareos master 0719219a
2013-08-13 03:12 mvwieringen adm Note Added: 0000600
2013-08-13 03:12 mvwieringen adm Assigned To mvwieringen => mvwieringen adm
2013-08-13 03:12 mvwieringen adm Status closed => resolved
2013-08-13 09:19 mvwieringen adm Assigned To mvwieringen adm =>
2013-08-13 09:19 mvwieringen adm Status resolved => closed
2015-03-25 16:51 mvwieringen Changeset attached => bareos2015 bareos-13.2 c0411b3f
2015-03-25 16:51 mvwieringen Note Added: 0001420
2015-03-25 16:51 mvwieringen Status closed => resolved
2015-03-25 19:19 joergs Note Added: 0001573
2015-03-25 19:19 joergs Status resolved => closed