1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-29 11:16:43 +00:00

rcreate: refer to borgstore rather than filesystem directory

This commit is contained in:
Thomas Waldmann 2024-08-23 15:14:59 +02:00
parent 15e759c506
commit 84bd2b20d5
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -56,8 +56,8 @@ def build_parser_rcreate(self, subparsers, common_parser, mid_common_parser):
rcreate_epilog = process_epilog(
"""
This command creates a new, empty repository. A repository is a filesystem
directory containing the deduplicated data from zero or more archives.
This command creates a new, empty repository. A repository is a ``borgstore`` store
containing the deduplicated data from zero or more archives.
Encryption mode TLDR
++++++++++++++++++++