~ubuntu-branches/ubuntu/precise/gnome-user-docs/precise

« back to all changes in this revision

Viewing changes to gnome-help/nl/backup-how.page

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-12 09:23:35 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110912092335-11udas9xjsi3g6n0
Tags: 3.1.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="backup-how" xml:lang="nl">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="backup-why"/>
 
6
    <desc>Use Déjà Dup (or some other backup application) to make copies of your valuable files and settings to protect against loss.</desc>
 
7
    <credit type="author">
 
8
      <name>Tiffany Antopolski</name>
 
9
      <email>tiffany.antopolski@gmail.com</email>
 
10
    </credit>
 
11
    <credit>
 
12
      <name>Gnome-documentatieproject</name>
 
13
      <email>gnome-doc-list@gnome.org</email>
 
14
    </credit>
 
15
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
16
  </info>
 
17
 
 
18
<title>How to back up</title>
 
19
 
 
20
<p>The easiest way of backing up your files and settings is to let a backup application manage the backup process for you. 
 
21
A number of different backup applications are available, for example <app>Déjà Dup</app>.</p>
 
22
 
 
23
<p>The help for your chosen backup application will walk you through setting your preferences for the backup, as 
 
24
well as how to restore your data.</p>
 
25
 
 
26
<p>An alternative option is to <link xref="files-copy">copy your files</link> to a safe location, such as an 
 
27
external hard drive, another computer on the network, or a USB drive. Your <link xref="backup-thinkabout">personal files</link> and settings are usually in your Home folder, so you can copy them from there.</p>
 
28
   
 
29
<p>The amount of data you can back up is limited by the size of the storage device. If you have the room 
 
30
on your backup device, it is best to back up the entire Home folder with the following exceptions:</p>
 
31
 
 
32
<list>
 
33
 <item><p>Files that are already backed-up somewhere else, such as to a CD, DVD, or other removable media.</p></item>
 
34
 <item><p>Files that you can recreate easily. For example, if you are a programmer, you don't have to back up the files that get produced when you compile your programs. Instead, just make sure that you back up the original source files.</p></item>
 
35
 <item><p>Any files in the Trash folder. Your Trash folder can be found in <cmd>~/.local/share/Trash</cmd>.</p></item>
 
36
</list>
 
37
 
 
38
</page>