Skip to content

Install Aerospike Backup Control (absctl)

This page describes how to install Aerospike Backup Control (absctl) and run from a container for testing or production.

Aerospike Backup Control is the command-line tool for on-demand Aerospike backup and restore operations. Use absctl backup to create backup files and absctl restore to restore or validate those backups.

To try a guided end-to-end example, see the quickstart.

Choose an installation method

Select a method based on your environment and whether you require a managed, containerized, or custom build:

  • Pre-built downloads for a standard local installation
  • Docker to run absctl without installing the tool on your host
  • Build from source if you need a development build or want to modify the tool for your use case

Download pre-built release files from GitHub Releases. Select your platform and architecture:

Terminal window
# Download
wget https://github.com/aerospike/absctl/releases/download/v1.0.0-1/absctl-1.0.0-1.x86_64.rpm
# Install (RHEL/CentOS/Fedora)
sudo rpm -i absctl-1.0.0-1-1.x86_64.rpm

To verify that absctl is available after installation, run:

Terminal window
absctl --help

Get started

Feedback

Was this page helpful?

What type of feedback are you giving?

What would you like us to know?

+Capture screenshot

Can we reach out to you?