We create a webgisdr backup every day. So I want to turn off the datastore-backup-schudule.
This can easily be done with the tools in the Datastore Scripts-folder:
updatebackupretaindays 0
updatebackupschedule --store relational --frequency 0
Even though I have set the retain backup setting to 0 days, one backups always remains. There is no tool to delete a scheduled backup.
This is a bit annoying because now I have a 55 Gb backup that will never be used, because in a few weeks it is a very outdated backup.
I can just delete the backup folder in: C:\arcgisdatastore\backup\relational\dbbackup
Now the tool listbackups doesn't show the scheduled backup-folder anymore.
Does anyone know if I am overlooking something and if it could become a problem that I just deleted this backup folder? Is there a better way to get rid of the scheduled backup?
Thank you for your help!