server, Server::class); try { return $this->getHttpClient()->get( sprintf('/api/servers/%s/backup/%s', $this->server->uuid, $backup), ['stream' => true] ); } catch (TransferException $exception) { throw new DaemonConnectionException($exception); } } }