> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-1d264819.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>;
};

サービスのバックアップスケジュールを設定するには、コンソールの **Settings** タブに移動し、**Change backup configuration** をクリックします。

<Image img="https://mintcdn.com/private-7c7dfe99-mintlify-1d264819/m-pFevVPEi7O6tdD/images/cloud/manage/backup-settings.png?fit=max&auto=format&n=m-pFevVPEi7O6tdD&q=85&s=653d1320cee4757607a473e3f1b94b1c" size="lg" alt="バックアップ設定を設定する" border width="3840" height="2144" data-path="images/cloud/manage/backup-settings.png" />

クリックすると右側にタブが開き、バックアップ保持期間、頻度、開始時刻を選択できます。設定を反映するには、選択した内容を保存する必要があります。

<Image img="https://mintcdn.com/private-7c7dfe99-mintlify-1d264819/m-pFevVPEi7O6tdD/images/cloud/manage/backup-configuration-form.png?fit=max&auto=format&n=m-pFevVPEi7O6tdD&q=85&s=2fb19a6ac8d7ac05180b06f5414772bf" size="lg" alt="バックアップ保持期間と頻度を選択する" border width="3840" height="2140" data-path="images/cloud/manage/backup-configuration-form.png" />

<Note>
  開始時刻と頻度は相互排他的です。開始時刻が優先されます。
</Note>

<Note>
  バックアップスケジュールを変更すると、一部のバックアップがサービスのデフォルトバックアップの対象外になる可能性があるため、ストレージの月額料金が高くなる場合があります。詳細は ["バックアップコストについて理解する"](/ja/products/cloud/guides/backups/review-and-restore-backups#understanding-backup-cost) を参照してください。
</Note>
