Rsync like windows backup tool
Posted
by
Halfgaar
on Server Fault
See other posts from Server Fault
or by Halfgaar
Published on 2011-01-10T09:09:51Z
Indexed on
2011/01/10
9:55 UTC
Read the original article
Hit count: 342
Hi,
I need to backup some windows machines and have been unable to find the proper tool. What I need is a tool that does efficient copying of changed files to a windows network location, like Rsync does. In turn, the server will then back that up using rdiff-backup, a tool which does very clever incremental backups.
Right now I'm using windows' 7 included backup feature, but I really don't get that. It's too much off-topic, but it doesn't suffice (seems buggy as well). I looked into Amanda, but as soon as it wanted to install MySQL, I aborted. I also tried Deltacopy, but unfortunately, I don't remember what the problem with that was...
Any advice for an rsync like tool that just does daily syncs to a network location?
© Server Fault or respective owner