mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-01 12:45:34 +00:00
rcreate: refer to borgstore rather than filesystem directory
This commit is contained in:
parent
15e759c506
commit
84bd2b20d5
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ def build_parser_rcreate(self, subparsers, common_parser, mid_common_parser):
|
||||||
|
|
||||||
rcreate_epilog = process_epilog(
|
rcreate_epilog = process_epilog(
|
||||||
"""
|
"""
|
||||||
This command creates a new, empty repository. A repository is a filesystem
|
This command creates a new, empty repository. A repository is a ``borgstore`` store
|
||||||
directory containing the deduplicated data from zero or more archives.
|
containing the deduplicated data from zero or more archives.
|
||||||
|
|
||||||
Encryption mode TLDR
|
Encryption mode TLDR
|
||||||
++++++++++++++++++++
|
++++++++++++++++++++
|
||||||
|
|
Loading…
Reference in a new issue