```py await db.backup(target) ``` Makes a backup of `db` to the `target` database. `target` can be a Connection object.