Backup and Migrate: Cloud Files
Component ID
1268812
Component name
Backup and Migrate: Cloud Files
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Allows the fine Backup and Migrate module to backup to Rackspace Cloud Files (Rackspace's alternative to Amazon S3).
This is very useful you host your site on Rackspace Cloud instead of Amazon EC2, because (1) it will be faster and (2) you won't be charged for bandwidth between your server and Cloud Files.
Installation
- Download and place the 'backup_migrate_cloudfiles' module into your sites/all/modules directory
- Download the Cloud Files PHP API from Rackspace's account on GitHub:
- Go to https://github.com/rackspace/php-cloudfiles
- Click "Downloads" and select .tar.gz or .zip (which ever you know how to extract!)
- Save to disk!
- Extract the file you download into sites/all/libraries and rename the directory: "cloudfiles"
- Enable the 'backup_migrate_cloudfiles' module in your Drupal installing, either:
- Go to http://YOUR_SITE_NAME_HERE/admin/build/modules, or
- via drush: drush en backup_migrate_cloudfiles
- Now you can create a destionation of type "Rackspace Cloud Files Container" here: http://YOUR_SITE_NAME_HERE/admin/content/backup_migrate/destination/add
