Allow excluding all bind mounts from backups

This commit is contained in:
Jannik
2020-05-26 15:30:54 +02:00
parent f7958d7db9
commit 0fc620bb1f
4 changed files with 10 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ def status(config, containers):
logger.info("Repository: '%s'", config.repository)
logger.info("Backup currently running?: %s", containers.backup_process_running)
logger.info("Include project name in backup path?: %s", utils.is_true(config.include_project_name))
logger.debug("Exclude bind mounts from backups?: %s", utils.is_true(config.exclude_bind_mounts))
logger.info("Checking docker availability")
utils.list_containers()