Automated backing up of the apps

I am looking into automating the backup operation of the apps i.e., I want apps to be backed up once a day. In one of the support requests, it was mentioned that we can achieve this by using CLI and CRON expressions, but couldn’t find any further documentation to read on how to implement it.

Can you, please, let me know on where can I find any further documentation regarding this or some pointers on how to implement it.

Any help is greatly appreciated

You will fine the CLI here: https://github.com/Squidex/squidex-samples/releases/tag/cli-v3.0

here is a little bit of documentation: https://docs.squidex.io/guides/01-cli

And the API has an integrated help, but the command should be like `

sq.exe backup create "my-backup.zip"