How to download a home directory backup

Backups are very important part of maintaining a website. It is important to backup your files on a week to week or month to month basis. A home directory backup will backup all of the files in your home directory. This can be useful to backup the files of your site. However, it will not backup DNS, MySQL, or other system files and settings.

  1. Click Backups
  2. Click Download a home directory backup
  3. Click save as
  4. Select a desstination for where you would like the back up to locally be saved to.
  5. Click Save

The backup will start downloading to the destination you have chosen. The backup file will be in a .tar.gz file which can be opened with any Linux command line. Also, you can unzip this file from a windows based machine if you have the appropriate software. I recommend “winrar”. You can download a copy of it at:http://www.download.com

How do I restore my own backup?

A Home backup can be restored in cPanel, at the same place where you made the backup.

  • 34 Users Found This Useful
Was this answer helpful?

Related Articles

How to upload to an Addon or Subdomain

Option 1Step 1: In a FTP client enter this information. Host = add on domain name User...

Backup file types - cPanel

So, you have a backup file, but you need to know what type of backup it is so you can know what...

How to repair a broken database

If you get an error which says, "so-and-so is marked as crashed and needs to be repaired," then...

Apache Error Logs

When you check the error logs, you can see many things.Some things you can ignore:File does not...

How do I create and delete a cron job?

Cron Jobs run scheduled tasks at specific times. This is good to set up automated maintenance and...