You are here

README.txt in Backup and Migrate Files 7

-------------------------------------------------------------------------------
Backup and Migrate Files for Drupal 7.x
  by Ronan Dowling, Gorton Studios - ronan (at) gortonstudios (dot) com
-------------------------------------------------------------------------------

DESCRIPTION:
This module extends the Backup and Migrate module adding the ablilty to back up
files from within that module.

** READ ALL OF THE INSTALLATION INSTRUCTIONS BELOW BEFORE PROCEEDING. **

-------------------------------------------------------------------------------

INSTALLATION:
* Download and install Backup and Migrate (http://drupal.org/project/backup_migrate)
* Put this module in your modules directory and enable it at admin/build/modules.
* If necessary, install PEAR and Archive_Tar as described below.
* Configure and use the module at admin/content/backup_migrate.

-------------------------------------------------------------------------------

INSTALL PEAR and Archive_Tar:
In order to operate, this module requires the PEAR Archive_Tar class. You may
install it in one of the following ways:

1. WITH THE PEAR COMMAND LINE COMMAND
  If you have PEAR on your server you may be able to just run:
    pear install Archive_Tar-1.3.3
  at the command line to install the Archive_Tar library.

2. WITH PEAR INSTALLED BUT NO PEAR COMMAND
  You may have the PEAR library already installed but the 'pear' command line 
  program is not available. If this is the case, you can download Archive_Tar at
    http://download.pear.php.net/package/Archive_Tar-1.3.3.tgz
  Expand this archive and place the Tar.php file in the 
    includes/
  directory of this module.

3. WITHOUT PEAR INSTALLED
  If PEAR is not installed on your server, you can either install it using the
  instructions listed on the pear website:
    http://pear.php.net/manual/en/installation.introduction.php
  or you can simply download the PEAR package at
    http://download.pear.php.net/package/PEAR-1.8.1.tgz
  Expand this archive and copy PEAR.php and PEAR5.php into the
    includes/
  directory of this module. Once you have installed PEAR, you can follow the 
  instructions in option 2 above.

File

README.txt
View source
  1. -------------------------------------------------------------------------------
  2. Backup and Migrate Files for Drupal 7.x
  3. by Ronan Dowling, Gorton Studios - ronan (at) gortonstudios (dot) com
  4. -------------------------------------------------------------------------------
  5. DESCRIPTION:
  6. This module extends the Backup and Migrate module adding the ablilty to back up
  7. files from within that module.
  8. ** READ ALL OF THE INSTALLATION INSTRUCTIONS BELOW BEFORE PROCEEDING. **
  9. -------------------------------------------------------------------------------
  10. INSTALLATION:
  11. * Download and install Backup and Migrate (http://drupal.org/project/backup_migrate)
  12. * Put this module in your modules directory and enable it at admin/build/modules.
  13. * If necessary, install PEAR and Archive_Tar as described below.
  14. * Configure and use the module at admin/content/backup_migrate.
  15. -------------------------------------------------------------------------------
  16. INSTALL PEAR and Archive_Tar:
  17. In order to operate, this module requires the PEAR Archive_Tar class. You may
  18. install it in one of the following ways:
  19. 1. WITH THE PEAR COMMAND LINE COMMAND
  20. If you have PEAR on your server you may be able to just run:
  21. pear install Archive_Tar-1.3.3
  22. at the command line to install the Archive_Tar library.
  23. 2. WITH PEAR INSTALLED BUT NO PEAR COMMAND
  24. You may have the PEAR library already installed but the 'pear' command line
  25. program is not available. If this is the case, you can download Archive_Tar at
  26. http://download.pear.php.net/package/Archive_Tar-1.3.3.tgz
  27. Expand this archive and place the Tar.php file in the
  28. includes/
  29. directory of this module.
  30. 3. WITHOUT PEAR INSTALLED
  31. If PEAR is not installed on your server, you can either install it using the
  32. instructions listed on the pear website:
  33. http://pear.php.net/manual/en/installation.introduction.php
  34. or you can simply download the PEAR package at
  35. http://download.pear.php.net/package/PEAR-1.8.1.tgz
  36. Expand this archive and copy PEAR.php and PEAR5.php into the
  37. includes/
  38. directory of this module. Once you have installed PEAR, you can follow the
  39. instructions in option 2 above.