Files
rsync/rsync-web/documentation.html
Andrew Tridgell 0af88421dc import rsync-web website content as a subdirectory
Fold the standalone rsync-web repo into the rsync source tree as
rsync-web/, eliminating the sibling-checkout convention and the
drift it causes between the release-time HTML snapshot in
../release/rsync-html and the source of truth in ../rsync-web.

Flat-copy import (no git history merge).  The standalone repo at
github.com/RsyncProject/rsync-web is retained for historical
reference and will be archived once the in-tree copy proves itself.

Add /rsync-web/ to .gitattributes with export-ignore so the
website content does not bloat the release source tarball
produced by 'git archive' in packaging/release.py step_7_tarball.

A follow-up commit repoints HTML_SRC in packaging/release.py at
the new in-tree location.
2026-05-20 15:36:44 +10:00

55 lines
1.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>rsync documentation</TITLE>
</HEAD>
<!--#include virtual="header.html" -->
<H2 align="center">documentation</H2>
<ul>
<li> An html version of the <a href="https://download.samba.org/pub/rsync/rsync.1"><b>rsync</b>(1) manpage</a>.
<li> An html version of the
<a href="https://download.samba.org/pub/rsync/rsync-ssl.1"><b>rsync-ssl</b>(1) manpage</a>.
<li> An html version of the
<a href="https://download.samba.org/pub/rsync/rsyncd.conf.5"><b>rsyncd.conf</b>(5) manpage</a>.
<li> An html version of the
<a href="https://download.samba.org/pub/rsync/rrsync.1"><b>rrsync</b>(1) manpage</a>
<li> The <a href="FAQ.html">FAQ</a> (frequently asked questions list).
<!--#include virtual="doc-resources.html" -->
<!--
<li>Cross-referenced
<a href="doxygen/head/files.html">rsync source code</a> produced by
<a href="http://doxygen.org/">Doxygen</a>.
-->
<li> A html version of the original
<a href="tech_report/">rsync technical report</a>.
<li> A copy of Andrew Tridgell's
<a href="http://samba.org/~tridge/phd_thesis.pdf">PhD thesis</a>
(which includes three chapters on rsync).
<li> A nice page on <a href="how-rsync-works.html">how rsync works</a>.
<li> A copy of John Langford's thesis on
<a href="http://www-2.cs.cmu.edu/~jcl/research/mrsync/mrsync.ps">Multiround rsync</a>,
which is not used in rsync, but is interesting none-the-less.
<li>A <a href="http://www.devshed.com/c/a/Administration/File-Synchronization-With-Rsync/">DevShed tutorial on rsync</a>.
<li> <a href="rsync-and-debian/">Notes on rsync and Debian mirrors</a>.
</ul>
<p> <i>(Some of the above items are also listed on the <a href="resources.html">rsync resources page</a>.</i>
<!--#include virtual="footer.html" -->