Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 434 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 434 Bytes

acrobox/restic

Dockerized restic client for Acrobox and lovers.

$ docker build -t acrobox/restic .
$ docker volume create restic-cache
$ docker run --rm -v restic-cache:/cache alpine:latest chown -R $(id -u):$(id -g) /cache
$ docker run --rm -i -t -u $(id -u):$(id -g) -e RESTIC_REPOSITORY="" -e RESTIC_PASSWORD="" -v /acrobox:/data -v restic-cache:/cache acrobox/restic init