Fix mojibake text and add md RAID checks
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user