Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 6: Line 6:     
This document describes the installation and configuration of the rsync daemon in the cygwin environment on a Windows XP computer for the purpose to backup data using the Affa backup software.
 
This document describes the installation and configuration of the rsync daemon in the cygwin environment on a Windows XP computer for the purpose to backup data using the Affa backup software.
 +
 +
{{Note box| Cygwin requires a Windows OS with NTFS file system. Does not work on FAT32 file system}}
 +
    
=== Installation ===
 
=== Installation ===
Line 46: Line 49:  
  .
 
  .
   −
===== On Windows XP and Windows 2000 =====
+
===== On Windows XP and Windows 2000 Workstation=====
 
  Generating /etc/ssh_host_key
 
  Generating /etc/ssh_host_key
 
  Generating /etc/ssh_host_rsa_key
 
  Generating /etc/ssh_host_rsa_key
Line 189: Line 192:     
=== Uninstall ===
 
=== Uninstall ===
* Stop services sshd and rsyncd
+
* Login with the local Administrator account and run the ''Cygwin Bash Shell''
* Uninstall these sshd and rsyncd
+
* Stop services  
* Remove local users sshd and sshd_server ''(Windows 2003 server only)''
+
net stop sshd
* Remove folder c:\cygwin
+
net stop rsyncd  
 +
* Uninstall services
 +
sc delete sshd
 +
sc delete rsyncd
 +
* Remove local user sshd
 +
net user /delete sshd
 +
* Remove local sshd_server ''(Windows 2003 server only)''
 +
net user /delete sshd_server
 +
* Close the ''Cygwin Bash Shell''
 +
* Remove folder c:\cygwin  
    
=== References ===
 
=== References ===
 
* http://marc-abramowitz.com/archives/2007/10/14/solving-rsync-hangs-with-cygwin/
 
* http://marc-abramowitz.com/archives/2007/10/14/solving-rsync-hangs-with-cygwin/
501

edits

Navigation menu