Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: rsync.xml
Date: Mon, 07 Nov 2005 11:47:22
Message-Id: 200511071147.jA7Bl7wv001112@robin.gentoo.org
1 neysx 05/11/07 11:47:06
2
3 Modified: xml/htdocs/doc/en rsync.xml
4 Log:
5 #111691 English improvements
6
7 Revision Changes Path
8 1.41 +11 -11 xml/htdocs/doc/en/rsync.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml?rev=1.41&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml?rev=1.41&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml.diff?r1=1.40&r2=1.41&cvsroot=gentoo
13
14 Index: rsync.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v
17 retrieving revision 1.40
18 retrieving revision 1.41
19 diff -u -r1.40 -r1.41
20 --- rsync.xml 24 Apr 2005 09:21:50 -0000 1.40
21 +++ rsync.xml 7 Nov 2005 11:47:06 -0000 1.41
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.40 2005/04/24 09:21:50 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.41 2005/11/07 11:47:06 neysx Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/rsync.xml">
29 @@ -54,7 +54,7 @@
30 them. Otherwise, we can provide these services and you can simply ship the
31 machine to our colocation facility. Average bandwidth consumption for a main
32 rotation mirror is currently ~7Mbps (around 2 TB per month). As the number of
33 -main rotation mirrors increase, this number should decrease accordingly.
34 +main rotation mirrors increases, this number should decrease accordingly.
35 </p>
36
37 <p>
38 @@ -246,7 +246,7 @@
39
40 <p>
41 A: Because our resources are limited, we need to ensure we allocate them in
42 -such a way to provide the maximum amount of benefit to our users. As such, we
43 +such a way as to provide the maximum amount of benefit to our users. As such, we
44 limit connections to our master rsync and distfile mirrors to public mirrors
45 only. Users are welcome to use our regular mirror system to establish a private
46 rsync mirror, though they are asked to follow certain basic
47 @@ -262,12 +262,12 @@
48
49 <p>
50 A: Yes it is important. You do not need to perform the syncs at exactly :00 and :30
51 -but the syncs should take place between the following two windows:
52 +but the syncs should take place in each of the following two windows:
53 </p>
54
55 <ol>
56 - <li>:00 and :10</li>
57 - <li>:30 and :40</li>
58 + <li>:00 to :10</li>
59 + <li>:30 to :40</li>
60 </ol>
61
62 <p>
63 @@ -306,7 +306,7 @@
64 </body>
65 </section>
66 <section>
67 -<title>Q: I'm seeing a lot of old and probably dead rsync processes, how can I get rid of that?</title>
68 +<title>Q: I'm seeing a lot of old and probably dead rsync processes, how can I get rid of them?</title>
69 <body>
70
71 <p>
72 @@ -439,7 +439,7 @@
73 </p>
74
75 <p>
76 -This command will help you killing old rsync processes that sometimes lies
77 +This command will help you to kill old rsync processes that sometimes lie
78 around due to connection problems. It's important to kill those because they
79 count as valid connections for the 'max connections' option. You may run this
80 command via crontab every hour, it will search and kill rsync processes older
81 @@ -497,7 +497,7 @@
82 rsync mirror and set it up. You should choose a computer that can handle the
83 CPU and disk load that an rsync operation require. Your local mirror also needs
84 to be available whenever any of your other computers syncs its portage tree.
85 -Besides, it should have a static IP address or a name that always resolve to
86 +Besides, it should have a static IP address or a name that always resolves to
87 your server. Configuring a DHCP and/or a DNS server is beyond the scope of
88 this guide.
89 </p>
90 @@ -574,7 +574,7 @@
91
92 <note>
93 Please note that most public mirror administrators consider syncing more than
94 -once or twice a day as an abuse.
95 +once or twice a day an abuse.
96 </note>
97
98 </body>
99 @@ -597,7 +597,7 @@
100 </pre>
101
102 <p>
103 -You can check that your computer has been properly set up and sync against your
104 +You can check that your computer has been properly set up by syncing against your
105 own local mirror for the first time:
106 </p>
107
108
109
110
111 --
112 gentoo-doc-cvs@g.o mailing list