mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 06:35:24 +00:00
Rename backup process label
This commit is contained in:
@@ -43,7 +43,7 @@ class Container:
|
||||
@property
|
||||
def is_backup_process_container(self):
|
||||
"""Is this container the running backup process?"""
|
||||
return self.labels.get('restic-volume-backup.runner') == 'True'
|
||||
return self.labels.get('restic-volume-backup.backup_process') == 'True'
|
||||
|
||||
@property
|
||||
def is_running(self):
|
||||
|
Reference in New Issue
Block a user