borgbackup from home:amagical.net project

Selecionar o Seu Sistema Operativo

Para Debian 13 corra o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/amagical.net/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:amagical.net.list
curl -fsSL https://download.opensuse.org/repositories/home:amagical.net/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_amagical.net.gpg > /dev/null
sudo apt update
sudo apt install borgbackup
Para Debian 12 corra o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/amagical.net/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:amagical.net.list
curl -fsSL https://download.opensuse.org/repositories/home:amagical.net/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_amagical.net.gpg > /dev/null
sudo apt update
sudo apt install borgbackup

Pacotes para Debian 13:

Pacotes para Debian 12:

Para Raspbian 12 corra o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/amagical.net/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:amagical.net.list
curl -fsSL https://download.opensuse.org/repositories/home:amagical.net/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_amagical.net.gpg > /dev/null
sudo apt update
sudo apt install borgbackup