Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#362086 - 25/06/2014 09:46 Make a Windows 7 PC an rsync server?
Dignan
carpal tunnel

Registered: 08/03/2000
Posts: 12318
Loc: Sterling, VA
Does anyone here know how to set up a regular Windows 7 PC to act as an rsync server? All I've been able to find so far are programs that use rsync, like something called DeltaCopy, but they appear to require their own server side and client side software to work (or I'm doing it wrong). I need something that makes the computer act as a standard rsync server, so that a Synology Diskstation can see it as an available place to back up its data.

Beyond that, is anyone here familiar with ways to back up a DiskStation to the cloud? Specifically Crashplan? I've been trying to follow several guides that instruct me how to create a headless Crashplan install on the Synology, and after following them all to the letter, I just can't get it to work.

That's why I'm trying this rsync solution. I figure that I could just back the data up to another computer on the network, then a normal Crashplan installation can back up the files. Does this sound crazy? It does to me... I really wish that Synology or Drobo or Crashplan or anyone would create a native, official app for cloud backup to one of these services. Synology has a few cloud backup options, but they're just not very good or they're terribly expensive.
_________________________
Matt

Top
#362087 - 25/06/2014 11:09 Re: Make a Windows 7 PC an rsync server? [Re: Dignan]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
Rsync on windows in my experience goes like this:

- install cygwin (or one of the rsync specific distributions of cygwin)
- fiddle about for ages trying to get it to work
- install a different rsync specific distribution of cygwin
- curse a lot
- get it just about working
- find that while it in theory works, it drops out in the middle of long rsync sessions

At least that was my experience with it five or so years ago. I gave up in the end and used smb to mount the Windows drive on my Linux box and ran rsync there.
_________________________
Remind me to change my signature to something more interesting someday

Top
#362088 - 25/06/2014 11:12 Re: Make a Windows 7 PC an rsync server? [Re: andy]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
It would probably be easier to use just rsync and not rsync server on each end. Getting the rsync exe running on Windows is easy enough, just have it ssh to the NAS to do rsync.
_________________________
Remind me to change my signature to something more interesting someday

Top
#362089 - 25/06/2014 15:57 Re: Make a Windows 7 PC an rsync server? [Re: Dignan]
Roger
carpal tunnel

Registered: 18/01/2000
Posts: 5680
Loc: London, UK
I've had rsyncd working on my Windows Server box; I haven't bothered with running it as a service, though -- I usually just fire it up when I need it.

Here's my config file:

Code:
# Run rsync as a daemon with:
#   c:\cygwin\bin\rsync --daemon --config=/cygdrive/D/Music/rsyncd.conf --no-detach
#
# Then run rsync as a client with:
#   rsync -a server.home.differentpla.net::music .
# (from in the /path/to/Music folder)

log file = /cygdrive/D/rsync.log

[music]
  path = /cygdrive/D/Music
  read only = yes
  outgoing chmod = Du=rwx,go=,Fu=rw,go=
_________________________
-- roger

Top
#362094 - 26/06/2014 07:22 Re: Make a Windows 7 PC an rsync server? [Re: Dignan]
Shonky
pooh-bah

Registered: 12/01/2002
Posts: 2009
Loc: Brisbane, Australia
https://www.itefix.no/i2/cwrsync

cwrsync installs easily and has worked well for me. I'm pretty sure it was free when I last used it (some 7 or 8 years ago at least) but appears they want to charge for the server version now.
_________________________
Christian
#40104192 120Gb (no longer in my E36 M3, won't fit the E46 M3)

Top