async function getBackups(req, res) {
    const backups = await gladys.gateway.getBackups();
    res.json(backups);
  }