To start off, we are running Server 2008 R2 - SQL Server. We are using a remote backup service (gillware) to handle off site backups. Our backup process looks like this Trigger -> Scan -> Local Backup (With timestamps) -> Remote Backup. The problem we are running into, because of timestamps, our remote backup service is filling up quick. Our trigger runs a batch file, that carries out the local backup, is there a way to add a command to this batch file that will pull the newest backups, rename with no timestamp, place them in another folder and then we can just backup that folder?
↧