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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-11-15 14:44:43 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20121115144443-znsud5byjojjhvc4
Tags: 3.6.2-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="tip" id="backup-thinkabout" xml:lang="cs">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="files#backup"/>
 
6
    <desc>A list of folders where you can find documents, files and settings
 
7
    that you may want to back up.</desc>
 
8
 
 
9
    <revision pkgversion="3.4.0" date="2012-02-19" status="review"/>
 
10
 
 
11
    <credit type="author">
 
12
      <name>Tiffany Antopolski</name>
 
13
      <email>tiffany.antopolski@gmail.com</email>
 
14
    </credit>
 
15
    <credit type="author">
 
16
      <name>GNOME Documentation Project</name>
 
17
      <email>gnome-doc-list@gnome.org</email>
 
18
    </credit>
 
19
    <credit type="editor">
 
20
      <name>Michael Hill</name>
 
21
      <email>mdhillca@gmail.com</email>
 
22
    </credit>
 
23
 
 
24
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
25
  
 
26
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
27
      <mal:name>Adam Matoušek</mal:name>
 
28
      <mal:email>adamatousek@gmail.com</mal:email>
 
29
      <mal:years>2012</mal:years>
 
30
    </mal:credit>
 
31
  </info>
 
32
 
 
33
  <title>Where can I find the files I want to back up?</title>
 
34
 
 
35
  <p>Deciding which files to back up, and locating them, is the most difficult
 
36
 step when attempting to perform a backup. Listed below are the most common
 
37
 locations of important files and settings that you may want to back up.</p>
 
38
 
 
39
<list>
 
40
 <item>
 
41
  <p>Personal files (documents, music, photos and videos)</p>
 
42
  <p xmlns:its="http://www.w3.org/2005/11/its" its:locNote="translators: xdg dirs are localised by package xdg-user-dirs and need to be translated.  You can find the correct translations for your language here: http://translationproject.org/domain/xdg-user-dirs.html">These are usually stored in your home folder (<file>/home/your_name</file>).
 
43
 They could be in subfolders such as Desktop, Documents, Pictures, Music and
 
44
 Videos.</p>
 
45
  <p>If your backup medium has sufficient space (if it's an external hard disk,
 
46
 for example), consider backing up the entire Home folder. You can find out how
 
47
 much disk space your Home folder takes up by using the
 
48
 <app>Disk Usage Analyzer</app>.</p>
 
49
 </item>
 
50
 
 
51
 <item>
 
52
  <p>Hidden files</p>
 
53
  <p>Any file or folder name that starts with a period (.) is hidden by default.
 
54
 To view hidden files, click <guiseq><gui>View</gui><gui>Show Hidden Files</gui></guiseq>
 
55
 or press <keyseq><key>Ctrl</key><key>H</key></keyseq>. You can copy these to a
 
56
 backup location like any other file.</p>
 
57
 </item>
 
58
 
 
59
 <item>
 
60
  <p>Personal settings (desktop preferences, themes, and software settings)</p>
 
61
  <p>Most applications store their settings in hidden folders inside your Home
 
62
 folder (see above for information on hidden files).</p>
 
63
  <p>Most of your application settings will be stored in the hidden folders
 
64
 <file>.config</file>, <file>.gconf</file>, <file>.gnome2</file>, and <file>.local</file>
 
65
 in your Home folder.</p>
 
66
 </item>
 
67
 
 
68
 <item>
 
69
  <p>System-wide settings</p>
 
70
  <p>Settings for important parts of the system aren't stored in your Home
 
71
 folder. There are a number of locations that they could be stored, but most are
 
72
 stored in the <file>/etc</file> folder. In general, you won't need to back up
 
73
 these files on a home computer. If you are running a server, however, you
 
74
 should back up the files for the services that it is running.</p>
 
75
 </item>
 
76
</list>
 
77
 
 
78
</page>