Hello!
We have learned that our 10.9.1 version of Enterprise has a bug that does not allow backups to delete ever. According to support they are not going to fix it and said we should upgrade since no one at 11.0 has said this is an issue. We can't upgrade. We're stuck at 10.9.1 for now. I am trying to create a task on the server for deleting the backups more than 7 days old. It did run successfully but it deleted all the backups. Does anyone have a command that successfully works?
forfiles /p "backup file path" /s /m db* /D -7 /C "cmd /c del /q @path"
Any suggestions or tips would really help. We really need this to work. Our hard drive keeps filling up with the backups and then the datatore goes into read only mode which is super bad for us.
Thanks!