https://github.com/moritzheiber/restic-docker
Running restic inside Docker
https://github.com/moritzheiber/restic-docker
backup conplicity docker restic serverspec
Last synced: 24 days ago
JSON representation
Running restic inside Docker
- Host: GitHub
- URL: https://github.com/moritzheiber/restic-docker
- Owner: moritzheiber
- License: mit
- Created: 2018-04-02T15:11:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T15:54:49.000Z (about 7 years ago)
- Last Synced: 2025-02-09T02:41:23.879Z (3 months ago)
- Topics: backup, conplicity, docker, restic, serverspec
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Restic inside Docker
A Docker image to run the [restic](https://github.com/restic/restic) engine.
I realize there is an official image, however, at the time of writing this it used an outdated version of Alpine and didn't come with `ssh` pre-installed (which you need in order to run it against SFTP targets).