Changesets: bareos
master 6bfb17e2 2017-01-23 18:14 Frank Bergkemper Ported: N/A Details Diff |
Bumb version number | ||
mod - version.txt | Diff File | ||
master 0e43bd11 2017-01-23 13:18 Frank Bergkemper Ported: N/A Details Diff |
Merge branch 'bareos-16.2' | ||
mod - install/configuration.ini | Diff File | ||
master d3c5714a 2017-01-23 13:14 Frank Bergkemper Ported: N/A Details Diff |
Merge branch 'samverstraete-patch-1' | ||
mod - module/Restore/src/Restore/Model/RestoreModel.php | Diff File | ||
master f9ec4e30 2017-01-21 13:45 samverstraete Committer: GitHub Ported: N/A Details Diff |
Update RestoreModel.php There's a situation where if $mergefilesets==0 and $mergejobs==1, the $cmd variable isn't set and code is executed, leading into an error trying to get jobids. The user shouldn't be able to select this situation, but I have tried this, and it can happen. I'm proposing a change in the if-structure so that $cmd is always correctly set. |
||
mod - module/Restore/src/Restore/Model/RestoreModel.php | Diff File | ||
master 99cd3719 2017-01-21 13:45 samverstraete Committer: Frank Bergkemper Ported: N/A Details Diff |
Update RestoreModel.php There's a situation where if $mergefilesets==0 and $mergejobs==1, the $cmd variable isn't set and code is executed, leading into an error trying to get jobids. The user shouldn't be able to select this situation, but I have tried this, and it can happen. I'm proposing a change in the if-structure so that $cmd is always correctly set. |
||
mod - module/Restore/src/Restore/Model/RestoreModel.php | Diff File | ||
master e19f64fe 2017-01-20 19:42 Joerg Steffens Ported: N/A Details Diff |
fuse: set file modification time also for failed jobs | ||
mod - bareos/fuse/node/job.py | Diff File | ||
master e69e65b9 2017-01-13 17:33 Joerg Steffens Ported: N/A Details Diff |
cleanup Bareos Programs chapter (a bit) | ||
mod - manuals/en/main/configure.tex | Diff File | ||
mod - manuals/en/main/programs.tex | Diff File | ||
mod - manuals/en/main/troubleshooting.tex | Diff File | ||
bareos-16.2 9b5d689d 2017-01-13 12:46 Ported: N/A Details Diff |
UCS: cleanup license popup | ||
mod - platforms/univention/AppCenter/LICENSE_AGREEMENT.in | Diff File | ||
master e9ba35ec 2017-01-11 18:04 Joerg Steffens Ported: N/A Details Diff |
Parallel Bacula installations not possible. Added a note about that Bacula and Bareos can not be installed in parallel (at least not when using the prebuild Linux packages). |
||
mod - manuals/en/main/backward-compability.tex | Diff File | ||
master 1f7e18c9 2017-01-11 17:45 Joerg Steffens Ported: N/A Details Diff |
fixes some HTML links Without this patch, the name of some HTML links did use ligatures ('fi' or 'fl' as single character). This did make sense and caused confusion. Replaced it. |
||
mod - manuals/en/main/bareos-manual-main-reference.htlatex.cfg | Diff File | ||
master 9839032c 2017-01-11 17:45 Joerg Steffens Ported: N/A Details Diff |
cleanup | ||
mod - manuals/en/main/migration.tex | Diff File | ||
master a922decb 2017-01-11 15:00 Frank Bergkemper Ported: N/A Details Diff |
Fix to Bugreport 0000744 Comment lines with '#' are deprecated, replaced it with ';'. Fixes 0000744: Comment line with #: Deprecated, replace with ';' |
||
mod - install/configuration.ini | Diff File | ||
bareos-16.2 02e08d53 2017-01-07 11:30 Committer: joergs Ported: N/A Details Diff |
Fix bareos-dir crash when both storage and pool are undefined for a backup job Fixes 0000757: Director daemon crashes when job does not contain storage and pool definition |
Affected Issues 0000757 |
|
mod - src/dird/dird_conf.c | Diff File | ||
bareos-16.2 1230b193 2017-01-06 13:05 Ported: N/A Details Diff |
UCS: do not include the ini file in the AppCenter package | ||
mod - platforms/univention/Makefile.in | Diff File | ||
bareos-16.2 810b5628 2017-01-06 12:59 Ported: N/A Details Diff |
UCS: added legacy bareos-webui profile While this profile will not be used by fresh installation, updated old installation might refer to this file. Where also the CommandACL is adapted to the requirements of bareos-webui >= 16.2. |
||
mod - debian/univention-bareos.install.in | Diff File | ||
mod - debian/univention-bareos.univention-config-registry | Diff File | ||
add - platforms/univention/conffiles/etc/bareos/bareos-dir.d/webui-profiles.conf | Diff File | ||
master d8d1bba4 2017-01-03 10:43 Ported: N/A Details Diff |
build: Bump version number. | ||
mod - configure | Diff File | ||
mod - src/include/version.h | Diff File | ||
bareos-16.2 2aa56089 2017-01-02 19:08 Ported: N/A Details Diff |
windows installer : "Open Bareos websites" | ||
mod - platforms/win32/winbareos.nsi | Diff File | ||
master 2115dba3 2017-01-02 12:58 Joerg Steffens Ported: N/A Details Diff |
plugin-test: reduce platform specific code | ||
mod - tests/plugin-test | Diff File | ||
bareos-16.2 5fc043d6 2016-12-30 17:25 Ported: N/A Details Diff |
UCS: reduce settings in the generic job template Remove some settings that are set to defaults anyway. This prevents problems when updating from earilier version, as the "Linux All" fileset has been renamed to "LinuxAll". |
||
mod - platforms/univention/job-generic.template | Diff File | ||
master 855af249 2016-12-29 19:20 Joerg Steffens Ported: N/A Details Diff |
quota-softquota-test: reduce platform specific code | ||
mod - tests/quota-softquota-test | Diff File | ||
master d814707f 2016-12-29 19:10 Joerg Steffens Ported: N/A Details Diff |
reload-test: enhanced Should now also work on other Unix platforms, not only on Linux. Also adding valid resources and checks if these are available after a reload. |
||
mod - tests/reload-test | Diff File | ||
master 9c2f7bf7 2016-12-22 15:19 Frank Bergkemper Ported: N/A Details Diff |
Merge branch 'bareos-16.2' | ||
mod - install/bareos/bareos-dir.d/profile/webui-admin.conf | Diff File | ||
mod - module/Job/view/job/job/details.phtml | Diff File | ||
mod - module/Restore/src/Restore/Controller/RestoreController.php | Diff File | ||
master ce21dbf9 2016-12-22 15:16 Joerg Steffens Ported: N/A Details Diff |
cleanup | ||
mod - manuals/en/main/programs.tex | Diff File | ||
master 6e825443 2016-12-22 11:37 Joerg Steffens Ported: N/A Details Diff |
setup: reduce platform specific code and enhancements As before, the setup script copies the Bareos source code from the BAREOS_SOURCE directory to the build directory. By this change, the setup will no longer update the source code in the BAREOS_SOURCE directory by git pull. Instead it will update the local copy in the build directory. Another change is, that setup will no longer delete build/.git/ directory. The build directory is also used as source directory for backup jobs. While removing the build/.git/ directory reduces the required space, keeping the directory makes it easier to examine the Bareos source after regression tests did run. |
||
mod - scripts/cleanup | Diff File | ||
mod - scripts/create_sparse_file.sh | Diff File | ||
mod - scripts/setup | Diff File | ||
mod - tests/1-example-test | Diff File | ||
mod - tests/always-incremental-test | Diff File | ||
mod - tests/sparse-encrypt-test | Diff File | ||
mod - tests/sparse-file-test | Diff File | ||
master 40e17126 2016-12-21 18:17 Stephan Duehr Ported: N/A Details Diff |
revised bareos-dbcheck documentation | ||
mod - manuals/en/main/programs.tex | Diff File |