mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
help: transfer from other repo
This commit is contained in:
parent
7dbf125083
commit
3e765522de
1 changed files with 1 additions and 1 deletions
|
@ -4177,7 +4177,7 @@ def define_borg_mount(parser):
|
||||||
help='do not change repository, just check')
|
help='do not change repository, just check')
|
||||||
subparser.add_argument('--other-repo', metavar='SRC_REPOSITORY', dest='other_location',
|
subparser.add_argument('--other-repo', metavar='SRC_REPOSITORY', dest='other_location',
|
||||||
type=location_validator(other=True), default=Location(other=True),
|
type=location_validator(other=True), default=Location(other=True),
|
||||||
help='source repository')
|
help='transfer archives from the other repository')
|
||||||
define_archive_filters_group(subparser)
|
define_archive_filters_group(subparser)
|
||||||
|
|
||||||
# borg diff
|
# borg diff
|
||||||
|
|
Loading…
Reference in a new issue