How to Install Backuply Server on RHEL/Ubuntu

Overview

Backuply Server is a modern backup utility designed to simplify the process of backing up and restoring user data on hosting servers. It supports multiple storage locations, including Local, FTP, SSH, S3, Google Drive, OneDrive, and more. With automated backup scheduling, multi-level scheduling options, and selective restoration capabilities, Backuply ensures secure, efficient, and hassle-free server backup management.

This guide provides step-by-step instructions for installing Backuply Server on supported control panels.

Requirements

Before installing Backuply Server, ensure your server meets the following requirements:

  • A server running one of the supported control panels:

    • Webuzo

    • cPanel

    • DirectAdmin

  • Root access to the server via SSH.

  • If a firewall is enabled, ensure access to download packages from *.softaculous.com.

Installation Steps

  1. Connect to your server via SSH as the root user.

  2. Download the Backuply installer script:

    wget -O backuply.sh https://a.softaculous.com/backuply-server/files/install.sh
    
  3. Make the script executable:

    chmod +x backuply.sh
    
  4. Run the installer:

    ./backuply.sh
    

The installer will automatically detect your server’s control panel and configure Backuply accordingly.

Note: If your server has a firewall enabled, ensure that it allows access to download all necessary packages from *.softaculous.com.

Once the installation completes, Backuply Server will be ready to manage backups and restorations on your server.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Cleanup Backuply Local Backups to Free Disk Space

Problem:Backuply occasionally keeps local .tar.gz backup files even after uploading them to a...

How to Disable the VirtIO Balloon Driver on a KVM VPS

Overview The VirtIO Balloon driver (virtio_balloon) is a memory management component used by...

The PACKAGE Could Not Be Found - Error in Softaculous

Overview When attempting to install WordPress through Softaculous, you may encounter the...