Hi Arnav Kumar,
In my opinion, your link does not answer the question.
For the automatic creation of a GoCD backup (such as every midnight), clicking a button in the UI is not the solution.
Also triggering a backup via the REST API (as described in
https://api.gocd.org/current/#the-backup-object) is not good enough because it requires a user and password that needs to be hard-coded (e.g., in the curl -u 'user:pass' command).
Is there any way a backup can be triggered for example via...
- a cron job (installed on the gocd server, without passwords hard-coded anywhere)
- a gocd pipeline that runs periodically
Regards,
Dominik