1
0
Fork 0
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:
Thomas Waldmann 2022-06-16 14:23:47 +02:00
parent 7dbf125083
commit 3e765522de

View file

@ -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