~ubuntu-branches/ubuntu/vivid/ubuntu-docs/vivid-proposed

« back to all changes in this revision

Viewing changes to ubuntu-help/C/backup-how.page

  • Committer: Bazaar Package Importer
  • Author(s): Matthew East
  • Date: 2011-04-29 14:49:35 UTC
  • Revision ID: james.westby@ubuntu.com-20110429144935-yjbprud1efvmcbtt
Tags: 11.10.1
* Use Gnome and gnome-doc-utils for packaging - update debian/control 
  for new build-deps accordingly
* Add Unity+Unity documentation here rather than gnome-user-docs; give it
  its own document id and install in ubuntu-help directory
* Remove browser homepage update-alternative system
* Update translations from gnome-user-docs natty package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      type="topic" style="task"
 
3
      id="backup-how">
 
4
 
 
5
  <info>
 
6
    <link type="guide" xref="backup-why"/>
 
7
    <desc>Use Déjà Dup (or some other backup application) to make copies of your valuable files and settings to protect against loss.</desc>
 
8
    <revision version="11.04" date="2011-04-26" status="final"/>
 
9
    <credit type="author">
 
10
      <name>Tiffany Antopolski</name>
 
11
      <email>tiffany.antopolski@gmail.com</email>
 
12
    </credit>
 
13
    <credit>
 
14
      <name>GNOME Documentation Project</name>
 
15
      <email>gnome-doc-list@gnome.org</email>
 
16
    </credit>
 
17
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
18
  </info>
 
19
 
 
20
<title>How to back up</title>
 
21
 
 
22
<p>The easiest way of backing up your files and settings is to let a backup application manage the backup process for you. A number of different backup applications are available, for example <link href="apt:deja-dup">Déjà Dup</link>.</p>
 
23
 
 
24
<p>The help for your chosen backup application will walk you through setting your preferences for the backup, as well as how to restore your data if something goes wrong.</p>
 
25
 
 
26
<p>An alternative option is to just <link xref="files-copy">copy your files</link> to a safe location, such as an 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>
 
27
   
 
28
<p>The amount of data you can back up is limited by the size of the storage device. If you have the room on your backup device, it is best to back up the entire Home folder with the following exceptions:</p>
 
29
 
 
30
<list>
 
31
 <item><p>Files that you have copied from a CD, DVD, or other removable media, since it would be faster to copy them again than to restore them from backup.</p></item>
 
32
 <item><p>Files that you can regenerate easily. For example, PDFs that can be generated from TeX files, or object files that can be made with the Make utility.  Just ensure the source is backed up.</p></item>
 
33
 <item><p>Your trashed files, which can be found in <cmd>~/.local/share/Trash</cmd> (the Trash folder).</p></item>
 
34
</list>
 
35
 
 
36
</page>