Changesets: bareos

bareos-16.2 579e7416

2016-12-06 15:33

pstorz

Ported: N/A

Details Diff
Fix coverity error 1386593: printf_arg_mismatch

As "my_timezone" is of type "long int", we should use
"labs" instead of "abs" which will then also match
the %ld formatstring.
mod - src/tools/bsmtp.c Diff File

master d5512bcb

2016-12-06 15:33

pstorz

Ported: N/A

Details Diff
Fix coverity error 1386593: printf_arg_mismatch

As "my_timezone" is of type "long int", we should use
"labs" instead of "abs" which will then also match
the %ld formatstring.
mod - src/tools/bsmtp.c Diff File

master e11204cc

2016-12-03 13:21

Joerg Steffens

Ported: N/A

Details Diff
activate truncate-command-test
mod - all-disk-tests Diff File

master 721c56e9

2016-12-02 19:48

Joerg Steffens

Ported: N/A

Details Diff
fix and active tests that creates sparse files

replaces the gigaslam tool by scripts/create_sparse_file.sh,
to be able to create sparse files at arbitrary sizes.
Creating a sparse file of 100M (real size about 8K).
mod - all-disk-tests Diff File
add - scripts/create_sparse_file.sh Diff File
mod - scripts/functions Diff File
rm - tests/gigaslam-sparse-test Diff File
mod - tests/sparse-encrypt-test Diff File
add - tests/sparse-file-test Diff File

master 1fff0aa7

2016-12-02 17:24

Joerg Steffens

Ported: N/A

Details Diff
Storage Media Output Format: update chapter

Extent information, while removing outdated information.
mod - manuals/en/developers/mediaformat.md Diff File

master 538c4e5a

2016-12-02 16:49

joergs

Ported: N/A

Details Diff
Deny prune command in operator profile

Using the prune command and setting the rentenion to 0 has the same
effect as the purge command. To prevent harm, a normal operator should
not be able to execute this command.
mod - src/defaultconfigs/bareos-dir.d/profile/operator.conf Diff File

master 57e1289c

2016-12-02 16:48

Frank Bergkemper

Ported: N/A

Details Diff
Default console profile updated

Disallow the prune command as well.
mod - install/bareos/bareos-dir.d/profile/webui-admin.conf Diff File

master a20903b3

2016-12-02 16:37

joergs

Ported: N/A

Details Diff
build: Bump version number.
mod - configure Diff File
mod - src/include/version.h Diff File

master e95af165

2016-12-02 16:33

joergs

Ported: N/A

Details Diff
set package version to dummy number 0.0.0

Set package version to dummy number 0.0.0
as these are set from src/include/version.h
automatically during the Bareos build process.
mod - platforms/packaging/bareos-Univention_4.0.dsc Diff File
mod - platforms/packaging/bareos.dsc Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - platforms/win32/mingw-debugsrc-devel.spec Diff File
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File

master 35c25dde

2016-12-02 15:59

joergs

Ported: N/A

Details Diff
Merge branch 'bareos-16.2'
mod - AUTHORS Diff File
mod - src/cats/bvfs.c Diff File
mod - src/dird/backup.c Diff File
mod - src/dird/quota.c Diff File

master a1841efd

2016-12-02 13:56

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-16.2'
mod - public/js/locale/es_ES/LC_MESSAGES/es_ES.mo Diff File
mod - public/js/locale/es_ES/LC_MESSAGES/es_ES.po Diff File

master b77f6605

2016-12-02 13:54

Frank Bergkemper

Ported: N/A

Details Diff
Spanish localization updated

Updates .po and .mo file for datatables and the spanish localization,
as there were some translations missing.
mod - public/js/locale/es_ES/LC_MESSAGES/es_ES.mo Diff File
mod - public/js/locale/es_ES/LC_MESSAGES/es_ES.po Diff File

master de22c0c3

2016-12-02 13:31

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-16.2'

master 8ddcae70

2016-12-02 13:07

joergs

Ported: N/A

Details Diff
bls: enhance output

Enhance bls so it can display the streams on a volume, using verbose (-v).

Example:
$ bls Storage1 -V TestVolume001 -v
bls: butil.c:273-0 Using device: "Storage1" for reading.
22-Jun 19:34 bls JobId 0: Ready to read from volume "TestVolume001" on device "Storage1" (/var/lib/bareos/storage).
Volume Label Record: VolSessionId=1 VolSessionTime=1498152622 JobId=0 DataLen=168
Begin Job Session Record: VolSessionId=1 VolSessionTime=1498152622 JobId=1 DataLen=169
FileIndex=1 Stream=1 UATTR DataLen=129 | -rw-rw-r-- 1 root root 5 2017-06-22 19:30:21
| /srv/data/test1.dat
FileIndex=1 Stream=29 COMPRESSED DataLen=25 | GZIP, level=9, version=1, length=13
FileIndex=1 Stream=3 MD5 DataLen=16 | 2Oj8otwPiW/Xy0ywAxuiSQ (base64)
FileIndex=2 Stream=1 UATTR DataLen=123 | drwxrwxr-x 2 root root 4096 2017-06-22 19:30:21
| /srv/data/
...
End Job Session Record: VolSessionId=1 VolSessionTime=1498152622 JobId=1
DataLen=205
22-Jun 19:34 bls JobId 0: End of Volume at file 0 on device "Storage1" (/var/lib/bareos/storage), Volume "TestVolume001"
22-Jun 19:34 bls JobId 0: End of all volumes.
End of Physical Medium Record: VolSessionId=0 VolSessionTime=0 JobId=0 DataLen=0
9 files and directories found.
mod - manpages/bls.8 Diff File
mod - src/lib/attr.c Diff File
mod - src/lib/protos.h Diff File
mod - src/lib/util.c Diff File
mod - src/stored/bls.c Diff File
mod - src/stored/protos.h Diff File
mod - src/stored/record.c Diff File

master 13047ae5

2016-12-01 19:16

Frank Bergkemper

Ported: N/A

Details Diff
Bump version number
mod - version.txt Diff File

bareos-16.2 6a74d1b5

2016-12-01 15:45

joergs

Ported: N/A

Details Diff
Soft Quota: add soft quota check after job run

Before, check_softquota has was called at the beginning of a backup job.
The result was that the Soft Quota Grace Time was not set
when the client soft quota has been exceeded, but when the next job for
this client started.

This does not meet the expectation when using soft quotas.

Now the job report after a backup job also better reflects the real quota
status.
Affected Issues
0000700
mod - AUTHORS Diff File
mod - src/dird/backup.c Diff File
mod - src/dird/quota.c Diff File

master cdb53852

2016-11-30 13:55

Frank Bergkemper

Ported: N/A

Details Diff
Chinese localization updated

Updates .po and .mo file for datatables and the chinese localization,
as there were some translations missing.
mod - public/js/locale/cn_CN/LC_MESSAGES/cn_CN.mo Diff File
mod - public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po Diff File

master 732f95a3

2016-11-30 13:55

Frank Bergkemper

Ported: N/A

Details Diff
Chinese localization updated

Updates .po and .mo file for datatables and the chinese localization,
as there were some translations missing.
mod - public/js/locale/cn_CN/LC_MESSAGES/cn_CN.mo Diff File
mod - public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po Diff File

master 0f5c11d8

2016-11-29 18:41

Frank Bergkemper

Ported: N/A

Details Diff
AUTHORS updated
mod - AUTHORS Diff File

master 2515322d

2016-11-29 18:41

Frank Bergkemper

Ported: N/A

Details Diff
AUTHORS updated
mod - AUTHORS Diff File

master 9f25fdef

2016-11-29 18:33

Frank Bergkemper

Ported: N/A

Details Diff
Chinese language integration
mod - module/Application/language/Makefile.am Diff File
mod - module/Application/language/Makefile.in Diff File
add - module/Application/language/cn_CN.mo Diff File
mod - module/Application/language/cn_CN.po Diff File
mod - module/Application/language/webui.pot Diff File
mod - module/Auth/src/Auth/Form/LoginForm.php Diff File
mod - public/js/datatables.functions.js Diff File
mod - public/js/locale/Makefile.am Diff File
mod - public/js/locale/Makefile.in Diff File
add - public/js/locale/cn_CN/LC_MESSAGES/cn_CN.mo Diff File
mod - public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po Diff File
mod - public/js/locale/webui-datatables.pot Diff File

master e6a69c73

2016-11-29 18:33

Frank Bergkemper

Ported: N/A

Details Diff
Chinese language integration
mod - module/Application/language/Makefile.am Diff File
mod - module/Application/language/Makefile.in Diff File
add - module/Application/language/cn_CN.mo Diff File
mod - module/Application/language/cn_CN.po Diff File
mod - module/Application/language/webui.pot Diff File
mod - module/Auth/src/Auth/Form/LoginForm.php Diff File
mod - public/js/datatables.functions.js Diff File
mod - public/js/locale/Makefile.am Diff File
mod - public/js/locale/Makefile.in Diff File
add - public/js/locale/cn_CN/LC_MESSAGES/cn_CN.mo Diff File
mod - public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po Diff File
mod - public/js/locale/webui-datatables.pot Diff File

master 409f3d45

2016-11-29 18:03

Frank Bergkemper

Ported: N/A

Details Diff
Chinese localization .po file datatables
add - public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po Diff File

master 1681f25c

2016-11-29 18:03

Frank Bergkemper

Ported: N/A

Details Diff
Chinese localization .po file datatables
add - public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po Diff File

master 3d05598a

2016-11-29 18:00

Frank Bergkemper

Ported: N/A

Details Diff
Chinese localization .po file
add - module/Application/language/cn_CN.po Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 457 458 459 460 461 462 463 ... 480 ... 540 ... 600 ... 628 629 630  Next  Last