Skip to content

Commit

Permalink
Merge pull request #1317 from bruno-at-bareos/dev/bruno/master/s5311-…
Browse files Browse the repository at this point in the history
…doc-error-vss-snapshots-cant-grow

doc:  add new VSS troubleshooting instruction to Windows chapter.
  • Loading branch information
sduehr committed Nov 29, 2022
2 parents e1e81d4 + a6dab23 commit 84c7921
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 130 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
- Appendix/Bareos Programs improvements [PR #1255]
- obsolete comments removed [PR #1268]
- fix bsmtp get-usage.sh call [PR #1267]
- add new VSS troubleshooting instruction to Windows chapter [PR #1317]

[Issue #1429]: https://bugs.bareos.org/view.php?id=1429
[Issue #1445]: https://bugs.bareos.org/view.php?id=1445
Expand Down Expand Up @@ -362,11 +363,13 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
[PR #1277]: https://github.com/bareos/bareos/pull/1277
[PR #1278]: https://github.com/bareos/bareos/pull/1278
[PR #1279]: https://github.com/bareos/bareos/pull/1279
[PR #1282]: https://github.com/bareos/bareos/pull/1282
[PR #1283]: https://github.com/bareos/bareos/pull/1283
[PR #1281]: https://github.com/bareos/bareos/pull/1281
[PR #1284]: https://github.com/bareos/bareos/pull/1284
[PR #1285]: https://github.com/bareos/bareos/pull/1285
[PR #1288]: https://github.com/bareos/bareos/pull/1288
[PR #1295]: https://github.com/bareos/bareos/pull/1295
[PR #1296]: https://github.com/bareos/bareos/pull/1296
[PR #1298]: https://github.com/bareos/bareos/pull/1298
[PR #1300]: https://github.com/bareos/bareos/pull/1300
Expand All @@ -375,5 +378,6 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
[PR #1306]: https://github.com/bareos/bareos/pull/1306
[PR #1307]: https://github.com/bareos/bareos/pull/1307
[PR #1313]: https://github.com/bareos/bareos/pull/1313
[PR #1317]: https://github.com/bareos/bareos/pull/1317
[PR #1318]: https://github.com/bareos/bareos/pull/1318
[unreleased]: https://github.com/bareos/bareos/tree/master
2 changes: 2 additions & 0 deletions docs/manuals/source/Appendix/Debugging.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _section-Debugging:

Debugging
=========

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Fileset Signature Algorithm

The default signature algorithm to verify the integrity of the files is `MD5`.
As all MD5 related function are disabled in `FIPS` mode, Bareos emits errors
like the following when trying to calculate MD5 siguatures on a FIPS system:
like the following when trying to calculate MD5 signatures on a FIPS system:

.. code-block::
Expand Down
Loading

0 comments on commit 84c7921

Please sign in to comment.