Container images of Kopia, a cross-platform backup tool.
This is a superset of official images.
- Provide rootless images.
- Bundle OpenSSH client.
- Distribute via multiple registries (Issue 2834: Push images to a different registry).
Images are built on top of the official ones and published in GHCR and GitLab.
There are two profiles:
std— standard Kopia server;ssh— Kopia with SSH client.
So, Kopia version should be like <kopia-version>-<fb-revision>-<profile>. For example, 0.18.2-fb1-std or 0.18.2-fb1-ssh.
Usage is not different from the official images. So, you can run the server by the command:
docker run -e KOPIA_PASSWORD \
-v /path/to/config/dir:/app/config \
-v /path/to/cache/dir:/app/cache \
-v /path/to/logs/dir:/app/logs \
-v /path/to/repository/dir:/repository \
-v /path/to/tmp/dir:/tmp:shared \
<image>:<version>