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
- Host: GitHub
- URL: https://github.com/skaronator/docker-zrepl
- Owner: Skaronator
- License: gpl-3.0
- Created: 2023-01-25T08:55:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T02:32:26.000Z (over 1 year ago)
- Last Synced: 2025-03-30T13:54:44.545Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)