mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-02-21 18:27:01 +00:00
* Handle permission error on backup create Make sure we handle (write) permission errors when creating a backup. * Introduce BackupFileExistError and BackupPermissionError exceptions * Make error messages a bit more uniform * Drop use of exclusive mode SecureTar does not handle exclusive mode nicely. Drop use of it for now.