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

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

# 백업 일정 설정

export const Image = ({img, alt, size}) => {
  return <Frame>
      <img src={img} alt={alt} />
    </Frame>;
};

export const ScalePlanFeatureBadge = ({feature = 'This feature', linking_verb_are = false}) => {
  return <div className="scalePlanFeatureContainer">
            <div className="scalePlanFeatureBadge">
                Scale plan feature
            </div>
            <div>
                <p>{feature} {linking_verb_are ? 'are' : 'is'} available in the Scale and Enterprise plans. To upgrade, visit the plans page in the 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>
            Not supported in ClickHouse Cloud
        </div>;
};

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

<Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/lbl07JY-gN--jKuL/images/cloud/manage/backup-settings.png?fit=max&auto=format&n=lbl07JY-gN--jKuL&q=85&s=898584a953631a9e96092d082f3316e7" size="lg" alt="백업 설정 구성" border width="3840" height="2144" data-path="images/cloud/manage/backup-settings.png" />

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

<Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/lbl07JY-gN--jKuL/images/cloud/manage/backup-configuration-form.png?fit=max&auto=format&n=lbl07JY-gN--jKuL&q=85&s=6e56457913b3414ef1c06cb4c9226cc1" size="lg" alt="백업 보존 기간 및 빈도 선택" border width="3840" height="2140" data-path="images/cloud/manage/backup-configuration-form.png" />

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

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