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

« back to all changes in this revision

Viewing changes to gnome-help/C/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:
5
5
  <info>
6
6
    <link type="guide" xref="backup-why"/>
7
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 pkgversion="3.0" date="2011-04-03" status="final"/>
9
 
    <revision pkgversion="3.0" version="3.0.1" date="2011-04-06" status="outdated"/>
10
8
    <credit type="author">
11
9
      <name>Tiffany Antopolski</name>
12
10
      <email>tiffany.antopolski@gmail.com</email>
20
18
 
21
19
<title>How to back up</title>
22
20
 
23
 
<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 <app>Déjà Dup</app>.</p>
24
 
 
25
 
<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>
26
 
 
27
 
<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>
 
21
<p>The easiest way of backing up your files and settings is to let a backup application manage the backup process for you. 
 
22
A number of different backup applications are available, for example <app>Déjà Dup</app>.</p>
 
23
 
 
24
<p>The help for your chosen backup application will walk you through setting your preferences for the backup, as 
 
25
well as how to restore your data.</p>
 
26
 
 
27
<p>An alternative option is to <link xref="files-copy">copy your files</link> to a safe location, such as an 
 
28
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
   
29
 
<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>
 
30
<p>The amount of data you can back up is limited by the size of the storage device. If you have the room 
 
31
on your backup device, it is best to back up the entire Home folder with the following exceptions:</p>
30
32
 
31
33
<list>
32
 
 <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>
33
 
 <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>
34
 
 <item><p>Your trashed files, which can be found in <cmd>~/.local/share/Trash</cmd> (the Trash folder).</p></item>
 
34
 <item><p>Files that are already backed-up somewhere else, such as to a CD, DVD, or other removable media.</p></item>
 
35
 <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>
 
36
 <item><p>Any files in the Trash folder. Your Trash folder can be found in <cmd>~/.local/share/Trash</cmd>.</p></item>
35
37
</list>
36
38
 
37
39
</page>