Add debug infos
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Moritz 2024-04-30 14:59:59 +02:00
parent ae7a14b6f1
commit 282215cf9c
1 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,8 @@ def run_commands(commands):
def backup_volumes(backup_paths, apps, retries, dry_run=False):
while True:
try:
logger.info("Start volume backup")
logger.debug(backup_paths)
result = restic.backup(backup_paths, dry_run=dry_run, tags=apps)
logger.summary("backup finished", extra=result)
return