Windows
This software has not been stabilized yet and must not be used as your primary backup tool. You've been warned!
Ready-to-use binaries will be provided once the software stabilizes. In the meantime, feel free to build it yourself.
macOS
This software has not been stabilized yet and must not be used as your primary backup tool. You've been warned!
Ready-to-use binaries will be provided once the software stabilizes. In the meantime, feel free to build it yourself.
Linux
Debian / Ubuntu
This software has not been stabilized yet and must not be used as your primary backup tool. You've been warned!
A signed Debian repository is provided, and should work with Debian 11 and Debian derivatives (such as Ubuntu).
Execute the following commands (as root) to add the repository to your system:
mkdir -p -m0755 /etc/apt/keyrings
curl https://download.koromix.dev/debian/koromix-archive-keyring.gpg -o /etc/apt/keyrings/koromix-archive-keyring.gpg
echo "deb [signed-by=/etc/apt/keyrings/koromix-archive-keyring.gpg] https://download.koromix.dev/debian stable main" > /etc/apt/sources.list.d/koromix.dev-stable.list
Once this is done, refresh the repository cache and install the package:
apt update
apt install rekkord
RedHat, Fedora, Rocky Linux (RPM)
This software has not been stabilized yet and must not be used as your primary backup tool. You've been warned!
A signed RPM repository is provided, and should work with RHEL, Fedora and Rocky Linux (9+).
Execute the following commands (as root) to add the repository to your system:
curl https://download.koromix.dev/rpm/koromix-repo.asc -o /etc/pki/rpm-gpg/koromix-repo.asc
echo "[koromix]
name=koromix repository
baseurl=https://download.koromix.dev/rpm
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/koromix-repo.asc" > /etc/yum.repos.d/koromix.repo
Once this is done, install the package with this command:
dnf install rekkord