Remote Destinations

In this article, we have explained how to store backups on a remote server via FTP. If anything happens to the computer, this would help prevent backups from being lost.

What is a Remote Destination?

A Remote Destination is a secure, off-site location where you can keep backup files for your website. A Remote Destination is usually cloud-based, which means that the files are stored on a network of remote servers for data redundancy.

To continue, follow the Procedure.

  1. Log into WHM as a root user.
  2. Type “Backup” in the sidebar search box and then click on the Backup Configuration sidebar menu option:
  3. In the main part of the WHM window, the Backup Configuration options will appear. Since we want to set up more backups, go to the top of the screen and select the Additional Destinations tab
  4. Select FTP from Destination type
  5. Click the button “Create New Destination”
  6. Then, as seen in the screenshots below, a new window will appear, prompting you to enter the remote server’s credentials.
  7. Click the button “Save and Validate Destination” once you’ve entered all of the necessary information.
  8. After the validation has completed successfully, press “Save Configuration.”
  9. By manually running the backup, you can now verify if the transferring is working.
    Run the below command to run the backup manually

    /usr/local/cpanel/bin/backup  –force

    You’ll get a new log file from there, which you can use to verify the backup and transfer process.

We hope that you now have a good understanding of How to backup to a remote destination. If you continue to have problems with the protocol outlined above, please contact the bodHOST Team for constructive assistance 24×7.

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

Enable Cgi-bin for any Folder

CGI (Common Gateway Interface) scripts allow you to run programs or scripts (such as .cgi,…

What are some NPM commands you should know?

Managing packages is a daily effort while working on JavaScript or Node.js projects. This is…

How to view Apache Status in WHM

In this article, we’ll show you how to check Apache status in WHM in a…