Fix mojibake text and add md RAID checks

This commit is contained in:
2026-02-25 01:32:55 +03:00
parent 678332e6d0
commit efa5dd9644
3 changed files with 71 additions and 17 deletions

View File

@@ -67,7 +67,7 @@ async def snapshot_details(cb: CallbackQuery):
snap_id = cb.data.split(":", 1)[1]
await cb.answer("Loading snapshot…")
# получаем статистику snapshot
# получаем статистику snapshot
rc, raw = await run_cmd(
["restic", "stats", snap_id, "--json"],
use_restic_env=True,