2

I have a co-located server, and a desktop computer. I push small things and large ammounts of small files (like my iTunes) into a JungleDisk cloud. If a few files change there, no big deal, the file gets re-uped. For larger files JungleDisk backup isn't helpful. Things like movies and VMware images that change a lot, but I want backed up. Just not to JungleDisk since that would cost me even more money.

I am looking for a product, closed or open source (preferably open source) that will sync the change, or delta, to my personal server on a schedule. That way I can keep a copy of my larger things, without paying JungleDisk a ton more since they are in the range of many Gigabytes.

  • Right now these few items are backed up over FTP, and take forever.
  • Both the client and server are windows environments.

Update: Please don't suggest more cloud backup services, I need a piece of software I can run on my personal computer and server. I just want the changed bits synced after the initial backup. So I think I am looking for something like rsync for Windows, without install Cygwin.

quack quixote
  • 43,504
Urda
  • 847

4 Answers4

4

try crashplan.

yanokwa
  • 2,282
1

Rsync via Cygwin is absolutely magical, if you're comfortable with the command line. Only the differences are transferred over the network, so it's very fast when transferring large files with tiny changes.

0

I've had some success with AllwaySync. It's a fairly sophisticated file and folder syncronization app for Windows, and apparently free for personal use. It will also enable you to set up a schedule for backups, and it supports a number of protocols and services.

Update: Wrong answer - AllwaySync doesn't support delta copying.

Have a look at DeltaCopy instead. It's described as a Windows friendly wrapper around rsync, and doesn't require cygwin to be installed. Performs incremental backups, has a scheduler, and is open source - distributed under GNU GPL v3.

AffineMesh
  • 672
  • 3
  • 6
0

So I think if you asked Microsoft, they would tell you that the "rsync for Windows" tool you're looking for would bye SyncToy.

Not open source and no built in scheduler-- but there are instructions for how to set up with the task scheduler.