diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-04 21:38:54 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:43 +0800 |
commit | b77802eb8a19ab035fe00b60bf3a025eaa67e3e0 (patch) | |
tree | 6e68eaeb3018c8f66ba8d0da9e9acf413ef4b1af /help/C/backup-restore.page | |
parent | eb79ee913685794a77a7bbeb24eb73028f183813 (diff) | |
download | gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.gz gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.bz2 gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.lz gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.xz gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.zst gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.zip |
Put new user documentation in place
Diffstat (limited to 'help/C/backup-restore.page')
-rw-r--r-- | help/C/backup-restore.page | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/help/C/backup-restore.page b/help/C/backup-restore.page new file mode 100644 index 0000000000..96dcab1888 --- /dev/null +++ b/help/C/backup-restore.page @@ -0,0 +1,44 @@ +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" + type="topic" id="backup-restore"> + + <info> + <desc>Back up and restore your Evolution data and settings.</desc> + + <link type="guide" xref="index#data-migration-and-sync"/> + <link type="seealso" xref="data-storage"/> + + <revision pkgversion="2.32.1" version="0.1" date="2011-01-06" 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>Back up and restore</title> + +<p>You can back up your Evolution data. The backup saves your settings, mail, contacts, tasks, memos and calendars. It will be stored in a gzip-compressed tar archive file.</p> + +<section id="backup"> +<title>Backing up</title> +<list> +<item><p>Select <guiseq><gui>File</gui><gui>Back up Evolution Settings...</gui></guiseq>.</p></item> +<item><p>Choose a filename and the folder where you want to save the backup file, and click <gui style="button">Save</gui>.</p></item> +<item><p>You will get asked to close Evolution. Answer with <gui style="button">Yes</gui>.</p></item> +</list> +</section> + +<section id="restore"> +<title>Restoring</title> +<list> +<item><p>Select <guiseq><gui>File</gui><gui>Restore Evolution Settings...</gui></guiseq>.</p></item> +<item><p>Choose the file, and click <gui style="button">Open</gui>.</p></item> +<item><p>You will get asked to close Evolution. Answer with <gui style="button">Yes</gui>.</p></item> +</list> +<note style="tip"><p>In the <link xref="intro-first-run">first-run assistant</link>, you can restore Evolution data from a backup file.</p></note> +</section> + +</page> |