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
67
68
69
70
71
72
73
74
75
76
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Mirror layout, round two
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Mirror%20layout%2C%20round%20two&In-Reply-To=%3C201011291925.45594.r.h.michel%2Bmageia%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001480.html">
<LINK REL="Next" HREF="001481.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Mirror layout, round two</H1>
<B>Renaud MICHEL</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Mirror%20layout%2C%20round%20two&In-Reply-To=%3C201011291925.45594.r.h.michel%2Bmageia%40gmail.com%3E"
TITLE="[Mageia-dev] Mirror layout, round two">r.h.michel+mageia at gmail.com
</A><BR>
<I>Mon Nov 29 19:25:45 CET 2010</I>
<P><UL>
<LI>Previous message: <A HREF="001480.html">[Mageia-dev] Mirror layout, round two
</A></li>
<LI>Next message: <A HREF="001481.html">[Mageia-dev] Mirror layout, round two
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1518">[ date ]</a>
<a href="thread.html#1518">[ thread ]</a>
<a href="subject.html#1518">[ subject ]</a>
<a href="author.html#1518">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On lundi 29 novembre 2010 at 01:45, Olivier Thauvin wrote :
><i> * Renaud MICHEL (<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">r.h.michel+mageia at gmail.com</A>) wrote:
</I>><i> > On samedi 27 novembre 2010 at 00:02, Maarten Vanraes wrote :
</I>><i> > If the files are identical, they can be hard linked, and then the
</I>><i> > mirrors updates them with rsync -aH.
</I>><i> > (by the way, the readme already ask for those options
</I>><i> > <A HREF="http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/mirror.readme">http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/mirror.readme</A> )
</I>><i> > It is quite easy to make a script that will make those hard links "à
</I>><i> > posteriori" (you only need to compare files with identical names)
</I>><i>
</I>><i> If you compare only the filename you'll probably link different file. To
</I>><i> do this you need at least to compare also the size.
</I>
No, I wrote to compare files *with* identical names, in the sense that there
is no need to compare files whose name differ (because they refer to another
package or another version).
But you must compare them and check they are identical bit by bit (with comp
for example).
--
Renaud Michel
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001480.html">[Mageia-dev] Mirror layout, round two
</A></li>
<LI>Next message: <A HREF="001481.html">[Mageia-dev] Mirror layout, round two
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1518">[ date ]</a>
<a href="thread.html#1518">[ thread ]</a>
<a href="subject.html#1518">[ subject ]</a>
<a href="author.html#1518">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|