Changesets: bareos
|
bareos-14.2 f219b981 2015-08-26 16:43 Committer: joergs Ported: N/A Details Diff |
setdebug: timestamp_flag is now correctly set before, the timestamp_flag was not set by the setdebug command as it was not given to fsend() as parameter |
||
| mod - src/dird/ua_cmds.c | Diff File | ||
|
master 8b4ae24d 2015-08-25 18:05 Andre Noll Committer: Joerg Steffens Ported: N/A Details Diff |
migration: Remove item on pools with different media types. This was already said in the previous section (see also the first item). |
||
| mod - manuals/en/main/migration.tex | Diff File | ||
|
master 7c2f593d 2015-08-25 18:01 Andre Noll Committer: Joerg Steffens Ported: N/A Details Diff |
migration: Remove sentence on "Migration High Bytes". The term "Migration High Bytes" was not mentioned earlier. It is also unclear what exactly is meant with "bytes to migrate" and the impact of the "somewhat approximate" calculation. Remove the item for now. |
||
| mod - manuals/en/main/migration.tex | Diff File | ||
|
master f939abb0 2015-08-25 17:55 Ported: N/A Details Diff |
Merge commit '0615dc375525fa11d780e94623a1d717eb705f6d' Get fixed cmocka detection |
||
| mod - autoconf/configure.in | Diff File | ||
| mod - configure | Diff File | ||
|
master 0615dc37 2015-08-25 17:47 Ported: N/A Details Diff |
Fix detection of cmocka | ||
| mod - autoconf/configure.in | Diff File | ||
| mod - configure | Diff File | ||
|
master 8d23489c 2015-08-25 14:47 Andre Noll Committer: Joerg Steffens Ported: N/A Details Diff |
migration: Improve item on volume state. "Jobs on Volumes will be Migration" is no good English. This commit improves the wording and explains that *all* Volumes on which a job is stored must be in one of the three admissible states for migration (Full, Used, Error). |
||
| mod - manuals/en/main/migration.tex | Diff File | ||
|
master 068291d8 2015-08-25 00:31 Committer: mvwieringen Ported: N/A Details Diff |
CEPH packages for Debian based distributions While the CEPH backend packages have been available for a while for RPM based installations, this patch adds the packages bareos-filedaemon-ceph-plugin and bareos-storage-ceph for DEB based distributions. Fixes 0000507: build bareos-storage-ceph also for Debian/Ubuntu |
Affected Issues 0000507 |
|
| mod - autoconf/configure.in | Diff File | ||
| add - debian/bareos-filedaemon-ceph-plugin.install.in | Diff File | ||
| mod - debian/bareos-filedaemon-python-plugin.install.in | Diff File | ||
| add - debian/bareos-storage-ceph.install.in | Diff File | ||
| add - debian/bareos-storage-ceph.postinst.in | Diff File | ||
| add - debian/control.bareos-filedaemon-ceph-plugin | Diff File | ||
| add - debian/control.bareos-storage-ceph | Diff File | ||
| mod - debian/control.in | Diff File | ||
| mod - platforms/packaging/bareos.dsc | Diff File | ||
|
master b678bebf 2015-08-24 18:08 Ported: N/A Details Diff |
Deprecated POOLMEM ** in favor of POOLMEM *& Don't use POOLMEM ** construct but use POOLMEM *& to use the C++ pass byreference of the POOLMEM pointer. Also drop the use of WCHAR in favor of wchar_t which was used sometimes and sometimes not. |
||
| mod - src/cats/bdb_dbi.h | Diff File | ||
| mod - src/cats/bdb_mysql.h | Diff File | ||
| mod - src/cats/bdb_postgresql.h | Diff File | ||
| mod - src/cats/cats.c | Diff File | ||
| mod - src/cats/cats.h | Diff File | ||
| mod - src/cats/dbi.c | Diff File | ||
| mod - src/cats/mysql.c | Diff File | ||
| mod - src/cats/postgresql.c | Diff File | ||
| mod - src/cats/protos.h | Diff File | ||
| mod - src/cats/sql.c | Diff File | ||
| mod - src/cats/sql_create.c | Diff File | ||
| mod - src/cats/sql_delete.c | Diff File | ||
| mod - src/cats/sql_find.c | Diff File | ||
| mod - src/cats/sql_get.c | Diff File | ||
| mod - src/cats/sql_glue.c | Diff File | ||
| mod - src/cats/sql_glue.h | Diff File | ||
| mod - src/cats/sqlite.c | Diff File | ||
| mod - src/console/console.c | Diff File | ||
| mod - src/dird/backup.c | Diff File | ||
| mod - src/dird/dbcheck.c | Diff File | ||
| mod - src/dird/expand.c | Diff File | ||
| mod - src/dird/fd_cmds.c | Diff File | ||
| mod - src/dird/job.c | Diff File | ||
| mod - src/dird/migrate.c | Diff File | ||
| mod - src/dird/newvol.c | Diff File | ||
| mod - src/dird/protos.h | Diff File | ||
| mod - src/dird/ua_acl.c | Diff File | ||
| mod - src/dird/ua_cmds.c | Diff File | ||
| mod - src/dird/ua_impexp.c | Diff File | ||
| mod - src/dird/ua_input.c | Diff File | ||
| mod - src/dird/ua_output.c | Diff File | ||
| mod - src/dird/ua_purge.c | Diff File | ||
| mod - src/dird/ua_restore.c | Diff File | ||
| mod - src/dird/ua_select.c | Diff File | ||
| mod - src/dird/ua_tree.c | Diff File | ||
| mod - src/filed/backup.c | Diff File | ||
| mod - src/filed/status.c | Diff File | ||
| mod - src/findlib/attribs.c | Diff File | ||
| mod - src/findlib/bfile.c | Diff File | ||
| mod - src/include/baconfig.h | Diff File | ||
| mod - src/lib/berrno.c | Diff File | ||
| mod - src/lib/bsys.c | Diff File | ||
| mod - src/lib/crypto_cache.c | Diff File | ||
| mod - src/lib/edit.c | Diff File | ||
| mod - src/lib/ini.c | Diff File | ||
| mod - src/lib/ini.h | Diff File | ||
| mod - src/lib/mem_pool.c | Diff File | ||
| mod - src/lib/mem_pool.h | Diff File | ||
| mod - src/lib/message.c | Diff File | ||
| mod - src/lib/protos.h | Diff File | ||
| mod - src/lib/res.c | Diff File | ||
| mod - src/lib/scan.c | Diff File | ||
| mod - src/lib/tree.c | Diff File | ||
| mod - src/lib/util.c | Diff File | ||
| mod - src/plugins/filed/test-plugin-fd.c | Diff File | ||
| mod - src/stored/autochanger.c | Diff File | ||
| mod - src/stored/btape.c | Diff File | ||
| mod - src/stored/protos.h | Diff File | ||
| mod - src/stored/sd_plugins.c | Diff File | ||
| mod - src/stored/sd_plugins.h | Diff File | ||
| mod - src/stored/spool.c | Diff File | ||
| mod - src/win32/compat/compat.c | Diff File | ||
| mod - src/win32/compat/include/compat.h | Diff File | ||
| mod - src/win32/filed/vss_generic.c | Diff File | ||
| mod - src/win32/findlib/win32.c | Diff File | ||
| mod - src/win32/include/winapi.h | Diff File | ||
| mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
|
master e451c9be 2015-08-24 17:40 Andre Noll Committer: Joerg Steffens Ported: N/A Details Diff |
migration: Shorten and improve section on scalability. The remark on scalability was a bit too pessimistic: when migrating many volumes, some of the jobs may well run simultaneously. |
||
| mod - manuals/en/main/migration.tex | Diff File | ||
|
master 20803a4f 2015-08-24 17:19 Andre Noll Committer: Joerg Steffens Ported: N/A Details Diff |
migration: Improve text on previous backup job. Several minor language issues, nothing serious. |
||
| mod - manuals/en/main/migration.tex | Diff File | ||
|
master 65e9dc7e 2015-08-24 17:09 Andre Noll Committer: Joerg Steffens Ported: N/A Details Diff |
migration: Deduplicate item on the migration control job. It's kind of redundant to say that the migration control job is a control job. Also, the "currently running" does not add any information here, so remove this part. |
||
| mod - manuals/en/main/migration.tex | Diff File | ||
|
master 01c979a0 2015-08-24 17:03 Andre Noll Committer: Joerg Steffens Ported: N/A Details Diff |
migration: Improve paragraph on migration Job resource. The old text was longer than necessary and had a couple of language and whitespace issues. |
||
| mod - manuals/en/main/migration.tex | Diff File | ||
|
master a7280833 2015-08-24 16:49 Andre Noll Committer: Joerg Steffens Ported: N/A Details Diff |
migration: Fix wording in sentence about Media Types. | ||
| mod - manuals/en/main/migration.tex | Diff File | ||
|
master 48dcaea3 2015-08-24 16:46 Andre Noll Committer: Joerg Steffens Ported: N/A Details Diff |
migration: Improve wording on selecting migration jobs. The old formulation was a bit clumsy. |
||
| mod - manuals/en/main/migration.tex | Diff File | ||
|
master 5661995c 2015-08-24 16:39 Andre Noll Committer: Joerg Steffens Ported: N/A Details Diff |
migration: Remove redundant text. The way data are copied between volumes is already explained in the previous paragraph. This patch removes the redundancy. |
||
| mod - manuals/en/main/migration.tex | Diff File | ||
|
master c5e52547 2015-08-24 16:37 Andre Noll Committer: Joerg Steffens Ported: N/A Details Diff |
migration: Typo: s/founds/finds. | ||
| mod - manuals/en/main/migration.tex | Diff File | ||
|
master 855d3905 2015-08-24 15:20 Ported: N/A Details Diff |
Bump version number. | ||
| mod - configure | Diff File | ||
| mod - platforms/packaging/bareos-Univention_3.1.dsc | Diff File | ||
| mod - platforms/packaging/bareos-Univention_3.2.dsc | Diff File | ||
| mod - platforms/packaging/bareos-Univention_4.0.dsc | Diff File | ||
| mod - platforms/packaging/bareos.changes | Diff File | ||
| mod - platforms/packaging/bareos.dsc | Diff File | ||
| mod - platforms/packaging/bareos.spec | Diff File | ||
| mod - platforms/win32/mingw-debugsrc-devel.spec | Diff File | ||
| mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
| mod - platforms/win32/winbareos32.spec | Diff File | ||
| mod - platforms/win32/winbareos64.spec | Diff File | ||
| mod - src/include/version.h | Diff File | ||
|
master f064ea1b 2015-08-24 15:18 Ported: N/A Details Diff |
Update NLS files. | ||
| mod - po/POTFILES.in | Diff File | ||
| mod - po/bareos.pot | Diff File | ||
| mod - po/de.po | Diff File | ||
| mod - po/es.po | Diff File | ||
| mod - po/fr.po | Diff File | ||
| mod - po/it.po | Diff File | ||
| mod - po/nl.po | Diff File | ||
| mod - po/pl.po | Diff File | ||
| mod - po/sv.po | Diff File | ||
| mod - po/uk.po | Diff File | ||
|
master cf10769f 2015-08-24 15:18 Ported: N/A Details Diff |
Bump version number. | ||
| mod - configure | Diff File | ||
| mod - platforms/packaging/bareos-Univention_3.1.dsc | Diff File | ||
| mod - platforms/packaging/bareos-Univention_3.2.dsc | Diff File | ||
| mod - platforms/packaging/bareos-Univention_4.0.dsc | Diff File | ||
| mod - platforms/packaging/bareos.changes | Diff File | ||
| mod - platforms/packaging/bareos.dsc | Diff File | ||
| mod - platforms/packaging/bareos.spec | Diff File | ||
| mod - platforms/win32/mingw-debugsrc-devel.spec | Diff File | ||
| mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
| mod - platforms/win32/winbareos32.spec | Diff File | ||
| mod - platforms/win32/winbareos64.spec | Diff File | ||
| mod - src/include/version.h | Diff File | ||
|
master 929b5d58 2015-08-21 13:49 Committer: mvwieringen Ported: N/A Details Diff |
Show database driver(s) in status dir command status dir now shows which database backend the director uses |
||
| mod - src/dird/ua_status.c | Diff File | ||
|
master b8183bc1 2015-08-21 12:35 Committer: mvwieringen Ported: N/A Details Diff |
Make sqlite3 silently installable on windows This should make it possible to install the sqlite3 based director on windows silently |
||
| mod - platforms/win32/winbareos.nsi | Diff File | ||
|
master cbb8574a 2015-08-21 11:50 Committer: mvwieringen Ported: N/A Details Diff |
fix debug print of sql query Now we only print the sql query if debug level is >= 1000 |
||
| mod - src/cats/sql.c | Diff File | ||
|
master e73f3151 2015-08-20 01:28 Ported: N/A Details Diff |
Sync lmdb. | ||
| mod - src/lmdb/mdb.c | Diff File | ||
|
master 519b1944 2015-08-19 18:59 Committer: mvwieringen Ported: N/A Details Diff |
Make the create_file messages of type M_INFO If a file was not created during restore because of the overwrite settings, this was never visible in the restore job log because the messages were of type M_SKIPPED, which is filtered by default because it creates an enormous amount of output during normal backup operation. Now we changed the messag tpye M_INFO which means that this info will be visible in the restore log. If you set the overwrite to always you won't be bothered by these info messages and we pretend you know what you are doing. |
||
| mod - src/findlib/create_file.c | Diff File | ||
| mod - src/lib/message.h | Diff File | ||
| mod - src/plugins/filed/cephfs-fd.c | Diff File | ||
| mod - src/plugins/filed/gfapi-fd.c | Diff File | ||
| mod - src/plugins/filed/rados-fd.c | Diff File | ||
|
bareos-14.2 55f64e72 2015-08-19 18:59 Committer: mvwieringen Ported: N/A Details Diff |
Make the create_file messages of type M_INFO If a file was not created during restore because of the overwrite settings, this was never visible in the restore job log because the messages were of type M_SKIPPED, which is filtered by default because it creates an enormous amount of output during normal backup operation. Now we changed the messag tpye M_INFO which means that this info will be visible in the restore log. If you set the overwrite to always you won't be bothered by these info messages and we pretend you know what you are doing. |
||
| mod - src/findlib/create_file.c | Diff File | ||
| mod - src/lib/message.h | Diff File | ||