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

From SME Server
Jump to navigationJump to search
(New page: 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:...)
 
 
(6 intermediate revisions by 4 users not shown)
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)
 +
 +
: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)
 +
 +
:::Yes, indeed, all screenshots on this page, which essentially boils down to the CygWIN installation. <small>—&nbsp;[[User:Cactus|Cactus]] ([[User talk:Cactus|talk]]&nbsp;|&nbsp;[[Special:Contributions/Cactus|contribs]])&nbsp;</small> 08:36, 23 December 2008 (UTC)
 +
::::Ah ok. The button text is in German as I only have the german localized Windows version. I cannot change this. --[[User:Mweinber|Mweinber]] 11:39, 23 December 2008 (UTC)

Latest revision as of 13:39, 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)
Yes, indeed, all screenshots on this page, which essentially boils down to the CygWIN installation. — Cactus (talk | contribs 08:36, 23 December 2008 (UTC)
Ah ok. The button text is in German as I only have the german localized Windows version. I cannot change this. --Mweinber 11:39, 23 December 2008 (UTC)