Opsmate

Installing Opsmate

To install Opsmate, choose your distro from the list below and run the commands as root.

Distro:

Debian Bookworm

wget -P /etc/apt/sources.list.d https://www.opsmate.com/bookworm/opsmate.list

wget -P /etc/apt/trusted.gpg.d https://www.opsmate.com/bookworm/opsmate.gpg

apt-get update

apt-get install opsmate-backups

Debian Bullseye

wget -P /etc/apt/sources.list.d https://www.opsmate.com/bullseye/opsmate.list

wget -P /etc/apt/trusted.gpg.d https://www.opsmate.com/bullseye/opsmate.gpg

apt-get update

apt-get install opsmate-backups

Debian Buster

wget -P /etc/apt/sources.list.d https://www.opsmate.com/buster/opsmate.list

wget -P /etc/apt/trusted.gpg.d https://www.opsmate.com/buster/opsmate.gpg

apt-get update

apt-get install opsmate-backups

Debian Stretch

wget -P /etc/apt/sources.list.d https://www.opsmate.com/stretch/opsmate.list

wget -P /etc/apt/trusted.gpg.d https://www.opsmate.com/stretch/opsmate.gpg

apt-get update

apt-get install opsmate-backups

Ubuntu 23.10

wget -P /etc/apt/sources.list.d https://www.opsmate.com/ubuntu2310/opsmate.list

wget -P /etc/apt/trusted.gpg.d https://www.opsmate.com/ubuntu2310/opsmate.gpg

apt-get update

apt-get install opsmate-backups

Ubuntu 21.04

wget -P /etc/apt/sources.list.d https://www.opsmate.com/ubuntu2104/opsmate.list

wget -P /etc/apt/trusted.gpg.d https://www.opsmate.com/ubuntu2104/opsmate.gpg

apt-get update

apt-get install opsmate-backups

Ubuntu 20.10

wget -P /etc/apt/sources.list.d https://www.opsmate.com/ubuntu2010/opsmate.list

wget -P /etc/apt/trusted.gpg.d https://www.opsmate.com/ubuntu2010/opsmate.gpg

apt-get update

apt-get install opsmate-backups

Ubuntu 20.04

wget -P /etc/apt/sources.list.d https://www.opsmate.com/ubuntu2004/opsmate.list

wget -P /etc/apt/trusted.gpg.d https://www.opsmate.com/ubuntu2004/opsmate.gpg

apt-get update

apt-get install opsmate-backups

Ubuntu 18.04

wget -P /etc/apt/sources.list.d https://www.opsmate.com/ubuntu1804/opsmate.list

wget -P /etc/apt/trusted.gpg.d https://www.opsmate.com/ubuntu1804/opsmate.gpg

apt-get update

apt-get install opsmate-backups

Ubuntu 16.04

wget -P /etc/apt/sources.list.d https://www.opsmate.com/ubuntu1604/opsmate.list

wget -P /etc/apt/trusted.gpg.d https://www.opsmate.com/ubuntu1604/opsmate.gpg

apt-get update

apt-get install opsmate-backups

Ubuntu 14.04

wget -P /etc/apt/sources.list.d https://www.opsmate.com/ubuntu1404/opsmate.list

wget -P /etc/apt/trusted.gpg.d https://www.opsmate.com/ubuntu1404/opsmate.gpg

apt-get update

apt-get install opsmate-backups

RHEL/CentOS 6+

wget -P /etc/yum.repos.d https://www.opsmate.com/centos/Opsmate.repo

wget -P /etc/pki/rpm-gpg https://www.opsmate.com/centos/RPM-GPG-KEY-Opsmate

yum install opsmate-backups

Other Linux (x86)

curl https://packages.opsmate.com/static/opsmate-backups-latest-linux-i386-static.tar.gz | tar -xz -C /opt

This command installs Opsmate to /opt/opsmate. To install somewhere else, replace /opt with the prefix of your choice (such as /usr/local). When running the opsmate command, be sure to specify the full path: /opt/opsmate/bin/opsmate.

Other Linux (x86_64)

curl https://packages.opsmate.com/static/opsmate-backups-latest-linux-amd64-static.tar.gz | tar -xz -C /opt

This command installs Opsmate to /opt/opsmate. To install somewhere else, replace /opt with the prefix of your choice (such as /usr/local). When running the opsmate command, be sure to specify the full path: /opt/opsmate/bin/opsmate.