Havenoro CP

Overview

A backup is a snapshot of your website files, databases, email accounts, and settings, saved as a single archive file. Think of it like an insurance policy for your data. If something goes wrong — accidental deletion, a hacking attempt, a failed update, or even a server failure — you can restore from your most recent backup and get back up and running quickly. Without backups, losing data can mean starting from scratch.

Why Backups Matter

Even careful website owners run into problems. Here are the most common reasons you will be grateful you have a backup:

  • Accidental Deletion — You or a team member might delete an important file, an entire folder, or a database table by mistake.
  • Failed Updates — A WordPress, Laravel, or plugin update can sometimes break your site. With a backup taken before the update, you can roll back in minutes.
  • Hacking or Malware — If your site gets compromised, restoring a clean backup is often the fastest way to recover.
  • Server Hardware Failure — While rare, hard drives can fail. Hosting providers usually have their own backups, but having your own copy gives you extra control.
  • Human Error — Misconfiguring a setting, changing a file you should not have, or running the wrong command can all cause downtime.

The rule of thumb: backup before you make any major change. It only takes a few minutes and can save hours of recovery time.

Types of Backups

Havenoro CP supports two types of backups:

  • Full Backup — Includes all of your account data: website files, databases, email accounts, DNS zones, cron jobs, and configuration. This is the most comprehensive option and the one you will use most often.
  • Partial Backup — Lets you select specific items to back up. For example, you might only back up a single web domain and its database, leaving out email and other domains.

Partial backups are useful when you only modified one part of your account and want a quick safety net. Full backups are best for regular scheduled protection.

How To Manage Backups

Creating a Backup Manually

  1. Log in to Havenoro CP and navigate to the Backup section (usually in the sidebar under the user menu).
  2. Choose between Full Backup or Partial Backup.
  3. If selecting a partial backup, check the boxes for the items you want to include (web domains, databases, email, etc.).
  4. Click Create Backup. The system will package everything into a compressed archive.
  5. Once complete, the backup file appears in the backup list. You can download it to your computer for safekeeping.

Scheduling Automatic Backups

Manual backups are great, but it is easy to forget. Scheduling automatic backups ensures you always have recent copies. To set up a schedule:

  1. Go to the Backup section in Havenoro CP.
  2. Look for Scheduled Backup or Backup Schedule settings.
  3. Choose the frequency: daily, weekly, or monthly.
  4. Select what to include (full backup is recommended).
  5. Set how many backup copies to keep before old ones are deleted (e.g., keep the last 7 daily backups).
  6. Save the schedule. The system will now automatically create backups at the specified interval.

Restoring from a Backup

  1. Go to the Backup section.
  2. Find the backup you want to restore from the list.
  3. Click the Restore button next to it.
  4. Choose what to restore — you can restore everything or select specific items.
  5. Confirm the restoration. The system will overwrite your current files with the backup versions.

Warning: Restoring a backup overwrites your current data. Make sure you are not accidentally deleting recent changes. If unsure, create a fresh backup first.

Where Backups Are Stored

Backups are stored on the server in your account's backup directory. You can also download them to your computer or transfer them to off-site storage (like Google Drive or Dropbox) for extra safety. Remember that backups take up disk space, and disk space counts against your account limit. A full backup of a busy account can be several gigabytes.

Before Major Changes, Always Backup

Make it a habit: before updating WordPress, changing your theme, modifying database tables, or editing critical configuration files, create a manual backup first. This simple habit has saved countless website owners from headaches.

Next Steps

Now that your data is safe, learn how to automate tasks on your server. Head over to the Cron Jobs guide to schedule recurring maintenance scripts and automated tasks.