File: backup-how.page

package info (click to toggle)
gnome-user-docs 48.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 142,176 kB
  • sloc: xml: 829; makefile: 532; sh: 514
file content (62 lines) | stat: -rw-r--r-- 2,743 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="backup-how" xml:lang="fa">

  <info>
    <link type="guide" xref="backup-why"/>

    <revision pkgversion="3.4.0" date="2012-02-19" status="review"/>
    <revision pkgversion="3.13.92" date="2014-09-20" status="review"/>

    <credit type="author">
      <name>تیفانی آنتوپولسکی</name>
      <email>tiffany.antopolski@gmail.com</email>
    </credit>
    <credit>
      <name>پروژهٔ مستندسازی گنوم</name>
      <email>gnome-doc-list@gnome.org</email>
    </credit>
    <credit type="editor">
      <name>مایکل هیل</name>
      <email>mdhillca@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>کلایم کرویس</name>
      <email>kleinkravis44@outlook.com</email>
      <years>۲۰۲۰</years>
    </credit>
    
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>برای ایجاد رونوشت‌هایی از تنظیمات و پرونده‌های ارزشمندتان برای محافظ از از دست دادنشان از دژا داپ (یا برنامهٔ پشتیبا گیری دیگری) استفاده کنید.</desc>
  </info>

<title>چگونگی پشتیبان گیری</title>

  <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>

  <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.</p>

  <p>An alternative option is to <link xref="files-copy">copy your files</link>
 to a safe location, such as an external hard drive, an online storage service,
 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>

  <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>

<list>
 <item><p>Files that are already backed up somewhere else, such as to a USB drive,
 or other removable media.</p></item>
 <item><p>Files that you can recreate easily. For example, if you are a
 programmer, you do not 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>
 <item><p>Any files in the Trash folder. Your Trash folder can be found in
 <file>~/.local/share/Trash</file>.</p></item>
</list>

</page>