Sign inSign up

nuphion/kopia

By nuphion

Updated almost 4 years ago

Image
0

1.0K

nuphion/kopia repository overview

kopia-docker

Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication.

rclone is installed in the container for use as a Kopia storage backend.

This docker image is in pre-alpha quality and currently should only be used for testing.

Usage

The docker expects a file named kopia_cron to exist in container path /config

On startup, cron schedules from this file are activated within the container.

Example cron to print the current Kopia version to the docker log at 3am every day:

0 3 * * * kopia --version

Parameters

  • -v /config The path to the kopia_cron file
  • -v /data The path to the repository that Kopia will be working with
  • --hostname foo Kopia works better when given a static hostname

Tag summary

Content type

Image

Digest

sha256:86b20d88b

Size

48.8 MB

Last updated

almost 4 years ago

docker pull nuphion/kopia