I'd like to back up my NFA server on a daily basis. I want to schedule the backupdb.bat file to compress the database and back up the compressed file.
However, the backupdb.bat file creates an archive that is date/time specific, and therefore always creates a new file, which will cause issues for my backup job.
Is there any way to run this (or any other) batch file so that it always creates a file with the same name, overwriting it every day?