Explorar el Código

Document the possible units of times for a configured check frequency.

Dan Helfman hace 1 año
padre
commit
eef69e23ee
Se han modificado 1 ficheros con 10 adiciones y 1 borrados
  1. 10 1
      docs/how-to/deal-with-very-large-backups.md

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

@@ -117,7 +117,16 @@ this option in the `consistency:` section of your configuration.
 This tells borgmatic to run the `repository` consistency check at most once
 This tells borgmatic to run the `repository` consistency check at most once
 every two weeks for a given repository and the `archives` check at most once a
 every two weeks for a given repository and the `archives` check at most once a
 month. The `frequency` value is a number followed by a unit of time, e.g. "3
 month. The `frequency` value is a number followed by a unit of time, e.g. "3
-days", "1 week", "2 months", etc.
+days", "1 week", "2 months", etc. The set of possible time units is as
+follows (singular or plural):
+
+ * `second`
+ * `minute`
+ * `hour`
+ * `day`
+ * `week` (7 days)
+ * `month` (30 days)
+ * `year` (365 days)
 
 
 The `frequency` defaults to `always` for a check configured without a
 The `frequency` defaults to `always` for a check configured without a
 `frequency`, which means run this check every time checks run. But if you omit
 `frequency`, which means run this check every time checks run. But if you omit