View Full Version : rsync problem
kackland
April 8th, 2006, 04:55 PM
I'm trying to backup some files in a windows 2003 share. I get a connection timeout. It's like the windows 2003 server will not let the rsync program access the share.
I can list the files with smbclient.
Do I have to do something to the windows 2003 server?
spanishwasabi
April 9th, 2006, 10:26 AM
Windows machines do not have rsync available. So if you try to rsync to your windows server it will not work unless the admin has installed rsync by himself (don't think so...).
Enjoy,
G
MJN
April 9th, 2006, 04:53 PM
When transferring files remotely you need to be running an instance of rsync on each machine. They then communicate with each other over TCP or via a shell (e.g. SSH etc) in order to determine between themselves what files need updating and manage the transfers accordingly (incrementally if necessary).
Thus, you need to run rsync on your Windows box - this is usually done in conjunction with cygwin - Google 'rsync windows' for plenty of HowTo's etc.
Mathew
baastie
April 9th, 2006, 06:55 PM
Hi,
http://www.itefix.no
Has cwrsync on his site, which runs ok on 2003. He has also got copssh, for an ssh server on you windows box...
Grtz
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.