浏览代码

Clarify schema documentation about skipping pruning.

Dan Helfman 4 年之前
父节点
当前提交
a23083f737
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      borgmatic/config/schema.yaml

+ 2 - 2
borgmatic/config/schema.yaml

@@ -329,8 +329,8 @@ map:
             Retention policy for how many backups to keep in each category. See
             https://borgbackup.readthedocs.io/en/stable/usage/prune.html for
             details. At least one of the "keep" options is required for pruning
-            to work. See borgmatic documentation if you'd like to skip pruning
-            entirely.
+            to work. To skip pruning entirely, run "borgmatic create" or "check"
+            without the "prune" action. See borgmatic documentation for details.
         map:
             keep_within:
                 type: str