I'm looking for Windows backup software that will copy specific workstation folders to a server.
I would like it to be centrally administered instead of administered from the workstation.
It needs to be able to handle open files - especially Outlook pst.
And I would like the server to store the backups in a mirror + reverse incremental style. This is important to me. The following is from Wikipedia:
A Mirror + Reverse Incrementals repository is similar to a Full + Incrementals repository. The difference is instead of an aging full backup followed by a series of incrementals, this model offers a mirror that reflects the system state as of the last backup and a history of reverse incrementals. One benefit of this is it only requires an initial full backup. Each incremental backup is immediately applied to the mirror and the files they replace are moved to a reverse incremental. This model is not suited to use removable media since every backup must be done in comparison to the mirror.
I think rsync can be run on Windows, but I would prefer a native Windows app with a Windows look and feel.
Suggestions?