File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ This container runs restic backups in regular intervals.
9
9
10
10
** Container** : [ lobaro/restic-backup-docker] ( https://hub.docker.com/r/lobaro/restic-backup-docker/ )
11
11
12
+ Stable
13
+ ```
14
+ docker pull lobaro/restic-backup-docker:v1.0
15
+ ```
16
+
17
+ Latest (experimental)
12
18
```
13
19
docker pull lobaro/restic-backup-docker
14
20
```
@@ -87,6 +93,16 @@ Now you can simply specify the restic repository to be an [SFTP repository](http
87
93
-e "RESTIC_REPOSITORY=sftp:user@host:/tmp/backup"
88
94
```
89
95
90
- # TODO
96
+ # Changelog
97
+
98
+ Versioning follows [ Semantic versioning] ( http://semver.org/ )
99
+
100
+ ! Breaking changes
101
+
102
+ ** : latest **
103
+ * ! ` --prune ` must be passed to ` RESTIC_FORGET_ARGS ` to execute prune after forget.
104
+ * Switch to base Docker container to ` golang:1.7-alpine ` to support latest restic build.
105
+
91
106
92
- * Add testsetup based on docker-compose
107
+ ** : v1 .0**
108
+ * First stable version
You can’t perform that action at this time.
0 commit comments