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>.
RUN apt-get update && \
apt-get install -y borgbackup
RUN apt-get update && \
apt-get install -y borgbackup
RUN apk add borgbackup
RUN pacman -S --noconfirm borg
RUN apt-get update && \
apt-get install -y borgbackup
RUN dnf install -y borgbackup
RUN apt-get update && \
apt-get install -y borgbackup