> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-detect-table-modification.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> 백업 설정 방법을 안내하는 가이드

# 백업 일정 설정

export const Image = ({img, alt, size = "lg"}) => {
  const normalizedSize = ["sm", "md", "lg"].includes(size) ? size : "lg";
  return <div className={`ch-image-${normalizedSize}`}>
      <Frame>
        <img src={img} alt={alt} />
      </Frame>
    </div>;
};

export const ScalePlanFeatureBadge = ({feature = '이 기능', linking_verb_are = false}) => {
  return <div className="scalePlanFeatureContainer">
            <div className="scalePlanFeatureBadge">
                Scale 플랜 기능
            </div>
            <div>
                <p>{feature} Scale 및 Enterprise 플랜에서 제공됩니다. 업그레이드하려면 Cloud Console의 플랜 페이지를 방문하세요.</p>
            </div>
        </div>;
};

export const CloudNotSupportedBadge = () => {
  return <div className="cloudNotSupportedBadge">
            <div className="cloudNotSupportedIcon">
            <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path strokeWidth="1.5" d="M6.33366 12.6666L12.3739 12.6667C13.6593 12.6667 14.7073 11.6187 14.7073 10.3334C14.7073 9.04804 13.6593 8.00003 12.3739 8.00003C12.3739 8.00003 12.3337 7.66659 12.0003 7.33325M10.667 5.33322C8.00033 2.33325 4.45395 4.78537 4.14195 6.68203C2.55728 6.7627 1.29395 8.06203 1.29395 9.6667C1.29395 11.3234 2.66699 12.6666 4.00033 12.6666" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" />
                <path strokeWidth="1.5" d="M2.66699 14L12.0003 4.66663" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" />
            </svg>

        </div>
            ClickHouse Cloud에서 지원되지 않음
        </div>;
};

서비스의 백업 일정을 구성하려면 콘솔의 **설정** 탭으로 이동한 다음 **백업 구성 변경**을 클릭하십시오.

<Image img="https://mintcdn.com/private-7c7dfe99-detect-table-modification/VS6ZX5oN8gMoDxHj/images/cloud/manage/backup-settings.webp?fit=max&auto=format&n=VS6ZX5oN8gMoDxHj&q=85&s=a173452cd9f030be44d7cddd27926ee9" size="lg" alt="백업 설정 구성" border width="3840" height="2144" data-path="images/cloud/manage/backup-settings.webp" />

그러면 오른쪽에 탭이 열리며, 여기에서 보존 기간, 빈도, 시작 시간 값을 선택할 수 있습니다. 선택한 설정을 적용하려면 저장해야 합니다.

<Image img="https://mintcdn.com/private-7c7dfe99-detect-table-modification/VS6ZX5oN8gMoDxHj/images/cloud/manage/backup-configuration-form.webp?fit=max&auto=format&n=VS6ZX5oN8gMoDxHj&q=85&s=bf258da070ea56d76d1a6e60b0aed2a1" size="lg" alt="백업 보존 기간 및 빈도 선택" border width="3840" height="2140" data-path="images/cloud/manage/backup-configuration-form.webp" />

<Note>
  시작 시간과 빈도는 함께 사용할 수 없습니다. 시작 시간이 우선 적용됩니다.
</Note>

<Note>
  백업 일정을 변경하면 일부 백업이 서비스의 기본 백업에 포함되지 않을 수 있으므로 스토리지의 월별 요금이 더 높아질 수 있습니다. ["백업 비용 이해하기"](/ko/products/cloud/guides/backups/review-and-restore-backups#understanding-backup-cost)를 참조하십시오.
</Note>
