This commit is contained in:
Einar Forselv 2019-04-14 01:48:36 +02:00
parent 2a4b0e78f5
commit 12a1b3d97e
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class RunningContainers:
# Keep only containers with backup enabled
if not container.backup_enabled:
container
continue
# and not oneoffs (started manually with run or similar)
if container.is_oneoff: