Skip to content

restic

Fast, secure, efficient backup program

Modern backup program that can back up your files:

  • To many different storage types, including self-hosted and online services
  • easily, being a single executable that you can run without a server or complex setup
  • Effectively, only transferring the parts that actually changed in the files you back up
  • Securely, by careful use of cryptography in every part of the process
  • Verifiably, enabling you to make sure that your files can be restored when needed
  • Freely - restic is entirely free to use and completely open source

devops

https://restic.net/

arm64 armhf amd64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install restic

sudo apt install restic

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    restic=0.16.4*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      restic=0.16.4*

Download URLs

Version SHA256 Size (KB)
0.16.4 fa5e0a1cc5fd3c2f8e261523303ea418a98073c718ff54c5e6263742a4bb8215 6686
0.16.3 8c53d3f17cb6a76bfd6dad8ed59d6112051242b15dd8577d3125c3aec11dadf7 6681
0.16.2 55c8d9f4634ff409679844bece2421b7c9bf67e029bc3e14cbabe22048243319 6683
0.16.1 4cf81a89bd19346d614d2f24e90997ec8e4b19f8c21c08a0b9c9df06c54cae04 6680
0.16.0 280b1dccd7b2db15c2575dd2045ef078432a903de82282417c048c918a72e778 6890
Version SHA256 Size (KB)
0.16.4 b1c27158b4b0e3852c762e228fdf00bf159ccbda97283b399be7735a749ac958 5752
0.16.3 faf098fa68e954fcc6ad9d8113ef863141d168fdd1b068c8f8cb19d8edee7830 5756
0.16.2 b64e08e9bf96f52af19876d5865746308b047f5bec38141ad5938e556b1aa3d5 5754
0.16.1 bdce3b50cf82f47b295d446502be78e84066287351e0eb41fc38cd22541c792b 5752
0.16.0 c9d4ba728c59e139ec4d3ac657b8a8356190a803173edc08c15049043bc8f98e 5911
Version SHA256 Size (KB)
0.16.4 6a2089b7b1310219457e6da50dc8ce2dfc98f4d797f5454d77b9a8c11c26af56 5776
0.16.3 928d9d167e86e16e1f68050d8650a9170ce42ba73929ac56767ae1d9264c012f 5774
0.16.2 5ae5ee3db902ac4c7d4b68beb4a99a2c693bc7fbf262b26e603a9ed2e6930107 5775
0.16.1 ed8da53292d1f80698d4ae86303ad2a04fe3eb1e00102805549f6eb57ff34fd8 5759
0.16.0 e12b017ec8afa05b2ef90770443478af54aec5e4a4f2610ad2b6f15235287eda 6009

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for restic are versioned here.

Click here to see restic ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/restic/ops2deb.yml
name: restic
matrix:
  architectures:
    - amd64
    - arm64
    - armhf
  versions:
    - 0.16.0
    - 0.16.1
    - 0.16.2
    - 0.16.3
    - 0.16.4
homepage: https://restic.net/
summary: fast, secure, efficient backup program
description: |-
  Modern backup program that can back up your files:

  - To many different storage types, including self-hosted and online services
  - easily, being a single executable that you can run without a server or
  complex setup
  - Effectively, only transferring the parts that actually changed in the files
  you back up
  - Securely, by careful use of cryptography in every part of the process
  - Verifiably, enabling you to make sure that your files can be restored when
  needed
  - Freely - restic is entirely free to use and completely open source
fetch: https://github.com/restic/restic/releases/download/v{{version}}/restic_{{version}}_linux_{{goarch}}.bz2
install:
  - restic_{{version}}_linux_{{goarch}}:/usr/bin/restic

The blueprint fetch keyword contains a URL template pointing to restic releases. Downloaded files are locked in a lockfile versioned here.

Click here to see restic release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/restic/ops2deb.lock.yml
- url: https://github.com/restic/restic/releases/download/v0.16.0/restic_0.16.0_linux_amd64.bz2
  sha256: 492387572bb2c4de904fa400636e05492e7200b331335743d46f2f2874150162
  timestamp: 2023-10-24 08:56:02+00:00
- url: https://github.com/restic/restic/releases/download/v0.16.0/restic_0.16.0_linux_arm.bz2
  sha256: 20d323af78ca61c911fc9558d3621307e6a5beaaa635346bce8b5a6211c6a8f3
  timestamp: 2023-10-24 08:56:02+00:00
- url: https://github.com/restic/restic/releases/download/v0.16.0/restic_0.16.0_linux_arm64.bz2
  sha256: 434d77b8079a27f303d30758ad99152abf3102095b6bb3573c1de307f1ab6345
  timestamp: 2023-10-24 08:56:02+00:00
- url: https://github.com/restic/restic/releases/download/v0.16.1/restic_0.16.1_linux_amd64.bz2
  sha256: 68200563fb40d6ba3b6f744c919867bfc6fd6106b6317e55853d37f797b783b5
  timestamp: 2023-10-24 18:22:00+00:00
- url: https://github.com/restic/restic/releases/download/v0.16.1/restic_0.16.1_linux_arm.bz2
  sha256: ff955edce7641fd51844726398cedcd9a27d45f74731ca3c79a0abab5bf5ebc1
  timestamp: 2023-10-24 18:22:00+00:00
- url: https://github.com/restic/restic/releases/download/v0.16.1/restic_0.16.1_linux_arm64.bz2
  sha256: 5ad984e4bc9cf2b67a414f99c48b2f5621b12efaa1c838e4a6a13a7333641dc7
  timestamp: 2023-10-24 18:22:00+00:00
- url: https://github.com/restic/restic/releases/download/v0.16.2/restic_0.16.2_linux_amd64.bz2
  sha256: dae5e6e39107a66dc5c8ea59f6f27b16c54bd6be31f57e3281f6d87de30e05b0
  timestamp: 2023-10-30 01:13:17+00:00
- url: https://github.com/restic/restic/releases/download/v0.16.2/restic_0.16.2_linux_arm.bz2
  sha256: 60376b01b334a0cee3a59016f44dde8b336de2b6aa44f1e6e403d307990c47a0
  timestamp: 2023-10-30 01:13:17+00:00
- url: https://github.com/restic/restic/releases/download/v0.16.2/restic_0.16.2_linux_arm64.bz2
  sha256: efdd75eb5c12af6fec4189aa57dc777035a87dd57204daa52293901199569157
  timestamp: 2023-10-30 01:13:17+00:00
- url: https://github.com/restic/restic/releases/download/v0.16.3/restic_0.16.3_linux_amd64.bz2
  sha256: aa86e5667c46ab0bdf8ceca80fa3c8775da2bbc18656250a745ac8b042837a70
  timestamp: 2024-01-14 21:15:01+00:00
- url: https://github.com/restic/restic/releases/download/v0.16.3/restic_0.16.3_linux_arm.bz2
  sha256: 3f031af58b8b614eafe0fbefb338542b7b04f878853fa9f62394a00923375735
  timestamp: 2024-01-14 21:15:01+00:00
- url: https://github.com/restic/restic/releases/download/v0.16.3/restic_0.16.3_linux_arm64.bz2
  sha256: 7fdc003748c1fa5ff0d87a64aaa8a029927596db53ee09248494aaebe3970179
  timestamp: 2024-01-14 21:15:01+00:00
- url: https://github.com/restic/restic/releases/download/v0.16.4/restic_0.16.4_linux_amd64.bz2
  sha256: 3d4d43c169a9e28ea76303b1e8b810f0dcede7478555fdaa8959971ad499e324
  timestamp: 2024-02-04 21:05:15+00:00
- url: https://github.com/restic/restic/releases/download/v0.16.4/restic_0.16.4_linux_arm.bz2
  sha256: c4677e4eaf38ceda97841c8cae883883e026751970b41bb1a3f5e0610e07a5b1
  timestamp: 2024-02-04 21:05:15+00:00
- url: https://github.com/restic/restic/releases/download/v0.16.4/restic_0.16.4_linux_arm64.bz2
  sha256: 9d2f44538ea0c6309426cb290d3a6b8b0b85de5de7f1496ff40c843b36bf8a8d
  timestamp: 2024-02-04 21:05:15+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/restic.svg)](https://docs.wakemeops.com/packages/restic)
<a href="https://docs.wakemeops.com/packages/restic">
  <img src="https://docs.wakemeops.com/badges/restic.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/restic.svg
:target: https://docs.wakemeops.com/packages/restic