I need to have a simple way to schedule daily back up of all the repository Automatically..
I looked at this: https://confluence.atlassian.com/bitbucketserver/data-recovery-and-backups-776640050.html
but is any tools available that to have a backup scheduler instead of have a script to do so?
The article you referenced is only for Data Center. Bitbucket Cloud does not offer a backup solution, but the easiest way to do it would be to just to a git clone --mirror of your repositories and run that on a schedule. You can also have a look at this sample backup script for Bitbucket Cloud, https://bitbucket.org/atlassianlabs/automatic-cloud-backup/src/master/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.