Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T00:03:06.000Z (2 months ago)
- Last Synced: 2024-11-09T01:16:59.056Z (2 months ago)
- Topics: debian, restic
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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).