mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-08-04 15:33:02 +02:00
Renaming group to section for consistency.
This commit is contained in:
@@ -47,8 +47,8 @@ def main(): # pragma: no cover
|
||||
repository = config['location']['repository']
|
||||
remote_path = config['location']['remote_path']
|
||||
(storage, retention, consistency) = (
|
||||
config.get(group_name, {})
|
||||
for group_name in ('storage', 'retention', 'consistency')
|
||||
config.get(section_name, {})
|
||||
for section_name in ('storage', 'retention', 'consistency')
|
||||
)
|
||||
|
||||
borg.initialize(storage)
|
||||
|
||||
Reference in New Issue
Block a user