Skip to content

Automatic builds of Debian packages for the Restic backup program

Notifications You must be signed in to change notification settings

cdzombak/restic-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restic-deb

Automated Debian packages built directly from official Restic release binaries.

Installation

via Apt

Install my Debian repository if you haven't already:

sudo apt-get install ca-certificates curl gnupg
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://dist.cdzombak.net/deb.key | sudo gpg --dearmor -o /etc/apt/keyrings/dist-cdzombak-net.gpg
sudo chmod 0644 /etc/apt/keyrings/dist-cdzombak-net.gpg
echo -e "deb [signed-by=/etc/apt/keyrings/dist-cdzombak-net.gpg] https://dist.cdzombak.net/deb/3p any 3p\n" | sudo tee -a /etc/apt/sources.list.d/dist-cdzombak-net.list > /dev/null
sudo apt-get update

Then install restic via apt-get:

sudo apt-get install restic

Manual installation from build artifacts

Debian packages are downloadable from each GitHub Release.

About

Automatic builds of Debian packages for the Restic backup program

Topics

Resources

Stars

Watchers

Forks