mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2026-03-22 06:36:00 +00:00
derp
This commit is contained in:
@@ -141,7 +141,7 @@ class RunningContainers:
|
|||||||
|
|
||||||
# Keep only containers with backup enabled
|
# Keep only containers with backup enabled
|
||||||
if not container.backup_enabled:
|
if not container.backup_enabled:
|
||||||
container
|
continue
|
||||||
|
|
||||||
# and not oneoffs (started manually with run or similar)
|
# and not oneoffs (started manually with run or similar)
|
||||||
if container.is_oneoff:
|
if container.is_oneoff:
|
||||||
|
|||||||
Reference in New Issue
Block a user