status command should display repository
This commit is contained in:
parent
164834d3a9
commit
fab988a05e
|
@ -46,6 +46,7 @@ def main():
|
|||
def status(config, containers):
|
||||
"""Outputs the backup config for the compose setup"""
|
||||
logger.info("Status for compose project '%s'", containers.project_name)
|
||||
logger.info("Repository: '%s'", config.repository)
|
||||
logger.info("Backup currently running?: %s", containers.backup_process_running)
|
||||
logger.info("%s Detected Config %s", "-" * 25, "-" * 25)
|
||||
|
||||
|
|
Loading…
Reference in New Issue