From b77802eb8a19ab035fe00b60bf3a025eaa67e3e0 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Thu, 4 Aug 2011 15:38:54 +0200 Subject: Put new user documentation in place --- help/C/data-storage.page | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 help/C/data-storage.page (limited to 'help/C/data-storage.page') diff --git a/help/C/data-storage.page b/help/C/data-storage.page new file mode 100644 index 0000000000..8ea0af392b --- /dev/null +++ b/help/C/data-storage.page @@ -0,0 +1,47 @@ + + + + Where does Evolution store my data on the harddisk? + + + + + + Andre Klapper + ak-47@gmx.net + + +

Creative Commons Share Alike 3.0

+
+ +
+ +Data storage locations + + +

This is only interesting for advanced users that want to debug problems.

+
+ +

If you run Evolution 2.32.0 or later, data will be stored according to the XDG Base Directory Specification. By default this means:

+ + + +The user's data files +

$HOME/.local/share/evolution

+
+ +Various configuration and state files +

$HOME/.config/evolution

+
+ +Disposable data caches +

$HOME/.cache/evolution

+
+ +Configuration settings in GConf +

$HOME/.gconf/apps/evolution

+
+
+ +
-- cgit v1.2.3