Changesets: bareos
bareos-16.2-droplet 3f6f2787 2017-12-17 22:04 Ported: N/A Details Diff |
Merge branch 'mvw/chunked-volumes' of https://github.com/mvwieringen/bareos | ||
mod - autoconf/config.h.in | Diff File | ||
mod - autoconf/configure.in | Diff File | ||
mod - configure | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
mod - src/filed/accurate.c | Diff File | ||
mod - src/filed/fd_plugins.c | Diff File | ||
mod - src/findlib/bfile.c | Diff File | ||
mod - src/findlib/create_file.c | Diff File | ||
mod - src/lib/Makefile.in | Diff File | ||
mod - src/lib/btimers.c | Diff File | ||
mod - src/lib/cbuf.c | Diff File | ||
mod - src/lib/cbuf.h | Diff File | ||
mod - src/lib/edit.c | Diff File | ||
mod - src/lib/jcr.c | Diff File | ||
mod - src/lib/lockmgr.c | Diff File | ||
add - src/lib/ordered_cbuf.c | Diff File | ||
add - src/lib/ordered_cbuf.h | Diff File | ||
mod - src/lib/protos.h | Diff File | ||
mod - src/lib/res.c | Diff File | ||
mod - src/plugins/filed/python-fd.c | Diff File | ||
mod - src/stored/Makefile.in | Diff File | ||
mod - src/stored/backends/Makefile.in | Diff File | ||
add - src/stored/backends/chunked_device.c | Diff File | ||
add - src/stored/backends/chunked_device.h | Diff File | ||
add - src/stored/backends/droplet_device.c | Diff File | ||
add - src/stored/backends/droplet_device.d/bareos-dir.d/storage/S3_Object.conf.example | Diff File | ||
add - src/stored/backends/droplet_device.d/bareos-sd.d/device/S3_ObjectStorage.conf.example | Diff File | ||
rm - src/stored/backends/object_store_device.c | Diff File | ||
mod - src/stored/backends/unix_tape_device.c | Diff File | ||
mod - src/stored/dev.c | Diff File | ||
mod - src/stored/dev.h | Diff File | ||
mod - src/stored/lock.c | Diff File | ||
mod - src/stored/mount.c | Diff File | ||
mod - src/stored/sd_backends.h | Diff File | ||
mod - src/stored/sd_plugins.h | Diff File | ||
mod - src/stored/status.c | Diff File | ||
mod - src/stored/stored_conf.c | Diff File | ||
mod - src/win32/stored/backends/win32_tape_device.c | Diff File | ||
bareos-16.2 579cb277 2017-12-17 22:03 Ported: N/A Details Diff |
Merge branch 'mvw/stable-fixes' of https://github.com/mvwieringen/bareos | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/filed/fd_plugins.c | Diff File | ||
mod - src/include/version.h | Diff File | ||
mod - src/plugins/filed/cephfs-fd.c | Diff File | ||
mod - src/plugins/filed/gfapi-fd.c | Diff File | ||
mod - src/stored/mount.c | Diff File | ||
master bdc3fba1 2017-12-17 21:23 Ported: N/A Details Diff |
travis: fix | ||
mod - test/travis_before_install.sh | Diff File | ||
bareos-16.2 c785cd66 2017-12-17 21:23 Ported: N/A Details Diff |
travis: fix | ||
mod - test/travis_before_install.sh | Diff File | ||
bareos-16.2 4b5746e6 2017-12-16 10:20 Ported: N/A Details Diff |
Fix typo netowkr -> network | ||
mod - src/dird/dird_conf.c | Diff File | ||
master 4dac5d07 2017-12-14 18:17 Ported: N/A Details Diff |
Virtual Backups: local clone works now with always incremental and virtual backups | ||
mod - src/stored/mac.c | Diff File | ||
master a11f8104 2017-12-14 12:57 Ported: N/A Details Diff |
Merge branch 'bareos-17.2' | ||
mod - AUTHORS | Diff File | ||
mod - README.scsicrypto | Diff File | ||
mod - platforms/win32/winbareos.nsi | Diff File | ||
mod - scripts/bareos-config-lib.sh.in | Diff File | ||
mod - src/cats/cats.h | Diff File | ||
mod - src/cats/ddl/creates/mysql.sql | Diff File | ||
mod - src/cats/ddl/updates/mysql.2004_2171.sql | Diff File | ||
mod - src/cats/ddl/updates/postgresql.2004_2171.sql | Diff File | ||
mod - src/cats/sql_get.c | Diff File | ||
mod - src/dird/ndmp_dma_storage.c | Diff File | ||
mod - src/dird/ua_restore.c | Diff File | ||
mod - src/dird/vbackup.c | Diff File | ||
mod - src/lib/bits.h | Diff File | ||
mod - src/stored/backends/unix_tape_device.d/bareos-sd.d/autochanger/autochanger-0.conf.example | Diff File | ||
mod - src/stored/backends/unix_tape_device.d/bareos-sd.d/device/tapedrive-0.conf.example | Diff File | ||
mod - src/stored/block.c | Diff File | ||
mod - src/stored/btape.c | Diff File | ||
mod - src/stored/dev.c | Diff File | ||
mod - src/stored/dir_cmd.c | Diff File | ||
mod - src/stored/mac.c | Diff File | ||
bareos-17.2 0ce6e8fb 2017-12-13 13:18 Ported: N/A Details Diff |
NDMP: fix problem after merge This fixes some problem introduced when merging the native NDMP branch. |
||
mod - src/dird/ndmp_dma_storage.c | Diff File | ||
bareos-16.2-droplet d1b84e79 2017-12-11 14:21 Ported: N/A Details Diff |
lib: Fix layout. | ||
mod - src/lib/edit.c | Diff File | ||
bareos-17.2 85781bfa 2017-12-11 13:35 Ported: N/A Details Diff |
Virtual Backups: skip jobs with no files (fix) When looking for jobids to consolidate, we now skip jobs that have no data. This fixes the problem that consolidations fail when no files were changed. Fixes 0000793: Always incremental consolidate fails when no files are changed |
Affected Issues 0000793 |
|
mod - src/cats/sql_get.c | Diff File | ||
bareos-17.2 a81af550 2017-12-07 10:09 Ported: N/A Details Diff |
vbackup.c: fix typos and error message | ||
mod - src/dird/vbackup.c | Diff File | ||
bareos-17.2 bae81a82 2017-12-06 11:46 Ported: N/A Details Diff |
bconsole restore: fix uar_list_jobs problem This commit fixes restore menu option 1 problem: Select item: (1-13): 1 Query failed: ERROR: Syntaxerror at >>uar_list_jobs<< LINE 1: uar_list_jobs |
||
mod - src/dird/ua_restore.c | Diff File | ||
bareos-17.2 a613a966 2017-12-05 13:07 Ported: N/A Details Diff |
Virtual Backups: Fix session label bug Before this patch, the record clone code copied over existing SOS and EOS Labels which does not make sense and makes the bscanning of virtual backup volumes impossible. We now ignore the existing SOS and EOS Labels and write our own SOS Label at job start and our own EOS Label at job end. This makes the content of the virtual volumes correct so that they can be bscanned without problems. |
||
mod - src/stored/mac.c | Diff File | ||
bareos-17.2 75d26969 2017-11-30 18:55 Ported: N/A Details Diff |
tweak | ||
mod - AUTHORS | Diff File | ||
mod - src/cats/ddl/updates/mysql.2004_2171.sql | Diff File | ||
mod - src/cats/ddl/updates/postgresql.2004_2171.sql | Diff File | ||
master edfa2e19 2017-11-28 03:05 Ported: N/A Details Diff |
redirect stderr from xtrabackup to logfile in WorkingDirectory this doesn't seem to work: (self.subprocess_stdOut, self.subprocess_stdError) = self.stream.communicate() instead introduce a new parameter, log, which defaults to "plugin-percona.log". a relative path will be relative to WorkingDirectory, an absolute path is allowed. it can also have the value "false" to send stderr to /dev/null the log file is opened for writing (ie. it will truncate an existing file) so it is not likely to fill the disk. in my opinion the log file is only useful for debugging, so historic log data is not of interest. |
||
mod - fd-plugins/bareos_percona/BareosFdPercona.py | Diff File | ||
bareos-17.2 537f2f86 2017-11-26 22:08 Ported: N/A Details Diff |
tweak: remove quotes ("), as print_name() already contains quotes | ||
mod - src/stored/dir_cmd.c | Diff File | ||
bareos-17.2 9ae99b2b 2017-11-26 22:08 Ported: N/A Details Diff |
purge: fixes ActionOnPurge ActionOnPurge have been non functional since bareos-17.2. This patch make it work again. Additional, it fixes a newly introduced bug, that a "purge volume=VOLNAME ... action" command truncates all volumes of a specific storage and pool and not only on the volume given as parameter. As the volumes have been already purged, this have not been a big issue. Note: it is advices to use the "truncate" command for truncating and not the "purge ... action" command. |
||
mod - src/cats/cats.h | Diff File | ||
mod - src/cats/sql_get.c | Diff File | ||
bareos-17.2 be53bde1 2017-11-24 18:50 Ported: N/A Details Diff |
check environment variables to work with bareos-regress | ||
mod - scripts/bareos-config-lib.sh.in | Diff File | ||
bareos-17.2 16152d80 2017-11-21 12:04 Ported: N/A Details Diff |
Virtual Backups: skip jobs with no files When looking for jobids to consolidate, we now skip jobs that have no data. This fixes the problem that consolidations fail when no files were changed. Fixes 0000793: Always incremental consolidate fails when no files are changed |
Affected Issues 0000793 |
|
mod - src/cats/sql_get.c | Diff File | ||
bareos-16.2 4933d4d1 2017-11-18 02:15 Ported: N/A Details Diff |
HP-UX: cleanup the pragma pack definitions. | ||
mod - src/filed/accurate.h | Diff File | ||
mod - src/lib/htable.c | Diff File | ||
mod - src/lib/htable.h | Diff File | ||
mod - src/lib/tree.h | Diff File | ||
bareos-17.2 6626deee 2017-11-18 00:55 Ported: N/A Details Diff |
tape: tweaks | ||
mod - README.scsicrypto | Diff File | ||
mod - src/stored/backends/unix_tape_device.d/bareos-sd.d/autochanger/autochanger-0.conf.example | Diff File | ||
mod - src/stored/backends/unix_tape_device.d/bareos-sd.d/device/tapedrive-0.conf.example | Diff File | ||
mod - src/stored/block.c | Diff File | ||
mod - src/stored/btape.c | Diff File | ||
bareos-16.2 5b77bcff 2017-11-18 00:24 Ported: N/A Details Diff |
HP-UX: undefine posix_fadvise There is a problem with the HP-UX header file defining posix_fadivise, as it is not correctly defined there for use from c++ For now we disable posix_fadvise. |
||
mod - src/include/bareos.h | Diff File | ||
bareos-17.2 0879e14d 2017-11-17 19:20 Ported: N/A Details Diff |
tape: fix block size handling Fixes a problem with devices that have the capability CAP_ADJWRITESIZE (tape drive, ...). As this capability have be ignored, blocks have not been padded to a minimum length. Fixes 0000639: bareos unable to read AWS VTL iSCSI devices |
Affected Issues 0000639 |
|
mod - src/lib/bits.h | Diff File | ||
mod - src/stored/block.c | Diff File | ||
mod - src/stored/dev.c | Diff File | ||
bareos-16.2 627d88e1 2017-11-17 16:08 Ported: N/A Details Diff |
HP-UX: also alignment pragma in accurate hash table | ||
mod - src/filed/accurate.h | Diff File | ||
master beb3ef36 2017-11-17 12:19 Ported: N/A Details Diff |
Only build unit tests if google test was found | ||
mod - src/findlib/CMakeLists.txt | Diff File | ||
mod - src/lib/CMakeLists.txt | Diff File |