https://github.com/cdzombak/restic-deb
Automatic builds of Debian packages for the Restic backup program
https://github.com/cdzombak/restic-deb
debian restic
Last synced: 19 days ago
JSON representation
Automatic builds of Debian packages for the Restic backup program
- Host: GitHub
- URL: https://github.com/cdzombak/restic-deb
- Owner: cdzombak
- Created: 2023-09-25T20:48:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-22T00:04:08.000Z (9 months ago)
- Last Synced: 2025-12-06T11:10:04.652Z (7 months ago)
- Topics: debian, restic
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# restic-deb
Automated Debian packages built directly from official [Restic](https://github.com/restic/restic) release binaries.
## Installation
### via Apt
Install my Debian repository if you haven't already:
```shell
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`:
```shell
sudo apt-get install restic
```
### Manual installation from build artifacts
Debian packages are downloadable from each [GitHub Release](https://github.com/cdzombak/restic-deb/releases).