pub async fn get_backup_by_id( pool: &State<Pool<MySql>>, backup_id: i64, ) -> Result<Option<Backup>, Error>
Get a backup by ID