move code up one directory
[atutor.git] / documentation / instructor / creating_restoring.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>
2
3 <h2>Creating &amp; Restoring Backups</h2>
4         <p>To create a backup of the current course, use the <em>Create</em> link found on the Backups page. All created backups are stored securely on the ATutor server. The space required for the backups does not affect the course's size quota. Once a backup is created, it will be listed on the main Backups page where it can be managed.</p>
5
6         <p>Backups can be restored by selecting a backup and using the <kbd>Restore</kbd> button. The restoration process will present details on what is stored in the backup and allow instructors to select which course material they wish to restore.</p>
7
8 <?php require('../common/body_footer.inc.php'); ?>