i m new to drupal so any one help me ho wcan i make my drupal backup for my drupal site. i m using drupal 6

Comments

qasimzee’s picture

For database backups you can use:
http://www.ehow.com/how_2036600_create-database-php.html

For site backup, I think you can easily create a copy of you htdocs folder.

--
Qasim Zeeshan
http://qasimzeeshan.com

izmeez’s picture

Try http://drupal.org/project/backup_migrate module for Drupal 6 databases.
Test it first before depending on it for your production server just to be sure, but it works great for us.