Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
 mysqldump --routines 1408513157 >-r /root/hbdump.sql

4. Old Server: If you have some customisations done already or modules uploaded, backup public_html folder

Code Block
languagetext
  cd /home/hostbill/public_html/
  cp includes/config.php includes/config.php.backup
  tar -zcvf /root/hostbill.publichtml.tgz --exclude='config.php' .


Code Block
languagetext
Note: Consider creating backups of /home/hostbill/attachments and /home/hostbill/downloads folders, if you use support plugin and downloads section in clientarea already

...