-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation.html
More file actions
57 lines (38 loc) · 1.95 KB
/
documentation.html
File metadata and controls
57 lines (38 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!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> There is an rsync <A HREF="https://download.samba.org/pub/rsync/TODO">TODO</A> list, but it is really old.
More modern enhancement ideas are in <a href="https://bugzilla.samba.org/buglist.cgi?product=rsync">bugzilla</a>.
<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" -->