add argument for restore path
This commit is contained in:
parent
62b6f13299
commit
82d851d891
1 changed files with 4 additions and 0 deletions
|
@ -735,6 +735,10 @@ def make_parsers():
|
|||
'--password',
|
||||
help='Password with which to connect to the restore database. Defaults to the "restore_password" option in borgmatic\'s configuration',
|
||||
)
|
||||
restore_group.add_argument(
|
||||
'--restore-path',
|
||||
help='Path to restore SQLite database dumps to. Defaults to the "restore_path" option in borgmatic\'s configuration',
|
||||
)
|
||||
restore_group.add_argument(
|
||||
'-h', '--help', action='help', help='Show this help message and exit'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue