Changesets: bareos
bareos-15.2 dcfcce8b 2015-12-18 10:53 Ported: N/A Details Diff |
build: Move FDLIBS after the local libs. We should not import external libs before importing our private libs. |
||
mod - src/filed/Makefile.in | Diff File | ||
bareos-15.2 8cc292d6 2015-12-18 10:53 Ported: N/A Details Diff |
build: Fix the readline linking mess. We should add the -L <dir> to the CONS_LIBS and not use CONS_LDFLAGS at all. We can also ditch the deppkg stuff which we don't support anyway and have removed most support for anyway. |
||
mod - GNUmakefile.in | Diff File | ||
mod - Makefile.in | Diff File | ||
mod - autoconf/configure.in | Diff File | ||
mod - src/console/Makefile.in | Diff File | ||
master 22eb22e4 2015-12-18 09:28 Evgeni Golov Ported: N/A Details Diff |
use command -v instead of type to check for shell functions command -v is optional in IEEE Std 1003.1, 2004 Edition [1] and required in IEEE Std 1003.1, 2013 Edition [2] [1] http://pubs.opengroup.org/onlinepubs/009695399/utilities/command.html [2] http://pubs.opengroup.org/onlinepubs/9699919799/utilities/command.html |
||
mod - debian/bareos-director.bareos-dir.init.in | Diff File | ||
mod - debian/bareos-filedaemon.bareos-fd.init.in | Diff File | ||
mod - debian/bareos-storage.bareos-sd.init.in | Diff File | ||
mod - scripts/bareos-config-lib.sh.in | Diff File | ||
master 8bf173e2 2015-12-18 09:10 Evgeni Golov Ported: N/A Details Diff |
use which instead of type to check for the existense of ucr | ||
mod - debian/bareos-director.postinst.in | Diff File | ||
mod - debian/bareos-filedaemon.postinst.in | Diff File | ||
mod - debian/bareos-storage.postinst.in | Diff File | ||
bareos-15.2 b4de2c77 2015-12-17 20:24 Ported: N/A Details Diff |
Sync lmdb. | ||
mod - src/lmdb/mdb.c | Diff File | ||
master 43c8f644 2015-12-17 20:01 Marco van Wieringen Ported: N/A Details Diff |
Merge branch 'master' of github.com:bareos/bareos-vmware | ||
mod - README.md | Diff File | ||
bareos-15.2 fa9f2fdc 2015-12-17 12:30 Ported: N/A Details Diff |
Use explicitly given storage for restore When restoring and selecting explicitly a certain storage, still the bootstrap was filled with the storage the volume was written with instead of what was just manually set. This is now fixed and the explicitly selected storage is written to the bootstrap file. |
||
mod - src/dird/ua_restore.c | Diff File | ||
master a28d0f54 2015-12-16 15:53 Joerg Steffens Ported: N/A Details Diff |
added note about bareos-sd capabilities see https://github.com/bareos/bareos/commit/f9fc2a52f2294559b81e4bba37091d97679e26db |
||
mod - manuals/en/main/plugins.tex | Diff File | ||
master 8cc31a4b 2015-12-14 18:46 Ported: N/A Details Diff |
Merge branch 'joergs/bareos-15.2' into joergs/master-merge Conflicts: debian/control.bareos-filedaemon-ceph-plugin |
||
mod - LICENSE | Diff File | ||
mod - README.scsicrypto | Diff File | ||
mod - debian/bareos-storage-tape.install.in | Diff File | ||
mod - debian/bareos-storage.install.in | Diff File | ||
mod - debian/control.bareos-director-python-plugin | Diff File | ||
mod - debian/control.bareos-filedaemon-ceph-plugin | Diff File | ||
mod - debian/control.bareos-filedaemon-glusterfs-plugin | Diff File | ||
mod - debian/control.bareos-filedaemon-python-plugin | Diff File | ||
mod - debian/control.bareos-storage-glusterfs | Diff File | ||
mod - debian/control.bareos-storage-python-plugin | Diff File | ||
mod - debian/control.univention-bareos | Diff File | ||
mod - debian/copyright | Diff File | ||
mod - debian/univention-bareos.install.in | Diff File | ||
mod - debian/univention-bareos.postinst.in | Diff File | ||
mod - debian/univention-bareos.univention-config-registry | Diff File | ||
mod - debian/univention-bareos.univention-config-registry-variables | Diff File | ||
mod - platforms/univention/AppCenter/LICENSE_AGREEMENT.in | Diff File | ||
mod - platforms/univention/AppCenter/README_POST_INSTALL | Diff File | ||
add - platforms/univention/AppCenter/bareos-webui_screenshot.png | Diff File | ||
mod - platforms/univention/AppCenter/univention-bareos.ini.in | Diff File | ||
mod - platforms/univention/Makefile.in | Diff File | ||
add - platforms/univention/bareos-dir.conf | Diff File | ||
mod - platforms/univention/create_ucs_template_files.sh | Diff File | ||
bareos-15.2 154c986d 2015-12-13 11:18 Evgeni Golov Committer: joergs Ported: N/A Details Diff |
improve package descriptions of the new packages Conflicts: debian/control.bareos-filedaemon-ceph-plugin |
||
mod - debian/control.bareos-director-python-plugin | Diff File | ||
mod - debian/control.bareos-filedaemon-ceph-plugin | Diff File | ||
mod - debian/control.bareos-filedaemon-glusterfs-plugin | Diff File | ||
mod - debian/control.bareos-filedaemon-python-plugin | Diff File | ||
mod - debian/control.bareos-storage-glusterfs | Diff File | ||
mod - debian/control.bareos-storage-python-plugin | Diff File | ||
bareos-15.2 43ff659f 2015-12-13 11:09 Evgeni Golov Committer: joergs Ported: N/A Details Diff |
update homepage and source repo URLs for LZ4 | ||
mod - LICENSE | Diff File | ||
mod - debian/copyright | Diff File | ||
bareos-14.2 c8105fb2 2015-12-13 11:09 Evgeni Golov Committer: joergs Ported: N/A Details Diff |
update homepage and source repo URLs for LZ4 | ||
mod - LICENSE | Diff File | ||
mod - debian/copyright | Diff File | ||
master 7e7f95cc 2015-12-10 21:03 Ported: N/A Details Diff |
Update database job status on reschedule. Reflect in the database that we are about to reschedule the Job to run again under the same JobId. Fixes 0000609: Status dir output differs with info queried from catalog db |
Affected Issues 0000609 |
|
mod - src/dird/jobq.c | Diff File | ||
master 277d72f1 2015-12-10 19:04 Joerg Steffens Ported: N/A Details Diff |
added Release Notes for 14.2.6, 13.2.5 and 12.4.8 | ||
mod - manuals/en/main/releasenotes.tex | Diff File | ||
master 7c8c2086 2015-12-10 15:17 Jörg Steffens Ported: N/A Details Diff |
Update README.md The plugin is now part of the bareos-15.2 release and therefore supported. |
||
mod - README.md | Diff File | ||
master 61099a0f 2015-12-09 20:28 Joerg Steffens Ported: N/A Details Diff |
updates to the UCS chapter | ||
mod - manuals/en/main/operating-system-univention-corporate-server.tex | Diff File | ||
master d601bf6d 2015-12-09 18:00 Joerg Steffens Ported: N/A Details Diff |
Remove redundant item on Storage conflict resolution. This is also mentioned at other places. |
||
mod - manuals/en/main/migration.tex | Diff File | ||
bareos-15.2 f92f23c6 2015-12-09 11:27 Committer: mvwieringen Ported: N/A Details Diff |
ndmp: Reference implementation enhancements - Added ndmp_close_connection call - Accept NDMP9_DEV_NOT_OPEN_ERR as valid answer As this is always emitted during ndmca_monitor_shutdown() - Do not return error if restored files < n_nlist |
||
mod - src/ndmp/ndma_cops_backreco.c | Diff File | ||
mod - src/ndmp/ndma_ctrl_calls.c | Diff File | ||
mod - src/ndmp/ndmagents.h | Diff File | ||
mod - src/ndmp/ndml_conn.c | Diff File | ||
mod - src/ndmp/ndmp_msg_buf.h | Diff File | ||
master 437e35b7 2015-12-08 18:58 Frank Bergkemper Ported: N/A Details Diff |
Refactoring Datatables Drops render functions where not needed and optimizes column definitions, so mostly only the needed values are passed to e.g. render functions. - Filesets - Jobs - Pools - Volumes - Storages - Clients |
||
mod - module/Client/view/client/client/details.phtml | Diff File | ||
mod - module/Client/view/client/client/index.phtml | Diff File | ||
mod - module/Fileset/view/fileset/fileset/details.phtml | Diff File | ||
mod - module/Fileset/view/fileset/fileset/index.phtml | Diff File | ||
mod - module/Job/view/job/job/details.phtml | Diff File | ||
mod - module/Job/view/job/job/index.phtml | Diff File | ||
mod - module/Job/view/job/job/run.phtml | Diff File | ||
mod - module/Media/view/media/media/index.phtml | Diff File | ||
mod - module/Pool/view/pool/pool/details.phtml | Diff File | ||
mod - module/Pool/view/pool/pool/index.phtml | Diff File | ||
mod - module/Storage/view/storage/storage/index.phtml | Diff File | ||
add - public/js/dataTables.functions.js | Diff File | ||
add - public/js/dataTables.plugins.js | Diff File | ||
master b06dbc1d 2015-12-08 18:58 Frank Bergkemper Ported: N/A Details Diff |
Refactoring Datatables Drops render functions where not needed and optimizes column definitions, so mostly only the needed values are passed to e.g. render functions. - Filesets - Jobs - Pools - Volumes - Storages - Clients |
||
mod - module/Client/view/client/client/details.phtml | Diff File | ||
mod - module/Client/view/client/client/index.phtml | Diff File | ||
mod - module/Fileset/view/fileset/fileset/details.phtml | Diff File | ||
mod - module/Fileset/view/fileset/fileset/index.phtml | Diff File | ||
mod - module/Job/view/job/job/details.phtml | Diff File | ||
mod - module/Job/view/job/job/index.phtml | Diff File | ||
mod - module/Job/view/job/job/run.phtml | Diff File | ||
mod - module/Media/view/media/media/index.phtml | Diff File | ||
mod - module/Pool/view/pool/pool/details.phtml | Diff File | ||
mod - module/Pool/view/pool/pool/index.phtml | Diff File | ||
mod - module/Storage/view/storage/storage/index.phtml | Diff File | ||
add - public/js/dataTables.functions.js | Diff File | ||
add - public/js/dataTables.plugins.js | Diff File | ||
master 53f7c856 2015-12-07 17:26 Frank Bergkemper Committer: Joerg Steffens Ported: N/A Details Diff |
Updates UCS chapter | ||
mod - manuals/en/main/operating-system-univention-corporate-server.tex | Diff File | ||
rm - manuals/images/bareos-univention.png | Diff File | ||
add - manuals/images/univention-client-job-activation.png | Diff File | ||
mod - manuals/images/univention-configuration-registry-settings.png | Diff File | ||
mod - manuals/images/univention-ucs-overview-administration.png | Diff File | ||
bareos-15.2 3aa7b737 2015-12-07 16:32 Committer: mvwieringen Ported: N/A Details Diff |
ndmp: Fix crash on more than 8 incrementals We now first check if nis exists |
||
mod - src/dird/ndmp_fhdb_mem.c | Diff File | ||
bareos-15.2 1f73aa42 2015-12-07 13:41 Committer: mvwieringen Ported: N/A Details Diff |
ndmp: Loop over BSRs when doing recover of NDMP | ||
mod - src/dird/ndmp_dma_restore.c | Diff File | ||
master 28fa7554 2015-12-05 00:45 Joerg Steffens Ported: N/A Details Diff |
cleanup UCS Webui chapter | ||
mod - manuals/en/main/operating-system-univention-corporate-server.tex | Diff File | ||
mod - manuals/en/main/tutorial.tex | Diff File | ||
master 0f6ebd5f 2015-12-04 23:52 Joerg Steffens Ported: N/A Details Diff |
migration: mark resources by latex commands | ||
mod - manuals/en/main/bareos.sty | Diff File | ||
mod - manuals/en/main/migration.tex | Diff File |