summaryrefslogtreecommitdiff
path: root/rdiff-backup/FAQ-body.html
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2008-08-20 18:40:37 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2008-08-20 18:40:37 +0000
commitedc768889b03d51423d8be46e7499a62ab883ea8 (patch)
tree89cfb020f05f7e8d910ccee3c87fbb741b8845d5 /rdiff-backup/FAQ-body.html
parentdd1ff1a49550a33ca73f503f2712a335079e8057 (diff)
downloadrdiff-backup-edc768889b03d51423d8be46e7499a62ab883ea8.tar.gz
Update Windows FAQ entry
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@929 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/FAQ-body.html')
-rw-r--r--rdiff-backup/FAQ-body.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/rdiff-backup/FAQ-body.html b/rdiff-backup/FAQ-body.html
index c407efb..bfac57b 100644
--- a/rdiff-backup/FAQ-body.html
+++ b/rdiff-backup/FAQ-body.html
@@ -63,9 +63,9 @@ recommended that you upgrade the older version before reporting any issues.</p>
</li>
<li><strong><a name="windows">Does rdiff-backup run under Windows?</a></strong>
-<p>Yes, although it is not a heavily tested configuration. Using the latest releases, such as
-1.1.12 and beyond, rdiff-backup runs quite well under Cygwin. Dave Kempe has also made some .exe versions <a href="http://solutionsfirst.com.au/~dave/backup/">available for download</a>.</p>
-<p>The setup under Cygwin is the same as under other Unix-like operating systems. From the Cygwin installer you will need Python 2.2 or higher (under Interpreters), autoconf, automake, binutils, gcc, make, and patchutils (all under Devel). Then you will need to compile and install librsync, which can be downloaded <a href="https://sourceforge.net/project/showfiles.php?group_id=56125">from Sourceforge</a>. Finally, you can compile and install rdiff-backup using the usual instructions.</p>
+<p>Yes, although it is not a heavily tested configuration. Rdiff-backup can be run as a native Windows application or under Cygwin. To run as a native Windows application, simply download the provided .exe binary. To setup remote operation, you will also need an SSH client, such as <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">Putty</a> or <a href="http://www.ssh.com">SSH Secure Shell</a>. See the Wiki for more details on <a href="http://wiki.rdiff-backup.org/wiki/index.php/BackupFromWindowsToLinux">remote operation under native Windows</a>. Dave Kempe has also made some older .exe versions <a href="http://solutionsfirst.com.au/~dave/backup/">available for download</a>.</p>
+
+<p>If you wish to run rdiff-backup under Cygwin, use at least version 1.1.12. The setup under Cygwin is the same as under other Unix-like operating systems. From the Cygwin installer you will need Python 2.2 or higher (under Interpreters), autoconf, automake, binutils, gcc, make, and patchutils (all under Devel). Then you will need to compile and install librsync, which can be downloaded <a href="https://sourceforge.net/project/showfiles.php?group_id=56125">from Sourceforge</a>. Finally, you can compile and install rdiff-backup using the usual instructions.</p>
<p>Although some Windows filesystems lack features like FIFOs, case
sensitive filenames, or files with colons (":") in them, all of these situations should
be autodetected and compensated for by rdiff-backup.</p>