hi @Sneezles !!
Welcome to our community
For clusters hosted in our cloud, we already configure and keep all the backups in place. You don’t need to worry about that.
You can always call an “adhoc” backup, on top of the ones we do daily and keep securely stored.
For that, you can figure out the backup module your cluster have configured with
client.cluster.get_meta()
and call client.backup.create()
passing that backend and id of your new backup.
For more information on backups commands, please refer to:
Thanks!