aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/data-storage.page
blob: 8e0240151392fa0defff286f69c6da0d8db75cc3 (plain) (blame)
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
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its"
      type="topic" id="data-storage">

  <info>
    <desc>Where does Evolution store my data on the harddisk?</desc>
    
    <link type="guide" xref="index#common-other-problems" />

    <revision pkgversion="3.1.91" version="0.3" date="2011-09-29" status="draft"/>
    <credit type="author">
      <name>Andre Klapper</name>
      <email>ak-47@gmx.net</email>
    </credit>
    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>    

  </info>

<title>Data storage locations</title>

<note style="tip">
<p>This is only interesting for advanced users who want to debug problems.</p>
</note>

<p>If you run Evolution 2.32.0 or later, data will be stored according to the <link href="http://www.freedesktop.org/wiki/Specifications/basedir-spec">XDG Base Directory Specification</link>. By default this means:</p>

<terms>
<item>
<title>The user's data files</title>
<p><file>$HOME/.local/share/evolution</file></p>
</item>
<item>
<title>Various configuration and state files</title>
<p><file>$HOME/.config/evolution</file></p>
</item>
<item>
<title>Disposable data caches</title>
<p><file>$HOME/.cache/evolution</file></p>
</item>
<item>
<title>Configuration settings in GConf</title>
<p><file>$HOME/.gconf/apps/evolution</file></p>
</item>
</terms>

</page>