Changesets: bareos

master 477dcc5e

2016-11-14 15:33

Joerg Steffens

Ported: N/A

Details Diff
clarifications on the Media SQL table
mod - manuals/en/developers/catalog.md Diff File

master 6a5bda75

2016-11-11 16:55

stephand

Ported: N/A

Details Diff
Use to migrate from Bacula Enterprise 8

- Only works with Bareos branch, that uses denormalized file table
- This script is derived from postgresql.14_2001.sql
- TODO: adapt to new database version number scheme
add - src/cats/ddl/updates/postgresql.bee.1017_2004.sql Diff File

master 08b1c4a1

2016-11-11 11:39

Joerg Steffens

Ported: N/A

Details Diff
required directives of consolidate job resources
mod - manuals/en/main/always-incremental.tex Diff File

master 4975f095

2016-11-10 18:11

stephand

Ported: N/A

Details Diff
added remark
mod - README.md Diff File

bareos-16.2 2c2457a6

2016-11-10 16:31

stephand

Ported: N/A

Details Diff
Prevent from DB lock waits on concurrent use of .bvfs_update

Until this change, the HasCache column in the Job table was either 0 or
1, where 0 represents the state bvfs cache does not exist and 1
represents bvfs cache exists. This change introduces -1 representing the
state bvfs cache update in progress. Before starting the bvfs cache
update, it is now checked if HasCache is -1, in that case the
.bvfs_update jobid=n command will return an ERROR: BVFS reported a
problem for 107. This change also prevents from duplicate key violations
that could occur before on the PathHierarchy table.
mod - src/cats/bvfs.c Diff File

master 754c2d86

2016-11-09 20:37

chown-me

Ported: N/A

Details Diff
Italian localization .po file for Bareos WebUI

This is the .po file containing the strings translated into Italian for the Bareos WebUI, stored under modules/Application/language.
add - module/Application/language/it_IT.po Diff File

master 4b45202d

2016-11-09 20:37

chown-me


Committer: Frank Bergkemper

Ported: N/A

Details Diff
Italian localization .po file for Bareos WebUI

This is the .po file containing the strings translated into Italian for the Bareos WebUI, stored under modules/Application/language.
add - module/Application/language/it_IT.po Diff File

master f031a169

2016-11-09 20:36

chown-me

Ported: N/A

Details Diff
Italian localization .po file for bareos WebUI datatables

This is the .po file containing the strings translated into Italian for the Bareos WebUI datatables entries, stored under public/js/locale.
add - public/js/locale/it_IT/LC_MESSAGES/it_IT.po Diff File

master ee3df3db

2016-11-09 20:36

chown-me


Committer: Frank Bergkemper

Ported: N/A

Details Diff
Italian localization .po file for bareos WebUI datatables

This is the .po file containing the strings translated into Italian for the Bareos WebUI datatables entries, stored under public/js/locale.
add - public/js/locale/it_IT/LC_MESSAGES/it_IT.po Diff File

master 27fe2d4e

2016-11-04 18:19

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-16.2'
mod - config/autoload/global.php Diff File

master 4547e44e

2016-11-04 17:26

Frank Bergkemper

Ported: N/A

Details Diff
Fix

parse_ini_file with INI_SCANNER_NORMAL mode delivers only strings
in an associative array.

There are reserved words which must not be used as keys for ini files.
These include: null, yes, no, true, false, on, off, none. Values null,
off, no and false result in "", and values on, yes and true result in "1",
unless INI_SCANNER_TYPED mode is used (as of PHP 5.6.1)
mod - config/autoload/global.php Diff File

master 540020cd

2016-11-04 13:31

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-16.2'
mod - config/autoload/global.php Diff File

bareos-16.2 5f9891ef

2016-11-04 12:13

pstorz

Ported: N/A

Details Diff
NDMP: Avoid double slashes in ndmp directory names

The old code added slashes to directories without
checking if the slash is not already there.

This was both done in the code handling NDMP4_FH_ADD_DIR
and in the code handling NDMP4_FH_ADD_FILE calls.

We now we only add slashes if needed, which avoids the
problems caused by double slashes in the filenames.
mod - src/dird/ndmp_fhdb_lmdb.c Diff File

bareos-16.2 1ebe9c96

2016-11-03 18:43

joergs

Ported: N/A

Details Diff
added truncate command

The truncate command allows to truncate purged volumes.
This can be use to free some disk space.
Affected Issues
0000614
mod - src/cats/cats.h Diff File
mod - src/cats/protos.h Diff File
mod - src/cats/sql.c Diff File
mod - src/cats/sql_get.c Diff File
mod - src/cats/sql_list.c Diff File
mod - src/dird/protos.h Diff File
mod - src/dird/ua.h Diff File
mod - src/dird/ua_acl.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_input.c Diff File
mod - src/dird/ua_label.c Diff File
mod - src/dird/ua_output.c Diff File
mod - src/dird/ua_select.c Diff File

master 9ac334cd

2016-11-02 18:29

Frank Bergkemper

Ported: N/A

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

master c36be474

2016-11-02 15:42

Frank Bergkemper

Ported: N/A

Details Diff
Fix directors.ini tweak
mod - config/autoload/global.php Diff File

master a8600299

2016-10-28 14:20

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-16.2'
mod - config/autoload/global.php Diff File
mod - module/Application/view/layout/layout.phtml Diff File
mod - module/Restore/src/Restore/Controller/RestoreController.php Diff File
mod - module/Restore/view/restore/restore/index.phtml Diff File

master 9ab3fc41

2016-10-27 20:15

Joerg Steffens

Ported: N/A

Details Diff
Release 16.2.4
mod - manuals/en/main/releasenotes.tex Diff File

master 05c328f2

2016-10-27 20:01

Joerg Steffens

Ported: N/A

Details Diff
fixes some problems on copy-and-paste
mod - manuals/en/main/bareos.sty Diff File

master 9bcbe0e9

2016-10-27 12:59

Joerg Steffens

Ported: N/A

Details Diff
fix typo
mod - manuals/en/main/operating-system-univention-corporate-server.tex Diff File

master 0cfd2a8e

2016-10-26 17:22

Joerg Steffens

Ported: N/A

Details Diff
cleanup
mod - manuals/en/main/dirdconf.tex Diff File
mod - manuals/en/main/director-resource-client-definitions.tex Diff File
mod - manuals/en/main/security.tex Diff File
mod - manuals/en/main/supportedoses.tex Diff File

master 4db2b69c

2016-10-26 16:52

Joerg Steffens

Ported: N/A

Details Diff
update purge description
mod - manuals/en/main/config/DirPoolActionOnPurge2.conf Diff File
mod - manuals/en/main/director-resource-pool-definitions.tex Diff File

master c293c1e2

2016-10-26 14:47

Frank Bergkemper

Ported: N/A

Details Diff
directors.ini tweak

Allows to also use boolean values to enable/disable an director
entry in the directors.ini configuration file.
mod - config/autoload/global.php Diff File

master 6bfd2d67

2016-10-26 14:06

Frank Bergkemper

Ported: N/A

Details Diff
topnavbar: user dropdown menu extended

This adds a few more items to the user dropdown menu in the top navigation bar,
which refer to the documentation, mailinglists, bugtracker, support and
subscription service.
mod - module/Application/view/layout/layout.phtml Diff File

master e6a7f20e

2016-10-26 13:54

Frank Bergkemper

Ported: N/A

Details Diff
Useability tweak
mod - module/Application/view/layout/layout.phtml Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 506 507 508 509 510 511 512 ... 560 ... 630 ... 675 676 677  Next  Last