Weaviate backup

I am looking to backup my data on weaviate via automation. I came across this doc:

When I implement it, I get this error. Is this happening because this is not available for cloud weaviate services.

Error: usage error (422): {"error":[{"message":"no backup backend \"filesystem\": backup: filesystem not found, did you enable the right module?"}]}
    at /Users/omer/blee/testing/embeddings/weaviate/node_modules/weaviate-ts-client/dist/index.js:1:8807
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

hi @OmerM !

That’s right. All clusters we host already have backups. So no need to worry about it.

You can trigger some backups ad hoc too.

Please, for all questions related to our cloud offerings, forward them to support@weaviate.io for a better support.

Thanks!