Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


possible to enable rsync backup server to pull from windows rdp?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

possible to enable rsync backup server to pull from windows rdp?

akzakz Member

i have a rdp setup on my ks server and there is a specific folder on the machine where I have documents I work on. Is there any way for me to use rsync on my backup server (ubuntu) to pull and sync that folder from the windows machine? (automated)

Comments

  • Install Cygwin to the Windows box and set sshd running as a service. Use rsync normally over ssh connection.

  • I would recommend WingSSH , it's a small cost software that you can install on a Windows Server Operating System, that will install a CURRENT VERSION of OpenSSH server, and the basic *nix utilities required to work with it (bash/sh, rsync, scp, ssh, tar, zip, gz, etcetera.) It's a must-get for making Windows behave in a *nix environment.

  • Deltacopy is a rsync wrapper and can run as a Windows service (like a normal rsync daemon). It doesn't require Cygwin and is open source. I've used it on my server. The main issue is the permissions (not Windows compatible), so make sure to run chown afterwards (or don't sync them).

    http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp

  • why not owncloud?

  • You may try Free Windows Powershellserver http://powershellserver.com as a ssh server,

    and rsync windows edition.

  • I'm personally a fan of btsync right now for simple multiplatform syncing.

  • dropbox?

Sign In or Register to comment.