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

https://github.com/moritzheiber/duplicity-docker

Running Duplicity inside Docker
https://github.com/moritzheiber/duplicity-docker

backup conplicity docker duplicit serverspec

Last synced: about 1 month ago
JSON representation

Running Duplicity inside Docker

Awesome Lists containing this project

README

          

# Duplicity in Docker

This container is meant to run [Duplicity](http://duplicity.nongnu.org/), mainly together with [conplicity](https://github.com/camptocamp/conplicity).

To use this container with `conplicity` instead of the default, run conplicity with the following arguments:

```sh
$ conplicity --duplicity-image="moritzheiber/duplicity:latest" [...]
```

## Building

```sh
$ ./run build
```

## Run ServerSpec tests

```sh
$ ./run test
```