Zmanda Pro Installation
Zmanda Pro installation for Windows
This guide empowers you to install, upgrade, and uninstall the software, ensuring the safety of your data is never compromised.
Learn how to download and set up Zmanda Pro on your Windows devices through our YouTube video:
Installation:
To get started, log in to the admin account and create a new user.
Then, switch to the newly created user account. From there, find the download section and grab the client software you need for your Windows system.
Make sure to choose the Any CPU option.
Once the software is downloaded, find the file and open it to start installing.
Just follow the instructions that pop up on your screen. After the installation is finished, open the application and log in using your user account details.
Upgrading:
Simply download and run the updated installer. The new version will smoothly take over, preserving your configuration and resuming any running backup jobs.
Uninstalling:
Access control panel: Head to the Apps and Features section within your control panel.
Locate Zmanda Pro: Select the software and click Uninstall.
Confirm and complete: Follow the on-screen prompts to finalize the uninstallation process.
Hardware and software compatibility:
Processor: x86 or x86-64 processor (minimum 4 cores/threads)
Memory: Minimum: 8 GB, Recommended: 16 GB
Operating System: Windows 7 or newer (Client), Windows Server 2008 R2 or newer (Server)
Storage: SSD or NVME Drive is recommended
Note:
Zmanda Pro doesn't use up 8GB of RAM. How much it actually uses depends on what it's doing.
If your internet connection has high latency or isn't stable, it's not a good idea to use Zmanda Pro. It can slow down both uploading and downloading.
Zmanda Pro installation for macOS
This guide simplifies installation, upgrades, and uninstallation, ensuring a smooth experience.
Installation:
To get started, log in to the admin account and create a new user for your macOS system.
Once the user is set up, switch to the newly created user account.
Next, navigate to the download section and select the client software designed for macOS. Look for the appropriate download option and initiate the download process.
Once the software is downloaded, locate the file in your Downloads folder and double-click to begin the installation.
Proceed according to the instructions displayed on your screen to finalize the installation procedure.
After installation, launch the application and log in using the credentials associated with the user account.
Upgrading:
Simply run the downloaded update file. It will safely remove the previous version and install the new one, keeping your configuration intact.
Uninstalling:
Start the terminal: Open the Terminal program by selecting it from the Applications folder.
Run the command: Copy and paste the provided uninstallation command into the Terminal window and press Enter.
You can manually remove the saved credentials prior to uninstallation by running the following command:
Observe instructions: Once the uninstallation has been established, wait for the procedure to finish.
System requirements:
CPU: x86-64 or Apple Silicon processor (minimum 4 cores/threads)
RAM: Minimum: 8 GB, Recommended: 16 GB
OS: macOS 10.13 "High Sierra" or newer
Hard Drive: SSD or NVME Drive recommended
Zmanda Pro Installation for Linux Systems
This guide provides detailed installation instructions for Zmanda Pro across different Linux distributions and NAS systems.
Check out this video tutorial on How to Install Zmanda Pro on Linux Client: Installing Zmanda Pro on Linux Client (youtube.com)
System Requirements
Ensure your systems meet these minimum specifications:
CPU: x86 with SSE2, x86-64, or ARM processor, minimum 4 cores/threads
Memory: 8 GB minimum, 16 GB recommended
Operating System: Various Linux distributions, as specified
Storage: SSD or NVME Drive recommended
Network: Stable internet connection with at least 1 Mbps download/upload speed
Installation on Debian and Ubuntu
Standard Installation
Download:
Download the .deb package from the Zmanda Pro website.
Ensure you have sudo or root access to install packages.
Installation:
Install using the Debian package manager:
sudo apt install ./ZmandaPro_Backup-xx.x.x.deb
The installer will install the software into a branded /opt/BRANDNAME/ subdirectory.
During installation, you'll be prompted to enter the server URL, username, and password to register the device with Zmanda Pro's central management.
Managing the Service: Use systemctl to start, stop, and check the status of the Zmanda Pro service:
Silent Installation
Debconf Pre-seeding:
Pre-seed answers to installation prompts for a non-interactive setup:
echo 'zmanda-pro zmanda-pro/server string your-server.com' | debconf-set-selections sudo DEBIAN_FRONTEND=noninteractive apt-get install zmanda-pro
Package Compatibility
Upgrading:
Install the .deb package over an existing "Other distribution" .run package. The installer will convert settings appropriately.
Reinstallation:
Installing an older .run package over a newer .deb installation could result in a mixed installation. Safely uninstall the .deb package first to avoid this.
Installation on Red Hat Enterprise Linux (RHEL) and CentOS
Installation Process
Download:
Download the .rpm package from the Zmanda Pro website.
Installation:
Install using the RPM package manager:
sudo rpm -i ZmandaPro_Backup-xx.x.x.rpm
Follow the prompts to configure the software.
Installation on Synology NAS
Installation Steps
Preparation:
Ensure your Synology NAS is running DSM 6 or later.
Download the appropriate SPK file from the Zmanda Pro website.
Package Center:
Navigate to the Package Center on your Synology dashboard.
Select "Manual Install" and upload the SPK file.
Setup:
If on DSM 6, ensure "Any publisher" is selected under Trust Level.
For DSM 7, accept the third-party package prompt.
Enter credentials for the Zmanda Pro Server and user.
Permissions on DSM 7
User Permissions:
Zmanda Pro runs under a package-specific user named backuptool.
Grant backuptool access to Shared Folders via the Control Panel to perform backups and restores.
Limitations
Package User Restrictions:
Remote upgrades/uninstalls are not supported. Manual installation of new versions is required.
Restore operations may not correctly restore permissions due to user restrictions.
Restarting at Boot
Startup Scripts:
Configure the system to run the backup-daemon-start.sh at boot using methods like rc.local, systemd, or cron.
After Installation
Testing:
Perform backup and restore tests to ensure the system is configured correctly.
Documentation:
Maintain documentation of the installation process and configurations for compliance and troubleshooting.
Troubleshooting and Support
Common Issues:
Ensure all dependencies are met, particularly for network and storage configurations.
Check the firewall settings that might block Zmanda Pro's operations.
Last updated