File: backup-what.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,888 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="tip" id="backup-what" xml:lang="ko">

  <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>gnome-doc-list@gnome.org</email>
    </credit>
    <credit type="author">
      <name>Tiffany Antopolski</name>
      <email>tiffany.antopolski@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>어딘가가 잘못됐을 때 잃어서는 안될 무언가를 백업합니다.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조성호</mal:name>
      <mal:email>shcho@gnome.org</mal:email>
      <mal:years>2021, 2022, 2023</mal:years>
    </mal:credit>
  </info>

  <title>백업해야 할 요소</title>

  <p>다시 만들기 어려운 파일만큼 <link xref="backup-thinkabout">가장 중요한 파일</link>을 우선적으로 백업해야합니다. 예를 들면, 가장 중요한 요소부터 가장 중요하지 않은 요소 순으로 순위매김을 했습니다:</p>

<terms>
 <item>
  <title>개인 파일</title>
   <p>문서, 스프레드시트, 전자메일, 달력 일정, 금융 데이터, 가족 사진, 기타 대안이 없는 개인 파일이 해당합니다.</p>
 </item>

 <item>
  <title>개인 설정</title>
   <p>색, 배경, 화면 해상도, 데스크톱 마우스 설정 등이 해당합니다. <app>리버오피스</app>, 음악 재생 프로그램, 전자메일 프로그램과 같은 프로그램의 기본 설정도 해당합니다. 다른 무언가가 대안이 될 수 있지만 다시 만들기에는 시간이 필요한 데이터입니다.</p>
 </item>

 <item>
  <title>시스템 설정</title>
   <p>대부분 사람에게는 설치 과정에 만든 시스템 설정을 바꿀 일이 없습니다. 몇가지 이유로 인해 시스템 설정을 개별 설정했거나 서버처럼 컴퓨터를 활용한다면, 이 설정을 백업해야 할 수도 있습니다.</p>
 </item>

 <item>
  <title>설치한 프로그램</title>
   <p>중대한 컴퓨터 문제 발생 후 보통은 재설치 과정을 통해 약간 빨리 복구할 수 있긴 합니다.</p>
 </item>
</terms>

  <p>보통 대안 수단이 없거나 백업을 하지 않고 대안책을 활용하기에 상당한 시간이 필요한 파일을 백업하고 싶어합니다. 반면에 쉬운 대안책이 있다면 해당 백업으로 디스크를 차지하게 두고 싶어하진 않을지도 모릅니다.</p>

</page>