File: backup-frequency.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 (45 lines) | stat: -rw-r--r-- 2,354 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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="tip" id="backup-frequency" 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"/>

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

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

  <p>반면에 가정용 컴퓨터의 데이터를 백업한다면, 굳이 시간당 백업을 할 필요가 없습니다. 백업 스케쥴을 기획할 때면 다음 검토 사항이 도움이 될 수도 있습니다:</p>

<list style="compact">
  <item><p>컴퓨터 활용 시간.</p></item>
  <item><p>컴퓨터에서 얼마나 자주 얼마나 많은 데이터가 바뀌느냐의 여부.</p></item>
</list>

  <p>백업하려는 데이터의 우선순위가 낮거나, 음악, 전자메일, 가족 사진과 같이 드물게 바뀌는 내용이라면, 주간, 월간 백업 정도면 충분합니다. 그러나 세무 감사 과정이라면 더욱 빈번한 백업이 필요합니다.</p>

  <p>일반 규칙대로라면, 백업 간 시간 간격은 잃은 작업을 다시 처리하는데 걸리는 시간보다 적어야합니다. 예를 들자면, 분실 문서를 다시 작성하는데 1주가 걸리는 자체가 상당히 길다면, 최소한 1주에 한 번은 백업을 진행해야합니다.</p>

</page>