Skip to content
/ restic Public

Dockerized restic client for Acrobox and lovers.

License

Notifications You must be signed in to change notification settings

acrobox/restic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerized restic client for Acrobox and lovers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages