Skip to main content

Database auto backup

Comments

4 comments

  • LostNerd
    Hello, Just to clarify... Are you attempting to backup a single database or every database on your cPanel/WHM server? If you are trying to backup your databases in one account only, the Backup Manager is very helpful.
    0
  • faizrashid
    I wanted to backup a single database only. Can it be done by using a .php code?
    0
  • LostNerd
    $backup_file"; system($command); ?>
    Something like this may work. Change it to your needs. However, I personally prefer using a program such as Navicat to perform backups for me.
    0
  • cPanelMichael
    Hello :) Note that you can also backup a database through the cPanel interface or using "mysqldump" from the command line. Thank you.
    0

Please sign in to leave a comment.