borg

Deduplicating backup tool. Creates local or remote backups that are mountable as filesystems. More information: <https://borgbackup.readthedocs.io/en/stable/usage/general.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y borgbackup
Ubuntu
RUN apt-get update && \ apt-get install -y borgbackup
Alpine
RUN apk add borgbackup
Arch Arch Linux
RUN pacman -S --noconfirm borg
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y borgbackup
Fedora
RUN dnf install -y borgbackup
Raspbian
RUN apt-get update && \ apt-get install -y borgbackup
click the source code to copy install borg on any operating system with command-not-found.com