Changesets: bareos
|
master 6179a674 2024-01-10 14:35 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
dedup: add util header | ||
| add - core/src/stored/backends/dedup/util.h | Diff File | ||
|
master 7396e859 2024-01-10 11:27 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
dedup-device: add rewind support | ||
| mod - core/src/stored/backends/dedup_device.cc | Diff File | ||
| mod - core/src/stored/backends/dedup_device.h | Diff File | ||
|
master fbf49618 2024-01-10 10:41 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001538 Improve FreeBSD build |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - cmake/BareosExtractVersionInfo.cmake | Diff File | ||
| rm - core/cmake/BareosTimeFunctions.cmake | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/BareosCommonMakefile | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.database-postgresql | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.director-python-plugin | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.filedaemon-python3-plugin | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage-python-plugin | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-filedaemon-python-plugins-common/Makefile | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-filedaemon-python3-plugin/Makefile | Diff File | ||
| mod - core/src/lib/jcr.cc | Diff File | ||
| mod - systemtests/CMakeLists.txt | Diff File | ||
|
master 92c86ffa 2024-01-10 10:41 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master afd7a87e 2024-01-10 06:38 Sebastian Sura Ported: N/A Details Diff |
fvec: add additional constructors + rule-of-five | ||
| mod - core/src/stored/backends/dedup/fvec.h | Diff File | ||
|
master ea8c14f8 2024-01-09 14:50 Committer: Bareos Bot Ported: N/A Details Diff |
core: sql_* add leading space to sql construct - fix ERROR: trailing junk after numeric literal at or near "123A" in sql_list.cc - Add IF EXISTS in DROP TABLE statement - unifomize the query in sql_upgrade.cc - control all sql function for missing space Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
| mod - core/src/cats/bvfs.cc | Diff File | ||
| mod - core/src/cats/sql_create.cc | Diff File | ||
| mod - core/src/cats/sql_get.cc | Diff File | ||
| mod - core/src/cats/sql_list.cc | Diff File | ||
| mod - core/src/cats/sql_update.cc | Diff File | ||
|
master 4bce3391 2024-01-09 14:36 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
dedup-device: implement d_open/d_close | ||
| add - core/src/stored/backends/dedup/volume.h | Diff File | ||
| mod - core/src/stored/backends/dedup_device.cc | Diff File | ||
| mod - core/src/stored/backends/dedup_device.h | Diff File | ||
|
master b5f2eb18 2024-01-09 14:12 Ported: N/A Details Diff |
plugins: postgresql fix missing pg_backup_stop() call - pg_backup_stop() is called in all job level depending of the `backup_running` status. This allow a better support of incremental with no changes. - add in testrunner-default checks of WARNING or ERROR in cluster logs - is_backup_running boolean true if pg_backup_start has been run - is_backup_full boolean true if backup level is Full - apply black formatting suggestion Fixes 0001584: Incremental PostgreSQL backup will log an warning on the database server Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
Affected Issues 0001584 |
|
| mod - core/src/plugins/filed/python/postgresql/bareos-fd-postgresql.py | Diff File | ||
| mod - systemtests/tests/py3plug-fd-postgresql/testrunner-default | Diff File | ||
|
master 1a52c1f5 2024-01-09 14:04 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
dedup-device: add device option parsing | ||
| mod - core/src/stored/backends/CMakeLists.txt | Diff File | ||
| add - core/src/stored/backends/dedup/device_options.cc | Diff File | ||
| add - core/src/stored/backends/dedup/device_options.h | Diff File | ||
| mod - core/src/stored/backends/dedup_device.cc | Diff File | ||
|
master 8c2991fb 2024-01-09 14:03 Sebastian Sura Ported: N/A Details Diff |
edit: add missing include utime_t (defined in bc_types.h) is needed to use this header. |
||
| mod - core/src/lib/edit.h | Diff File | ||
|
master 6d18f086 2024-01-09 13:49 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
backends: add dedup device skeleton | ||
| mod - core/src/stored/backends/CMakeLists.txt | Diff File | ||
| add - core/src/stored/backends/dedup_device.cc | Diff File | ||
| add - core/src/stored/backends/dedup_device.h | Diff File | ||
|
master 042ce81e 2024-01-09 13:38 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
unit-tests: add unit test for device option parser | ||
| mod - core/src/tests/CMakeLists.txt | Diff File | ||
| add - core/src/tests/backend_parse.cc | Diff File | ||
|
master 6e5106dc 2024-01-09 13:20 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
backends: add shared utility functions These are mostly used for parsing device options |
||
| add - core/src/stored/backends/util.cc | Diff File | ||
| add - core/src/stored/backends/util.h | Diff File | ||
|
master 89dec4ef 2024-01-09 07:53 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
bdedupestimate: fix not setting name on startup | ||
| mod - core/src/lib/message.cc | Diff File | ||
| mod - core/src/lib/message.h | Diff File | ||
| mod - core/src/tools/CMakeLists.txt | Diff File | ||
| mod - core/src/tools/bdedup-estimate.cc | Diff File | ||
|
master 30918bde 2024-01-09 06:38 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
packaging: add bdedupestimate | ||
| mod - core/platforms/packaging/bareos.spec | Diff File | ||
| mod - core/src/tools/CMakeLists.txt | Diff File | ||
| mod - debian/bareos-tools.install.in | Diff File | ||
|
master 6d88abc2 2024-01-08 15:08 Sebastian Sura Ported: N/A Details Diff |
fvec: add read-only/read-write distinction | ||
| mod - core/src/stored/backends/dedup/fvec.h | Diff File | ||
| mod - core/src/tests/fvec.cc | Diff File | ||
|
master 115b3ebc 2024-01-08 15:05 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1646 python-bareos: use socket.create_connection() to allow AF_INET6 |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - python-bareos/bareos/bsock/lowlevel.py | Diff File | ||
|
master 5ab0d6ce 2024-01-08 15:05 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master bceb0a5a 2024-01-08 14:50 Sebastian Sura Ported: N/A Details Diff |
fvec-test: use fixture instead of global variables | ||
| mod - core/src/tests/fvec.cc | Diff File | ||
|
master 3feab89f 2024-01-08 13:46 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1636 core: add build patch for `sprintf` in macos builds |
||
| mod - .matrix.yml | Diff File | ||
| mod - AUTHORS | Diff File | ||
| mod - CHANGELOG.md | Diff File | ||
| mod - core/src/tests/job_control_record.cc | Diff File | ||
|
master 90a29b50 2024-01-08 13:46 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 7e8c73f3 2024-01-08 13:26 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: remove duplicate entry | ||
| mod - systemtests/CMakeLists.txt | Diff File | ||
|
master 680a0756 2024-01-08 12:58 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
scripts: fix check_for_zombie_jobs Trying to connect to a dead deamon takes around 15 secs, so doing it 20 times takes around 15 * 20 = 300 secs. Which means the test will time out, which is not very helpful. Now the test tries to wait for only the amount of time it was given (+- one extra attempt). |
||
| mod - systemtests/scripts/functions | Diff File | ||
|
master 85fc344b 2024-01-08 11:40 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
matrix.yml: remove end of life FreeBSD 12.4 | ||
| mod - .matrix.yml | Diff File | ||
|
master cb0eb70c 2024-01-05 07:24 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
authors: add rui chen to authors file | ||
| mod - AUTHORS | Diff File | ||