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
-
Connect to your server via SSH as the root user.
-
Download the Backuply installer script:
wget -O backuply.sh https://a.softaculous.com/backuply-server/files/install.sh -
Make the script executable:
chmod +x backuply.sh -
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.
