File: backup-thinkabout.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 (67 lines) | stat: -rw-r--r-- 3,653 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
63
64
65
66
67
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="tip" id="backup-thinkabout" xml:lang="ko">

  <info>
    <link type="guide" xref="files#backup"/>

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

    <credit type="author">
      <name>Tiffany Antopolski</name>
      <email>tiffany.antopolski@gmail.com</email>
    </credit>
    <credit type="author">
      <name>그놈 문서 프로젝트</name>
      <email>gnome-doc-list@gnome.org</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>어떤 파일을 백업할 지, 어디에 둘 지에 대한 결정은 백업을 진행하기에 앞서 가장 어려운 단계입니다. 아래 목록은 대부분 백업을 하려는 중요한 파일과 설정의 일반적인 위치입니다.</p>

<list>
 <item>
  <p>개인 파일(문서, 음악, 사진, 영상)</p>
  <p 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">보통 내 폴더(<file>/home/your_name</file>)에 저장합니다. <file>바탕 화면</file>, <file>문서</file>, <file>사진</file>, <file>음악</file>, <file>비디오</file> 등의 하위 폴더에 있을 수도 있습니다.</p>
  <p>백업 미디어에 충분한 공간(예를 들어 외장 하드 디스크라면), 내 폴더 전체 백업을 고려해봅니다. 내 폴더 총 점유 용량은 <app>디스크 사용량 분석</app>으로 확인해볼 수 있습니다.</p>
 </item>

 <item>
  <p>숨긴 파일</p>
  <p>Any file or folder name that starts with a period (.) is hidden by
  default. To view hidden files, press the menu button in the sidebar
  of the window of <app>Files</app> and press <gui>Show Hidden Files</gui>, or
  press <keyseq><key>Ctrl</key><key>H</key></keyseq>. You can copy these to a
  backup location like any other file.</p>
 </item>

 <item>
  <p>개인 설정(데스크톱 기본 설정, 테마, 프로그램 설정)</p>
  <p>대부분의 프로그램에서는 홈 폴더 내 숨긴 폴더에 자체 설정을 저장합니다(숨긴 파일 정보는 상단 참고).</p>
  <p>대부분 프로그램의 설정은 내 폴더의 <file>.config</file> 숨김 폴더 및 <file>.local</file> 숨김 폴더에 저장합니다.</p>
 </item>

 <item>
  <p>시스템 영역 설정</p>
  <p>시스템의 중요한 부분에 대한 설정은 내 폴더에 저장하지 않습니다. 설정을 저장할 수 있는 위치는 여러군데가 있습니다만 대부분 <file>/etc</file> 폴더에 저장합니다. 보통 이 파일을 가정용 컴퓨터에서는 백업할 필요가 없습니다. 그러나 서버를 가동하고 있다면, 실행 중인 서비스의 파일을 백업해야합니다.</p>
 </item>
</list>

</page>