「自動コースバックアップ」の版間の差分

提供:MoodleDocs
移動先:案内検索
13行目: 13行目:
# アクティブ (backup_sche_active) チェックボックスをチェックしてください。これにより、自動バックアップシステムを有効にします。
# アクティブ (backup_sche_active) チェックボックスをチェックしてください。これにより、自動バックアップシステムを有効にします。
#バックアップを実行する曜日を選択してください。
#バックアップを実行する曜日を選択してください。
#Set the execution time for the backup process. For most servers, early morning will be the best time.  Keep in mind the time zone your server is using.
#バックアップ処理の実行時間を設定します。多くのサーバでは、早朝が一番良い時間です。あなたのサーバが使用しているタイムゾーンに留意してください。
#Set the "Save to..." path. If you can, choose a backup path on another machine or on a different drive than the one Moodle is on. You don’t want to lose your backups at the same time you lose your Moodle site if the drive fails. If you leave the field blank, then backup zip files will be saved in the backup folder of each course files folder.
#Set the "Save to..." path. If you can, choose a backup path on another machine or on a different drive than the one Moodle is on. You don’t want to lose your backups at the same time you lose your Moodle site if the drive fails. If you leave the field blank, then backup zip files will be saved in the backup folder of each course files folder.
#Click the "Save changes" button.
#Click the "Save changes" button.

2009年8月2日 (日) 16:18時点における版

再作成中です - Mitsuhiro Yoshida 2009年7月26日 (日) 19:07 (UTC)

ロケーション: サイト管理 > コース > バックアップ


バックアップページでは、管理者が自動コースバックアップおよびバックアップスケジュールを設定することができます。自動コースバックアップでは、個々のコースバックアップと同じ関数を実行します。あなたのサーバが、通常忙しくないのでしたら、スケジュールバックアップを実行することは、良いアイディアだと言えます。すべてのコースに対して、バックアップツールを実行することで、サーバに過大な負荷が掛かってしまいます。ですから、多くの学生がサーバにアクセスを試みている場合、あなたはバックアップツールを実行すべきではありません。

スケジュールバックアップするには、定期的に実行されるCRONを設定する必要があります。詳細は、cronインストラクションをご覧ください。

バックアップスケジュールの設定

バックアップスケジュールを設定するには:

  1. アクティブ (backup_sche_active) チェックボックスをチェックしてください。これにより、自動バックアップシステムを有効にします。
  2. バックアップを実行する曜日を選択してください。
  3. バックアップ処理の実行時間を設定します。多くのサーバでは、早朝が一番良い時間です。あなたのサーバが使用しているタイムゾーンに留意してください。
  4. Set the "Save to..." path. If you can, choose a backup path on another machine or on a different drive than the one Moodle is on. You don’t want to lose your backups at the same time you lose your Moodle site if the drive fails. If you leave the field blank, then backup zip files will be saved in the backup folder of each course files folder.
  5. Click the "Save changes" button.

Once you've set up your backup schedule, Moodle will automatically create archives of all the courses on the server at the time you specified. Once the backup is complete, Moodle will send you an email describing the status of the backup.

Note: From 1.6 onwards, course backups automatically skip courses which are unavailable to students and have not been changed in the last month.

コースバックアップ 対 サイトバックアップ

  • Automated course backups are more expensive in terms of time and CPU usage. The recovery time to have your site running again is longer.
  • Course backups are useful for obtaining "fresh" copies of courses to be re-used or distributed individually, however they should never be used as a primary backup system (unless your hosting doesn't allow the preferred site backups).

関連情報