This commit is contained in:
parent
ae7a14b6f1
commit
282215cf9c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user