how do i backup full ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • turksengel
    New Member
    • Aug 2005
    • 16
    • 3.5.0 Pre-Release

    how do i backup full ?

    how can i backup all the things ; hacks ; modifications etc.
  • mholtum
    Senior Member
    • May 2004
    • 298
    • 3.5.x

    #2
    I do all my site and database backups via my control panel that my host provides.. Quick and simple.
    Home of the free, Because of the brave.

    Comment

    • dieselpowered
      Senior Member
      • Aug 2004
      • 859
      • 4.2.X

      #3
      The most reliable backed is done via secure shell the command would be:

      mysqldump --opt -u 'username' -p 'databasename' > /path to where you want the file located (ie /home/username/public_html/backup.sql)
      to restore:

      mysql -u 'username' -p 'databasename' < /path to where the file is located (ie /home/username/public_html/backup.sql)
      The rest of the site you can download to your local system via FTP

      Hope that helps!
      CommanderTalk.com --> www.commandertalk.com

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...