-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlists.html
More file actions
66 lines (53 loc) · 2.24 KB
/
lists.html
File metadata and controls
66 lines (53 loc) · 2.24 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
58
59
60
61
62
63
64
65
66
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>rsync mailing lists</TITLE>
</HEAD>
<!--#include virtual="header.html" -->
<H2 align="center">rsync mailing lists</H2>
<p>
There are three mailing lists for rsync. All are optionally
available in digest mode and also through web archives.
</p>
<p>
Since these lists can generate a lot of traffic we suggest that
you should not subscribe from a web-mail account such as Yahoo!
or Hotmail, because your mailbox is likely to overflow.
Instead, please read directly from the archives.
</p>
<ul>
<li>
<b>rsync</b> is the main mailing lists for developers and
users. It sees between zero and twenty messages per day.
This is a good place to send questions about rsync, but please
<a
href="https://www.catb.org/~esr/faqs/smart-questions.html">read
this before posting</a>.
[<a href="https://www.mail-archive.com/rsync@lists.samba.org/">archive 1</a>,
<a href="https://lists.samba.org/archive/rsync/">archive 2</a>,
<a href="https://lists.samba.org/mailman/listinfo/rsync">subscriptions</a>]
</li>
<li>
<b>rsync-announce</b> carries only messages from the
maintainer annoucing new releases, which happen at most a few
times per month.
[<a href="https://www.mail-archive.com/rsync-announce@lists.samba.org/">archive 1</a>,
<a href="https://lists.samba.org/archive/rsync-announce/">archive 2</a>,
<a href="https://lists.samba.org/mailman/listinfo/rsync-announce">subscriptions</a>]
</li>
<li>
<b>rsync-cvs</b> carries messages are automatically generated
whenever a developer changes the source code, which can happen
many times per day. If you subscribe, you should probably
choose digest mode.
[<a href="https://www.mail-archive.com/rsync-cvs@lists.samba.org/maillist.html">archive 1</a>,
<a href="https://lists.samba.org/archive/rsync-cvs/">archive 2</a>,
<a href="https://lists.samba.org/mailman/listinfo/rsync-cvs">subscriptions</a>]
</li>
</ul>
<p>
Please report problems with the lists to the <tt>postmaster</tt>
at <tt>samba.org</tt>, but note that you can control your own
subscription using the web interface.
</p>
<!--#include virtual="footer.html" -->