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
- Host: GitHub
- URL: https://github.com/moritzheiber/duplicity-docker
- Owner: moritzheiber
- License: mit
- Created: 2018-04-02T14:34:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T14:34:17.000Z (about 8 years ago)
- Last Synced: 2025-02-09T03:14:52.630Z (over 1 year ago)
- Topics: backup, conplicity, docker, duplicit, serverspec
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```