Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niondir authored Apr 13, 2017
1 parent d53bc0a commit 6e8f00b
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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

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.


* Add testsetup based on docker-compose
**:v1.0**
* First stable version

0 comments on commit 6e8f00b

Please sign in to comment.