Last few days even I am thinking whats the best option for backing up drupal sites.<br><br>Using below 4 modules, one can automate the backup process. You can backup code, files , you can schedule , you can limit the number of backups required (Example: At year end you may like only 1 backup copy per year is required).<br>
<br><a href="http://drupal.org/project/backup_migrate_files">http://drupal.org/project/backup_migrate_files</a><br><a href="http://drupal.org/project/backup_migrate_prune">http://drupal.org/project/backup_migrate_prune</a><br>
<a href="http://drupal.org/project/backup_migrate">http://drupal.org/project/backup_migrate</a><br><a href="http://drupal.org/project/backup_migrate_sftp">http://drupal.org/project/backup_migrate_sftp</a><br><br>I have not used it, but planning to explore more on this as I plan for own hosting.<br>
<br>Thanks<br>Kamal<br>NECS, Bangalore<br><br><br><div class="gmail_quote">On Mon, Oct 8, 2012 at 9:59 PM, Kenneth Jacker <span dir="ltr">&lt;<a href="mailto:khj@be.cs.appstate.edu" target="_blank">khj@be.cs.appstate.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Though I am sure that there are more, I can think of at least four ways<br>
to backup a Drupal site:<br>
<br>
  * Drush&#39;s &#39;archive-dump&#39; (ard) command<br>
<br>
    (Backup your code, files, and database into a single file.)<br>
<br>
  * The &#39;Backup and Migrate&#39; (B&amp;M) module<br>
<br>
    (simplifies the task of backing up and restoring your Drupal database)<br>
<br>
  * Use a &quot;version control system&quot; (VCS)<br>
<br>
  * Use &#39;rsync&#39;<br>
<br>
<br>
B&amp;M allows automatic scheduling of backups ... definitely an advantage.<br>
&#39;ard&#39;, on the other hand requires manual, &#39;cron&#39; or scripted invocation.<br>
<br>
*I* seem to favor &#39;ard&#39; since it backs up *code and files* along with<br>
databases.  B&amp;M, apparently, only backs up databases.<br>
<br>
Another approach might be using a VCS (e.g., &#39;git&#39;, &#39;subversion&#39;, _et al_)<br>
... or keep synchronized copies with &#39;rsync&#39;.  (These two, however, seem<br>
more suited for maintaining &quot;development&quot; and &quot;production&quot; versions of a<br>
site than for backing up.)<br>
<br>
<br>
How do *you* periodically backup your site(s)?<br>
<br>
<br>
Thanks for your comments!<br>
<br>
  -Kenneth<br>
<span class="HOEnZb"><font color="#888888">--<br>
Prof Kenneth H Jacker       <a href="mailto:khj@cs.appstate.edu">khj@cs.appstate.edu</a><br>
Computer Science Dept       <a href="http://www.cs.appstate.edu/~khj" target="_blank">www.cs.appstate.edu/~khj</a><br>
Appalachian State Univ<br>
Boone, NC  28608  USA<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></span></blockquote></div><br>