pub async fn restore_backup( filename: String, confirm: bool, ) -> Result<String, ServerFnError>
发起恢复:校验签名 + 路径穿越防护 + 二次确认,立即返回 task_id。
post
<auto>