Update README.md

This commit is contained in:
Tobias Kaupat
2017-04-14 01:33:19 +02:00
committed by GitHub
parent d53bc0a4a5
commit 6e8f00b5b3

View File

@@ -9,6 +9,12 @@ This container runs restic backups in regular intervals.
**Container**: [lobaro/restic-backup-docker](https://hub.docker.com/r/lobaro/restic-backup-docker/)
Stable
```
docker pull lobaro/restic-backup-docker:v1.0
```
Latest (experimental)
```
docker pull lobaro/restic-backup-docker
```
@@ -87,6 +93,16 @@ Now you can simply specify the restic repository to be an [SFTP repository](http
-e "RESTIC_REPOSITORY=sftp:user@host:/tmp/backup"
```
# TODO
# Changelog
* Add testsetup based on docker-compose
Versioning follows [Semantic versioning](http://semver.org/)
! Breaking changes
**:latest**
* ! `--prune` must be passed to `RESTIC_FORGET_ARGS` to execute prune after forget.
* Switch to base Docker container to `golang:1.7-alpine` to support latest restic build.
**:v1.0**
* First stable version