mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-08-02 06:33:02 +02:00
Adding TODO about a helpful notice about legacy config.
This commit is contained in:
@@ -41,6 +41,9 @@ def parse_arguments(*arguments):
|
||||
|
||||
def main():
|
||||
try:
|
||||
# TODO: Detect whether only legacy config is present. If so, inform the user about how to
|
||||
# upgrade, then exet.
|
||||
|
||||
args = parse_arguments(*sys.argv[1:])
|
||||
config = parse_configuration(args.config_filename, schema_filename())
|
||||
repository = config.location['repository']
|
||||
|
||||
Reference in New Issue
Block a user