remove old readme
[atutor.git] / documentation / admin / backups.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>
2
3 <h2>Backups</h2>
4         <p>A course backup includes all available course material as an archive in a format specific to ATutor. Backups are forwards compatible with future versions of ATutor but may not be backwards compatible with previous versions of ATutor. Once a backup is created, it can be downloaded for safe-keeping, imported into another ATutor installation, used as the basis for a newly created course, and available in the originating course's Backup Manager. Instructor can also create their own course backups from within a course.</p>
5
6 <h3>Creating Backups</h3>
7         <p>To create a backup, use the <em>Create Backup</em> link in the sub-navigation. The number of backups a single course can keep on the server is defined by the <a href="system_preferences.php">System Preferences</a> <em>Course Backups</em> option.</p>
8
9         <p>Administrators can create backups for any course, while instructors can only create backups of courses they own.</p>
10
11 <h3>Restoring Backups</h3>
12
13         <p>Restoring a backup as an administrator is similar to restoring a backup as an instructor, with the added option of being able to select which course the backup should be restored into.</p>
14
15         <p>For details on restoring a backup into a course, see the Backup Manager's <a href="../instructor/creating_restoring.php">Restoring Backups</a> section in the Instructor Documentation.</p>
16
17 <h3>Managing Backups</h3>
18         <p>Backups can be downloaded to the administrator's hard-drive for safe-keeping by using the <code>Download</code> button. Backups can also be edited or deleted.</p>
19
20 <?php require('../common/body_footer.inc.php'); ?>