Skip to main content

Incremental backups restoration

Comments

3 comments

  • cPanelMichael
    Hello :) Information on how to restore backups stored on a remote server is available here: Remote Restoration Note that you could restore a single MySQL database by first removing the existing tables and then restoring the .SQL backup with a command such as: mysql database_name < /path/to/database-backup.sql
    Thank you.
    0
  • iso99
    [quote="cPanelMichael, post: 1642862">Hello :) Information on how to restore backups stored on a remote server is available here: Remote Restoration Note that you could restore a single MySQL database by first removing the existing tables and then restoring the .SQL backup with a command such as: mysql database_name < /path/to/database-backup.sql
    Thank you.
    Incremental backups do not allow remote storage right? My case is, I want to copy the backups generated by cPanel to a remote server - thus, also creating retention. Copy will work automatically using bash script. I am concerned on how to restore the backup coming from the remote server that I have made. Will creating a .tar file of a user directory then using "Restore a Full Backup/cpmove File" work? Is the directory structure generated by Incremental backup the same as what is generated in a per-cPanel backup? Will this scenario also work: copy the whole directory from the remote server to the local backup location, then use the Backup Restoration facility in WHM? Will I be able to use the fine-grained choices of mysql only and mail only? Thank you.
    0
  • cPanelMichael
    No, as mentioned in the document, you must use the command line to access and transfer your backups back to the server they will be restored on. It's acceptable to have the backup directories that were generated and not use an archive as long as incremental backups are enabled. Thank you.
    0

Please sign in to leave a comment.