| 1 |
********************************************************************
|
| 2 |
D R U P A L M O D U L E
|
| 3 |
********************************************************************
|
| 4 |
Name: Filesystem Backup (fbu) module
|
| 5 |
Author: Robert Douglass <rob at robshouse dot net>
|
| 6 |
Last update: (See CHANGELOG for details)
|
| 7 |
Drupal: CVS
|
| 8 |
Dependencies:
|
| 9 |
* PEAR File_Archive: http://pear.php.net/package/File_Archive
|
| 10 |
* PEAR MIME_Type: http://pear.php.net/package/MIME_Type
|
| 11 |
* Crontabs
|
| 12 |
|
| 13 |
INSTALLATION
|
| 14 |
********************************************************************
|
| 15 |
1. Place the entire fbu directory into your Drupal modules/
|
| 16 |
directory.
|
| 17 |
2. Enable the module under admin/modules.
|
| 18 |
3. Navigate to admin/settings/fbu. If you see an error instructing
|
| 19 |
you to install PEAR libraries, proceed to step 4. Otherwise,
|
| 20 |
the installation is complete.
|
| 21 |
4. *** INSTALLING PEAR ***
|
| 22 |
The specific PEAR libraries needed are
|
| 23 |
File_Archive: http://pear.php.net/package/File_Archive
|
| 24 |
MIME_Type: http://pear.php.net/package/MIME_Type
|
| 25 |
These packages, of course, depend on the main PEAR installation:
|
| 26 |
http://pear.php.net
|
| 27 |
|
| 28 |
Read the PEAR documentation for instructions on how to install
|
| 29 |
PEAR: http://pear.php.net/manual/index.php
|