Changesets: bareos

master 84849df9

2015-05-22 16:56

pstorz


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

pstorz


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

pstorz


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

pstorz


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

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/lib/tls_none.c Diff File

master 905ed4d9

2015-05-21 10:27

pstorz


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

pstorz


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

pstorz


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

pstorz


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

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix newline in debug message
mod - src/filed/backup.c Diff File

bareos-14.2 807c9e9d

2015-05-20 13:32

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix newline in debug message
mod - src/filed/backup.c Diff File

master 9af8ab14

2015-05-19 16:41

ahelmcke


Committer: mvwieringen

Ported: N/A

Details Diff
Dir crashes if media.ScratchPoolId = NULL

Wrong array indices while checking for NULL corrected.

Fixes 0000469: Dir crashes if media.ScratchPoolId = NULL

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000469
mod - AUTHORS Diff File
mod - src/cats/sql_get.c Diff File

bareos-14.2 a9a004ac

2015-05-19 16:41

ahelmcke


Committer: mvwieringen

Ported: N/A

Details Diff
Dir crashes if media.ScratchPoolId = NULL

Wrong array indices while checking for NULL corrected.

Fixes 0000469: Dir crashes if media.ScratchPoolId = NULL

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000469
mod - AUTHORS Diff File
mod - src/cats/sql_get.c Diff File

bareos-13.2 235a2e7f

2015-05-19 16:41

ahelmcke


Committer: mvwieringen

Ported: N/A

Details Diff
Dir crashes if media.ScratchPoolId = NULL

Wrong array indices while checking for NULL corrected.

Fixes 0000469: Dir crashes if media.ScratchPoolId = NULL

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000469
mod - AUTHORS Diff File
mod - src/cats/sql_get.c Diff File

bareos-12.4 f01b5356

2015-05-19 16:41

ahelmcke


Committer: mvwieringen

Ported: N/A

Details Diff
Dir crashes if media.ScratchPoolId = NULL

Wrong array indices while checking for NULL corrected.

Fixes 0000469: Dir crashes if media.ScratchPoolId = NULL

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000469
mod - AUTHORS Diff File
mod - src/cats/sql_get.c Diff File

master fb6a9a36

2015-05-18 13:44

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
cmocka: cleanup build integration
mod - platforms/packaging/bareos.dsc Diff File
mod - platforms/packaging/bareos.spec Diff File

master 40c99083

2015-05-16 12:38

mvwieringen

Ported: N/A

Details Diff
Only collect SD statistics from native SDs.

It makes no sense to try collecting statistics from NDMP storage
devices as we have no support for that.
mod - src/dird/stats.c Diff File

bareos-14.2 3556bb1c

2015-05-16 12:38

mvwieringen

Ported: N/A

Details Diff
Only collect SD statistics from native SDs.

It makes no sense to try collecting statistics from NDMP storage
devices as we have no support for that.
mod - src/dird/stats.c Diff File

master 21eb07e6

2015-05-13 15:44

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Add support for RESTORE_OBJECTS in verify jobs
mod - src/dird/verify.c Diff File
mod - src/filed/verify_vol.c Diff File

bareos-14.2 87aef953

2015-05-13 15:44

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Add support for RESTORE_OBJECTS in verify jobs
mod - src/dird/verify.c Diff File
mod - src/filed/verify_vol.c Diff File

bareos-13.2 394a3d01

2015-05-13 15:44

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Add support for RESTORE_OBJECTS in verify jobs
mod - src/dird/verify.c Diff File
mod - src/filed/verify_vol.c Diff File

bareos-12.4 aadd6d8d

2015-05-13 15:44

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Add support for RESTORE_OBJECTS in verify jobs
mod - src/dird/verify.c Diff File
mod - src/filed/verify_vol.c Diff File

master 360832b4

2015-05-12 18:50

mvwieringen

Ported: N/A

Details Diff
Revert "Make NDMP ImageStream buffer dynamically allocated size."

This reverts commit d4ea100b69cdd586dfd55d9145cff5dbb54ca185.

It seems we don't have the right info for dynamically sizing
the buffers at the specific place in the library. So this needs more
testing.
mod - src/ndmp/ndma_image_stream.c Diff File
mod - src/ndmp/ndmagents.h Diff File

bareos-14.2 da38df36

2015-05-12 18:50

mvwieringen

Ported: N/A

Details Diff
Revert "Make NDMP ImageStream buffer dynamically allocated size."

This reverts commit d4ea100b69cdd586dfd55d9145cff5dbb54ca185.

It seems we don't have the right info for dynamically sizing
the buffers at the specific place in the library. So this needs more
testing.
mod - src/ndmp/ndma_image_stream.c Diff File
mod - src/ndmp/ndmagents.h Diff File

master dc35074a

2015-05-12 17:31

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix pattern matching crash on windows

fileregexp-test crashed the sd when the file matches
mod - src/stored/bsr.c Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 493 494 495 496 497 498 499 ... 540 ... 600 ... 607 608 609  Next  Last