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

From SME Server
Jump to navigationJump to search
(Undo revision 9847 by Mmccarn (Talk))
m (→‎Screenshots: new section)
Line 14: Line 14:
  
 
[[User:Mmccarn|Mmccarn]] 18:32, 26 May 2008 (MDT)
 
[[User:Mmccarn|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 <small>—&nbsp;[[User:Cactus|Cactus]] ([[User talk:Cactus|talk]]&nbsp;|&nbsp;[[Special:Contributions/Cactus|contribs]])&nbsp;</small> 21:37, 22 December 2008 (UTC)

Revision as of 23:37, 22 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)