浏览代码

add paragraph added in #5855 to utility documentation source

James Buren 4 年之前
父节点
当前提交
9da01dcbd1
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/borg/archiver.py

+ 5 - 0
src/borg/archiver.py

@@ -3099,6 +3099,11 @@ class Archiver:
         check --repair is a potentially dangerous function and might lead to data loss
         (for kinds of corruption it is not capable of dealing with). BE VERY CAREFUL!
 
+        Pursuant to the previous warning it is also highly recommended to test the
+        reliability of the hardware running this software with stress testing software
+        such as memory testers. Unreliable hardware can also lead to data loss especially
+        when this command is run in repair mode.
+
         First, the underlying repository data files are checked:
 
         - For all segments, the segment magic header is checked.