mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 02:03:01 +02:00
final round of fixes.
This commit is contained in:
@@ -189,6 +189,7 @@ def restore_single_dump(
|
||||
data_source.get('hostname'),
|
||||
data_source.get('port'),
|
||||
data_source.get('label') or UNSPECIFIED,
|
||||
data_source.get('container'),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
@@ -143,9 +143,6 @@ mongodb_databases:
|
||||
username: root
|
||||
password: test
|
||||
authentication_database: admin
|
||||
sqlite_databases:
|
||||
- name: sqlite_test
|
||||
path: /tmp/sqlite_test.db
|
||||
'''
|
||||
|
||||
with open(config_path, 'w') as config_file:
|
||||
|
||||
Reference in New Issue
Block a user