From dbf2e78f6253757793f6639df711fec9aa6a95b2 Mon Sep 17 00:00:00 2001 From: Vandal <86826719+VandalByte@users.noreply.github.com> Date: Sun, 30 Mar 2025 03:05:46 +0530 Subject: [PATCH] help changes --- borgmatic/commands/arguments.py | 6 +++--- borgmatic/config/schema.yaml | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/borgmatic/commands/arguments.py b/borgmatic/commands/arguments.py index b0185348..6269a4e0 100644 --- a/borgmatic/commands/arguments.py +++ b/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', diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 9d622b31..f3b98f36 100644 --- a/borgmatic/config/schema.yaml +++ b/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