Changesets: bareos
|
bareos-14.2 ec469fb5 2015-05-27 18:14 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.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 9998d541 2015-05-26 22:05 Committer: mvwieringen Ported: N/A Details Diff |
Tweak help commands The output of the help and .help command have been handled differently. The usage descriptions contain line breaks and tabs. However, the output of the .help command must be machine parseable, so these characters are removed during runtime. For the api modes, these characters should also be removed. Therefore the parameter "wrap" have been added to the OUTPUT_FORMATTER::object_key_value function, with following meanings: * wrap < 0: no modification * wrap = 0: single line * wrap > 0: wrap line after x characters (if api==0) |
||
| mod - src/dird/ua_cmds.c | Diff File | ||
| mod - src/dird/ua_dotcmds.c | Diff File | ||
| mod - src/lib/output_formatter.c | Diff File | ||
| mod - src/lib/output_formatter.h | Diff File | ||
|
master db143d69 2015-05-26 17:45 Committer: mvwieringen Ported: N/A Details Diff |
added cmd "list filesets" | ||
| mod - src/cats/protos.h | Diff File | ||
| mod - src/cats/sql_list.c | Diff File | ||
| mod - src/dird/ua_cmds.c | Diff File | ||
| mod - src/dird/ua_output.c | Diff File | ||
|
master a6dd4ffd 2015-05-26 14:51 Ported: N/A Details Diff |
remove configuration item RunACL This ACL have never been used, so can can safely be removed. |
||
| mod - src/dird/dird_conf.c | Diff File | ||
|
master 02fa72ad 2015-05-26 14:32 Ported: N/A Details Diff |
Fix json structure in schema export datatype is a top level object and not a sub object of resource. |
||
| mod - src/dird/dird_conf.c | Diff File | ||
|
master b1bd2bbf 2015-05-26 00:18 Ported: N/A Details Diff |
Print ALIST_STR, ALIST_DIR and PLUGIN_NAMES as quoted strings. Update config pretty printer to print certain config types as quoted strings and not as unquoted ones. This makes things more failsafe if we use the printed config as input for the actual config eventually. |
||
| mod - src/lib/res.c | Diff File | ||
|
bareos-14.2 747dcc41 2015-05-26 00:18 Committer: joergs Ported: N/A Details Diff |
Print ALIST_STR, ALIST_DIR and PLUGIN_NAMES as quoted strings. Update config pretty printer to print certain config types as quoted strings and not as unquoted ones. This makes things more failsafe if we use the printed config as input for the actual config eventually. |
||
| mod - src/lib/res.c | Diff File | ||
|
master dfcf1dfc 2015-05-25 18:27 Ported: N/A Details Diff |
Rebuild configure. | ||
| mod - configure | Diff File | ||
|
master 46035303 2015-05-25 18:23 Ported: N/A Details Diff |
Change configure logic to return yes or no. In no other check we use AC_MSG_WARN so lets also not use it for the cmocka tests. |
||
| mod - autoconf/configure.in | Diff File | ||
|
master 6f1a9d00 2015-05-24 01:05 Ported: N/A Details Diff |
Fix compiler warning. | ||
| mod - src/stored/btape.c | Diff File | ||
|
master 0e4eb11d 2015-05-24 01:01 Ported: N/A Details Diff |
Fix compiler warning. | ||
| mod - src/filed/verify_vol.c | Diff File | ||
|
bareos-14.2 88a28279 2015-05-24 01:01 Ported: N/A Details Diff |
Fix compiler warning. | ||
| mod - src/filed/verify_vol.c | Diff File | ||
|
bareos-13.2 2e52b566 2015-05-24 01:01 Ported: N/A Details Diff |
Fix compiler warning. | ||
| mod - src/filed/verify_vol.c | Diff File | ||
|
bareos-12.4 281462dd 2015-05-24 01:01 Ported: N/A Details Diff |
Fix compiler warning. | ||
| mod - src/filed/verify_vol.c | Diff File | ||
|
master 9d31fd56 2015-05-22 17:43 Ported: N/A Details Diff |
Rebuild configure and config.h.in | ||
| mod - autoconf/config.h.in | Diff File | ||
| mod - configure | Diff File | ||
|
master 84849df9 2015-05-22 16:56 Committer: mvwieringen Ported: N/A Details Diff |
added filetype FT_UNSET We initialize the FF_PKT->type to FT_UNSET so that we can detect if the type was never correctly set |
||
| mod - src/findlib/find_one.c | Diff File | ||
| mod - src/include/filetypes.h | Diff File | ||
|
bareos-14.2 77455008 2015-05-22 16:56 Committer: joergs Ported: N/A Details Diff |
added filetype FT_UNSET We initialize the FF_PKT->type to FT_UNSET so that we can detect if the type was never correctly set |
||
| mod - src/findlib/find_one.c | Diff File | ||
| mod - src/include/filetypes.h | Diff File | ||
|
master b75dbb84 2015-05-22 11:44 Committer: mvwieringen Ported: N/A Details Diff |
Do not assume a filetype in digest_file Unfortunately, the ff_pkt->type is not set correctly when digest_file is called during accurate comparison. We get the value that stored before in ff_pkt->type by the last file/directory that was processed, not by what we actually see. That is why we do always calculate the digest now. Fixes 462: windows file daemon and zero-length files in Inc backup Description |
Affected Issues 0000462 |
|
| mod - src/filed/verify.c | Diff File | ||
|
bareos-14.2 139312f5 2015-05-22 11:44 Committer: joergs Ported: N/A Details Diff |
Do not assume a filetype in digest_file Unfortunately, the ff_pkt->type is not set correctly when digest_file is called during accurate comparison. We get the value that stored before in ff_pkt->type by the last file/directory that was processed, not by what we actually see. That is why we do always calculate the digest now. Fixes 0000462: windows file daemon and zero-length files in Inc backup Description |
Affected Issues 0000462 |
|
| mod - src/filed/verify.c | Diff File | ||
|
master 7f645303 2015-05-21 18:55 Ported: N/A Details Diff |
Fix typo. | ||
| mod - src/lib/tls_none.c | Diff File | ||
|
master 905ed4d9 2015-05-21 10:27 Committer: mvwieringen Ported: N/A Details Diff |
Removed debug messages with level 0 | ||
| mod - src/win32/findlib/win32.c | Diff File | ||
|
bareos-14.2 c5ffb219 2015-05-21 10:27 Committer: mvwieringen Ported: N/A Details Diff |
Removed debug messages with level 0 | ||
| mod - src/win32/findlib/win32.c | Diff File | ||
|
master 7804e55c 2015-05-20 15:54 Committer: mvwieringen Ported: N/A Details Diff |
Treat deduplicated reparse points correctly IO_REPARSE_TAG_DEDUP reparse points were treated like symlinks before. We now understand these reparese points and treat them like normal files, which is called "Nonoptimized Backup and Restore of Data Deduplication-Enabled Volumes" This means the files are treated like normal files and not like reparse points. Files on deduplicated volumes can be backed up and restored like files on any other windows filesystem. For more details see: https://msdn.microsoft.com/en-us/library/hh769304%28v=vs.85%29.aspx Fixes 0000467: Error in restoring deduplicated files |
Affected Issues 0000467 |
|
| mod - src/findlib/attribs.c | Diff File | ||
| mod - src/win32/compat/compat.c | Diff File | ||
|
bareos-14.2 b0b2178d 2015-05-20 15:54 Committer: mvwieringen Ported: N/A Details Diff |
Treat deduplicated reparse points correctly IO_REPARSE_TAG_DEDUP reparse points were treated like symlinks before. We now understand these reparese points and treat them like normal files, which is called "Nonoptimized Backup and Restore of Data Deduplication-Enabled Volumes" This means the files are treated like normal files and not like reparse points. Files on deduplicated volumes can be backed up and restored like files on any other windows filesystem. For more details see: https://msdn.microsoft.com/en-us/library/hh769304%28v=vs.85%29.aspx Fixes 0000467: Error in restoring deduplicated files |
Affected Issues 0000467 |
|
| mod - src/findlib/attribs.c | Diff File | ||
| mod - src/win32/compat/compat.c | Diff File | ||
|
master 189aa9ce 2015-05-20 13:32 Committer: mvwieringen Ported: N/A Details Diff |
Fix newline in debug message | ||
| mod - src/filed/backup.c | Diff File | ||