| 1 |
|
| 2 |
Installation Instructions
|
| 3 |
=========================
|
| 4 |
|
| 5 |
1. Copy the file "backup.module" (without the quotes) to the modules/
|
| 6 |
directory in your Drupal installation.
|
| 7 |
|
| 8 |
2. Enable the backup module from the modules page
|
| 9 |
|
| 10 |
3. Go into the "access control" page and make sure the "make backups"
|
| 11 |
permission is enabled for your user account. (You are logging into Drupal
|
| 12 |
as a user other than "admin", right?)
|
| 13 |
|
| 14 |
4. Click on "backup" in the administer menu to bring up the backup screen.
|
| 15 |
If everything is good (i.e. all programs can be found), then you will be
|
| 16 |
able to perform a backup.
|
| 17 |
|
| 18 |
NOTE: At this time, only MySQL is supported.
|
| 19 |
|
| 20 |
|