mirror of
https://github.com/lobaro/restic-backup-docker.git
synced 2026-08-29 07:17:30 +00:00
Update README.md
This commit is contained in:
@@ -98,16 +98,12 @@ Now you can simply specify the restic repository to be an [SFTP repository](http
|
|||||||
-e "RESTIC_REPOSITORY=sftp:user@host:/tmp/backup"
|
-e "RESTIC_REPOSITORY=sftp:user@host:/tmp/backup"
|
||||||
```
|
```
|
||||||
|
|
||||||
# Changelog
|
# Versioning & Changelog
|
||||||
|
|
||||||
Versioning follows [Semantic versioning](http://semver.org/)
|
Starting from v1.3.0 versioning follows [Semantic versioning](http://semver.org/)
|
||||||
|
|
||||||
! Breaking changes
|
Build metadata is used to declare the Restic version.
|
||||||
|
|
||||||
**:latest**
|
**Example:** 1.3.0+0.9.5 (includes Restic 0.9.5)
|
||||||
* ! `--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.
|
|
||||||
|
|
||||||
|
For Changelog see: https://github.com/lobaro/restic-backup-docker/releases
|
||||||
**:v1.0**
|
|
||||||
* First stable version
|
|
||||||
|
|||||||
Reference in New Issue
Block a user