~ubuntu-branches/ubuntu/utopic/gnome-user-docs/utopic-proposed

« back to all changes in this revision

Viewing changes to gnome-help/sv/backup-thinkabout.page

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-10-14 00:17:30 UTC
  • mfrom: (9.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20111014001730-8blmvdrwtl6xhf44
Tags: 3.2.0.1-2
* Upload to unstable.
* debian/watch:
  - Switch to .xz tarballs.
* debian/control.in:
  - Add Vcs-* fields.

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" id="backup-thinkabout" xml:lang="sv">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="files#backup"/>
 
6
    <desc>A list of folders where you can find documents, files and settings that you may want to back up.</desc>
 
7
    
 
8
    <credit type="author">
 
9
      <name>Tiffany Antopolski</name>
 
10
      <email>tiffany.antopolski@gmail.com</email>
 
11
    </credit>
 
12
    <credit type="author">
 
13
      <name>Dokumentationsprojekt för GNOME</name>
 
14
      <email>gnome-doc-list@gnome.org</email>
 
15
    </credit>
 
16
 
 
17
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
18
  </info>
 
19
 
 
20
  <title>Where can I find the files I want to back up?</title>
 
21
 
 
22
<p>
 
23
Deciding which files to back up, and locating them, is the most difficult step when attempting to perform a backup.
 
24
Listed below are the most common locations of important files and settings that you may want to back up.
 
25
</p>
 
26
 
 
27
<list>
 
28
 <item>
 
29
  <p>Personal files (documents, music, photos and videos)</p>
 
30
  <p>These are usually stored in your home folder (<file>/home/your_name</file>). 
 
31
They could be in subfolders such as Desktop, Documents, Pictures, Music and Videos.</p>
 
32
  <p>If your backup medium has sufficient space (if it's an external hard disk, for example), consider backing up the entire Home folder. You can find out how much disk space your Home folder takes up by using the <app>Disk Usage Analyzer</app>.</p>
 
33
 </item>
 
34
 
 
35
 <item>
 
36
  <p>Hidden files</p>
 
37
  <p>Any file or folder name that starts with a period (.) is hidden by default. 
 
38
To view hidden files, click <guiseq><gui>View</gui><gui>Show Hidden Files</gui></guiseq> or 
 
39
press <keyseq><key>Ctrl</key><key>H</key></keyseq>. You can copy these to a backup location like any other file.</p>
 
40
 </item>
 
41
 
 
42
 <item>
 
43
  <p>Personal settings (desktop preferences, themes, and software settings)</p>
 
44
  <p>Most applications store their settings in hidden folders inside your Home folder (see above for information on hidden files).</p>
 
45
  <p>Most of your application settings will be stored in the hidden folders <cmd>.config</cmd>, <cmd>.gconf</cmd>, <cmd>.gnome3</cmd>, and <cmd>.local</cmd> in your Home folder.</p>
 
46
 </item>
 
47
 
 
48
 <item>
 
49
  <p>System-wide settings</p>
 
50
  <p>Settings for important parts of the system aren't stored in your Home folder. There are a number of locations that they could be stored, but most are stored in the <file>/etc</file> folder. In general, you won't need to back-up these files on a home computer. If you are running a server, however, you should back up the files for the services that it is running.</p>
 
51
 </item>
 
52
</list>
 
53
 
 
54
</page>