File: data-storage.page

package info (click to toggle)
evolution 3.56.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 135,044 kB
  • sloc: ansic: 519,950; javascript: 8,494; xml: 5,207; python: 702; makefile: 563; sh: 294; perl: 169
file content (52 lines) | stat: -rw-r--r-- 1,855 bytes parent folder | download | duplicates (5)
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
<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 <app>Evolution</app> store my data on the harddisk?</desc>
    
    <link type="guide" xref="index#common-other-problems" />

    <revision pkgversion="3.22.5" version="0.6" date="2017-02-19" status="final"/>
    <credit type="author">
      <name its:translate="no">Andre Klapper</name>
      <email its:translate="no">ak-47@gmx.net</email>
    </credit>
    
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
        

  </info>

<title>Data storage locations</title>

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

<p><app>Evolution</app> 3.6 and later stores its data according to the <link href="https://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>Account settings</title>
<p><file>$HOME/.config/evolution/sources</file></p>
</item>
<item>
<title>Configuration settings in GSettings</title>
<p><file>$HOME/.config/dconf</file></p>
<note style="info"><p>This location also includes settings of other applications. To output only Evolution related data on the screen, the <link href="https://developer.gnome.org/dconf/"><app>Dconf</app></link> commands <cmd>dconf dump /org/gnome/evolution/</cmd> and <cmd>dconf dump /org/gnome/evolution-data-server/</cmd> can be used.</p></note>
</item>
<item>
<title>Disposable data caches</title>
<p><file>$HOME/.cache/evolution</file></p>
</item>
</terms>

</page>