Bläddra i källkod

Promote the "spot" check from a beta feature to stable.

Dan Helfman 6 månader sedan
förälder
incheckning
e8dccbf1c1
2 ändrade filer med 6 tillägg och 10 borttagningar
  1. 1 0
      NEWS
  2. 5 10
      docs/how-to/deal-with-very-large-backups.md

+ 1 - 0
NEWS

@@ -9,6 +9,7 @@
  * Require the runtime directory to be an absolute path.
  * Require the runtime directory to be an absolute path.
  * Add a "--deleted" flag to the "repo-list" action for listing deleted archives that haven't
  * Add a "--deleted" flag to the "repo-list" action for listing deleted archives that haven't
    yet been compacted (Borg 2 only).
    yet been compacted (Borg 2 only).
+ * Promote the "spot" check from a beta feature to stable.
 
 
 1.9.2
 1.9.2
  * #441: Apply the "umask" option to all relevant actions, not just some of them.
  * #441: Apply the "umask" option to all relevant actions, not just some of them.

+ 5 - 10
docs/how-to/deal-with-very-large-backups.md

@@ -113,11 +113,11 @@ file). Because if something goes wrong with your source files, most
 consistency checks will still pass with flying colors and you won't discover
 consistency checks will still pass with flying colors and you won't discover
 there's a problem until you go to restore.
 there's a problem until you go to restore.
 
 
-<span class="minilink minilink-addedin">New in version 1.8.10</span> <span
-class="minilink minilink-addedin">Beta feature</span> That's where the spot
-check comes in. This check actually compares your source file counts and data
-against those in the latest archive, potentially catching problems like
-incorrect excludes, inadvertent deletes, files changed by malware, etc.
+<span class="minilink minilink-addedin">New in version 1.8.10</span> That's
+where the spot check comes in. This check actually compares your source file
+counts and data against those in the latest archive, potentially catching
+problems like incorrect excludes, inadvertent deletes, files changed by
+malware, etc.
 
 
 But because an exhaustive comparison of all source files against the latest
 But because an exhaustive comparison of all source files against the latest
 archive might be too slow, the spot check supports *sampling* a percentage of
 archive might be too slow, the spot check supports *sampling* a percentage of
@@ -180,11 +180,6 @@ to run it immediately after a `create` action (borgmatic's default behavior).
 Instead, it may make more sense to run the spot check on a separate schedule
 Instead, it may make more sense to run the spot check on a separate schedule
 from `create`.
 from `create`.
 
 
-As long as the spot check feature is in beta, it may be subject to breaking
-changes. But feel free to use it in production if you're okay with that
-caveat, and please [provide any
-feedback](https://torsion.org/borgmatic/#issues) you have on this feature.
-
 
 
 ### Check frequency
 ### Check frequency