Difference between revisions of "Talk:Rsyncd setup on a windows computer for use with Affa backup"

From SME Server
Jump to navigationJump to search
Line 20: Line 20:
  
 
Which screenshot do you refer to? --[[User:Mweinber|Mweinber]] 22:24, 22 December 2008 (UTC)
 
Which screenshot do you refer to? --[[User:Mweinber|Mweinber]] 22:24, 22 December 2008 (UTC)
 +
 +
I think he means the cygwin install screen caps. The Prev/Next buttons. I seem to recall some other german text in another affa related wiki page... but my mind slips. Too much going on at the moment. --[[User:Christian|Christian]] 23:40, 22 December 2008 (UTC)

Revision as of 01:40, 23 December 2008

When I install cygwin, openssh, rsync and vim as described in this article, rsync is installed in /bin, not in /usr/bin.

Thus, the command I needed to run to create the rsync service was:

cygrunsrv --install "rsyncd" --path /bin/rsync --args "--daemon --no-detach" \
--desc "Starts a rsync daemon for accepting incoming rsync connections" \
--disp "Rsync Daemon" --type auto

instead of:

cygrunsrv --install "rsyncd" --path /usr/bin/rsync --args "--daemon --no-detach" \
--desc "Starts a rsync daemon for accepting incoming rsync connections" \
--disp "Rsync Daemon" --type auto

Mmccarn 18:32, 26 May 2008 (MDT)

Screenshots

Please try and make your screenshots in English please as this is the main language of this wiki. TIA — Cactus (talk | contribs 21:37, 22 December 2008 (UTC)

Which screenshot do you refer to? --Mweinber 22:24, 22 December 2008 (UTC)

I think he means the cygwin install screen caps. The Prev/Next buttons. I seem to recall some other german text in another affa related wiki page... but my mind slips. Too much going on at the moment. --Christian 23:40, 22 December 2008 (UTC)