Forum Discussion

CWTokyo's avatar
CWTokyo
Level 4
12 years ago
Solved

Set BE 2012 to only backup most recent file in directory

Hello,

I'm running BE 2012. Is there a way to get it to back up only the most recent file in a directory? Our SQL server creates a full backup every day in a directory and the past 3 days worth of backups can be found here. The file name gets appended with the date, so the backups read like so:

 

backup-09282013

backup-09292013

backup-09302013

 

I'd like to get BE to only backup the file "backup-09302013" and ignore the other 2. I tried excluding by access date, but it didn't work; it still backs up the entire directory. I know we can probably get the SQL server to backup the current backup in a different directory and rotate them but I'm trying to minimize interference with the SQL processes.

Is this even possible with BE?

 

  • You would need to configure a Full and Incremental (using modified time) backup cycle. The Incremental backup would only backup the changes since last backup.

3 Replies

  • You would need to configure a Full and Incremental (using modified time) backup cycle. The Incremental backup would only backup the changes since last backup.

  • I see. So, for example, there were always be 3 day's worth of backups in this directory, so if we do a full backup on Friday and incrementals M-Th, we'd get just the most recent one.

    This won't really work for us since we're duplicating them over a 10 Mbps MPLS line and our full backups would also run during business hours which impacts the remote site. Looks like we'll have to modify our SQL backups somehow (which won't be hard - a simple batch file will copy the most recent one to another directory which can be backed up via BE.)

    Thanks for the input, now I know what course of action to take.

    -CWTokyo