Re: [go-cd] Re: How to backup GOCD by automatically

2017-08-28 Thread Varsha Varadarajan
Hi Dominik, You could make the API request via a script and use a cron to call it periodically. The authentication required for this API in the script can be parameterized. The second option that you mentioned - using the gocd pipeline that is timer triggered. I think that you might face this

Re: [go-cd] Re: How to backup GOCD by automatically

2017-08-28 Thread Dominik Kaspar
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