On Mon, 2009-06-01 at 12:22 +0200, Jan Alphenaar wrote:
> Apparently there is a difference in pushing and pulling files with rsync.
> When I push my files to the server with this command, I see one rsync
> process on my WinXP machine, just as expected
> But when I pull my files from t
thing I do not understand.
Apparently there is a difference in pushing and pulling files with
rsync.
When I push my files to the server with this command, I see one rsync
process on my WinXP machine, just as expected
rsync -rlt -e "ssh -T" Test.pst @:/data
But when I pull my files fr
Hi,
I am using rsync 3.0.4 on a WinXP machine (with CygWin) to synchronize my
files to a RedHat Linux server. Everything is working perfectly, but there
is one thing I do not understand.
Apparently there is a difference in pushing and pulling files with rsync.
When I push my files to the server
On Thu, Jan 27, 2005 at 02:18:28PM -0500, Daniel Teklu wrote:
> #/usr/local/bin/rsync --rsh /usr/local/bin/ssh --rsync-path
> /usr/local/bin/rsync remote_server::test /home/test
When you run a daemon over ssh, you must have an rsyncd.conf file in the
home dir of the user that is being accessed via
Daniel Teklu
> Sent: Thursday, January 27, 2005 1:03 PM
> To: rsync@lists.samba.org
> Subject: pulling files
>
> I am trying to pull files froma remote server. here is what I have on
> rsyncd.conf on the remote server:
>
> [test]
> comment = TEST
> path =
I am trying to pull files froma remote server. here is what I have on
rsyncd.conf on the remote server:
[test]
comment = TEST
path = /home/test
read only = no
uid = root
gid = root
and on the local server I run
# rsync -avR --rsync-path=/usr/local/bin/rsync remote_server::test
/home/test
a