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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] Backups
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Backups&In-Reply-To=%3C20101116070251.GC17499%40maude.comedia.it%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000535.html">
<LINK REL="Next" HREF="000541.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] Backups</H1>
<B>Luca Berra</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Backups&In-Reply-To=%3C20101116070251.GC17499%40maude.comedia.it%3E"
TITLE="[Mageia-sysadm] Backups">bluca at vodka.it
</A><BR>
<I>Tue Nov 16 08:02:51 CET 2010</I>
<P><UL>
<LI>Previous message: <A HREF="000535.html">[Mageia-sysadm] Backups
</A></li>
<LI>Next message: <A HREF="000541.html">[Mageia-sysadm] [255] Do not hardcode domain
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#547">[ date ]</a>
<a href="thread.html#547">[ thread ]</a>
<a href="subject.html#547">[ subject ]</a>
<a href="author.html#547">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Mon, Nov 15, 2010 at 06:35:20PM +0100, Michael Scherer wrote:
><i>Hi ( again ),
</I>><i>
</I>><i>While doing some unrelated work, I have see that we do not have a backup
</I>><i>strategy at the moment.
</I>><i>
</I>><i>While a server is planned to be setup for this ( fiona ), we do not have
</I>><i>it at the moment ( as this requires money, that requires a bank account,
</I>><i>that requires feedback from french administration ).
</I>><i>
</I>><i>So, in order to decide, we need to know :
</I>first, i would make a distinguo between data that need to be backed up
and data that need to be archived
><i>- what do we backup ?
</I>><i> - ldap
</I>><i> - sql dump of the database
</I>><i> - svn dump ( which will lead to my next mail )
</I>><i> - /etc/ /usr/local/, in case someone forget to add something to puppet
</I>><i> - CA certificate, once we will have them
</I>><i> - gpg keys, once we have them
</I>
what do we archive ?
><i> - logs, as required by french laws ( 1 year of logs, no precision
</I>><i>about the amount of data in it ). My own experience with law enforcement
</I>><i>agency showed me that it doesn't change much usually
</I>><i> - mail archives
</I>><i> - irc logs
</I>><i>
</I>then for each item evaluate what retention is needed
(subject to discussion)
ldap, sql, filesystemdata, certificate, keys
just keep a few versions in case of screwup or disaster
svn
we probably need just one copy in case of disaster
logs
1 year
mail,irc
forever? actually those are already archives, so probably we
should move it to the 'backup' section
then for each item find a solution
><i>I would also highlight the need to have encrypted backups for the more
</I>><i>sensible set of data, to be sure that passwords keys and others do not
</I>><i>leave valstar in cleartext, and are not stored in form that someone
</I>><i>could decipher.
</I>><i>
</I>><i>Of course, the usual free/packaged/maintained/no-ressource-hog stanza
</I>><i>apply for the software we will use.
</I>
><i>Any volunteer for the tasks :
</I>being the maintainer of bacula (and i use that regularily) i would like
to help on some tasks, but i have no resources to lead a subproject.
(btw it supports encrypted backups with public/private keys)
L.
--
Luca Berra -- <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">bluca at vodka.it</A>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000535.html">[Mageia-sysadm] Backups
</A></li>
<LI>Next message: <A HREF="000541.html">[Mageia-sysadm] [255] Do not hardcode domain
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#547">[ date ]</a>
<a href="thread.html#547">[ thread ]</a>
<a href="subject.html#547">[ subject ]</a>
<a href="author.html#547">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>
|