An open API service indexing awesome lists of open source software.

https://github.com/skaronator/docker-zrepl

Simple, lightweight and secure container image for zrepl
https://github.com/skaronator/docker-zrepl

Last synced: 9 months ago
JSON representation

Simple, lightweight and secure container image for zrepl

Awesome Lists containing this project

README

          

# zrepl Docker Container Image

One-stop ZFS backup & replication solution

[https://github.com/zrepl/zrepl](https://github.com/zrepl/zrepl)

## Usage

The usage of this container image is pretty straightforward. It's basically just zrepl as a container image.

You need to mount your zrepl config at `/etc/zrepl/zrepl.yml`.

```bash
docker run -v $PWD/zrepl.yml:/etc/zrepl/zrepl.yml:ro ghcr.io/skaronator/zrepl-dl -d --privileged
```

Information about the zrepl.yml config file can be found in the offical documentation: [https://zrepl.github.io/configuration.html](https://zrepl.github.io/configuration.html)