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

From SME Server
Jump to navigationJump to search
m (→‎Screenshots: new section)
Line 18: Line 18:
  
 
Please try and make your screenshots in English please as this is the main language of this wiki. TIA <small>—&nbsp;[[User:Cactus|Cactus]] ([[User talk:Cactus|talk]]&nbsp;|&nbsp;[[Special:Contributions/Cactus|contribs]])&nbsp;</small> 21:37, 22 December 2008 (UTC)
 
Please try and make your screenshots in English please as this is the main language of this wiki. TIA <small>—&nbsp;[[User:Cactus|Cactus]] ([[User talk:Cactus|talk]]&nbsp;|&nbsp;[[Special:Contributions/Cactus|contribs]])&nbsp;</small> 21:37, 22 December 2008 (UTC)
 +
 +
Which screenshot do you refer to? --[[User:Mweinber|Mweinber]] 22:24, 22 December 2008 (UTC)

Revision as of 00:24, 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)