Fix indents, <app> tags for backup-restore.page

Indent backup-restore.page
Enclose Evolution within <app> tags wherever applicable.
This commit is contained in:
Aruna Sankaranarayanan
2014-02-08 17:02:48 +05:30
parent 0577613a23
commit 3a920a720e

View File

@ -1,45 +1,81 @@
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its"
<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="3.1.5" version="0.3" date="2011-09-29" 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"/>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
<desc>Back up and restore your <app>Evolution</app> data and
settings.</desc>
</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>
<p>You can back up your <app>Evolution</app> 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 Data...</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 be asked to close Evolution. Answer with <gui style="button">Yes</gui>.</p></item>
</list>
<note style="warning"><p>Note that your <link xref="mail-spam">spam filtering</link> settings are not included in the backup file, as these settings are not controlled by Evolution and as developers of spam filtering tools might change implementation details. If you use Bogofilter you will need to back up <file>~/.bogofilter/</file>. If you use SpamAssassin you will need to back up <file>~/.spamassassin/</file>.</p></note>
<title>Backing up</title>
<list>
<item>
<p>Select <guiseq><gui>File</gui>
<gui>Back up Evolution Data…</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 be asked to close <app>Evolution</app>. Answer with
<gui style="button">Yes</gui>.</p>
</item>
</list>
<note style="warning">
<p>Note that your <link xref="mail-spam">spam filtering</link> settings are
not included in the backup file, as these settings are not controlled by
<app>Evolution</app> and as developers of spam filtering tools might change
implementation details. If you use Bogofilter you will need to back up
<file>~/.bogofilter/</file>. If you use SpamAssassin you will need to back
up <file>~/.spamassassin/</file>.</p>
</note>
</section>
<section id="restore">
<title>Restoring</title>
<list>
<item><p>Select <guiseq><gui>File</gui><gui>Restore Evolution Data...</gui></guiseq>.</p></item>
<item><p>Choose the file, and click <gui style="button">Open</gui>.</p></item>
<item><p>You will be 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>
<title>Restoring</title>
<list>
<item>
<p>Select <guiseq><gui>File</gui>
<gui>Restore Evolution Data…</gui></guiseq>.</p>
</item>
<item>
<p>Choose the file, and click <gui style="button">Open</gui>.</p>
</item>
<item>
<p>You will be asked to close <app>Evolution</app>. 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 <app>Evolution</app> data from a backup file.</p>
</note>
</section>
</page>