mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-11 20:10:16 +00:00
Fix and extend cloud backup support (#5464)
* Fix and extend cloud backup support * Clean up task for cloud backup and remove by location * Args to kwargs on backup methods * Fix backup remove error test and typing clean up
This commit is contained in:
@@ -645,6 +645,10 @@ class BackupMountDownError(BackupError):
|
||||
"""Raise if mount specified for backup is down."""
|
||||
|
||||
|
||||
class BackupDataDiskBadMessageError(BackupError):
|
||||
"""Raise if bad message error received from data disk during backup."""
|
||||
|
||||
|
||||
class BackupJobError(BackupError, JobException):
|
||||
"""Raise on Backup job error."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user