views:

356

answers:

1

I'm from a linux background, and need to run an incremental backup script on windows. I already have a batch script which dumps my database into a file. What I'd like is to only keep backups for the last seven days in addition to one backup file per week for the last 4 weeks (for example). I presume it's possible to do something like this with the windows task scheduler and a clever batch script?

Thanks.

A: 

Take a look at DeltaCopy - rsync for Windows. It's free, and does a great job.

Druid