Vandal 2 månader sedan
förälder
incheckning
dbf2e78f62
2 ändrade filer med 4 tillägg och 5 borttagningar
  1. 3 3
      borgmatic/commands/arguments.py
  2. 1 2
      borgmatic/config/schema.yaml

+ 3 - 3
borgmatic/commands/arguments.py

@@ -1568,17 +1568,17 @@ def make_parsers():
     recreate_group.add_argument(
         '--target',
         metavar='TARGET',
-        help='Name of new archive name',
+        help='Create a new archive from the specified archive (via --archive), without replacing it',
     )
     recreate_group.add_argument(
         '--comment',
         metavar='COMMENT',
-        help='Add a comment text to the archive, if archive not provided, consider all archives',
+        help='Add a comment text to the archive or, if an archive is not provided, to all matching archives',
     )
     recreate_group.add_argument(
         '--timestamp',
         metavar='TIMESTAMP',
-        help='Manually specify the archive creation date/time (UTC)',
+        help='Manually override the archive creation date/time (UTC)',
     )
     recreate_group.add_argument(
         '-a',

+ 1 - 2
borgmatic/config/schema.yaml

@@ -299,8 +299,7 @@ properties:
             prevent recompression.
             See https://borgbackup.readthedocs.io/en/stable/usage/recreate.html
             for details.
-            Not passing --recompress is equivalent to "--recompress never". 
-            Defaults to "if-different".
+            Defaults to "never".
         example: if-different
     upload_rate_limit:
         type: integer