File: data-storage.page

package info (click to toggle)
evolution 3.12.9~git20141130.241663-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 135,148 kB
  • ctags: 42,742
  • sloc: ansic: 398,340; sh: 11,322; xml: 6,861; makefile: 4,982; perl: 164
file content (69 lines) | stat: -rw-r--r-- 2,366 bytes parent folder | download
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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="data-storage" xml:lang="es">

  <info>
    <desc>¿Dónde almacena Evolution mis datos en el disco duro?</desc>
    
    <link type="guide" xref="index#common-other-problems"/>

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

  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Daniel Mustieles</mal:name>
      <mal:email>daniel.mustieles@gmail.com</mal:email>
      <mal:years>2012, 2014</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Jorge González</mal:name>
      <mal:email>jorgegonz@svn.gnome.org</mal:email>
      <mal:years>2007-2011</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Francisco Javier F. Serrador</mal:name>
      <mal:email>serrador@openshine.com</mal:email>
      <mal:years>2005, 2006</mal:years>
    </mal:credit>
  </info>

<title>Ubicaciones de almacenamiento de datos</title>

<note style="tip">
<p>Esto sólo es interesante para usuarios avanzados que quieren depurar problemas.</p>
</note>

<p>Evolution 3.6 y posterior almacena sus datos según la <link href="http://www.freedesktop.org/wiki/Specifications/basedir-spec">Especificación de carpetas base XDG</link>. De forma predeterminada significa que:</p>

<terms>
<item>
<title>Los archivos de datos del usuario</title>
<p><file>$HOME/.local/share/evolution</file></p>
</item>
<item>
<title>Varios archivos de configuración y estado</title>
<p><file>$HOME/.config/evolution</file></p>
</item>
<item>
<title>Configuración de la cuenta</title>
<p><file>$HOME/.config/evolution/sources</file></p>
</item>
<item>
<title>Cachés de datos desechables</title>
<p><file>$HOME/.cache/evolution</file></p>
</item>
<item>
<title>Ajustes de configuración en GSettings</title>
<p><file>$HOME/.config/dconf</file></p>
</item>
</terms>

</page>