Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niondir authored Aug 5, 2023
1 parent 33d48e8 commit e09de3e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ This container runs restic backups in regular intervals.
* [ghcr.io/lobaro/restic-backup-docker](https://github.com/lobaro/restic-backup-docker/pkgs/container/restic-backup-docker)
* Old: [lobaro/restic-backup-docker](https://hub.docker.com/r/lobaro/restic-backup-docker/)

Stable
Latest (experimental):
```
docker pull lobaro/restic-backup-docker:1.2-0.9.4
docker pull ghcr.io/lobaro/restic-backup-docker:master
```

Latest (experimental)
```
docker pull lobaro/restic-backup-docker:latest
```
# Contributing
Pull Requests to improve the image are always wellcome. Please create an issue about the PR first.

When behaviour of the image changes (Features, Bugfixes, Changes in the API) please update the "Unreleased" section of the [CHANGELOG.md](https://github.com/lobaro/restic-backup-docker/blob/master/CHANGELOG.md)


## Hooks

Expand Down Expand Up @@ -213,13 +214,12 @@ services:
- RESTIC_DATA_SUBSET=50G # Download 50G of data from "storageserver" every Wednesday 22:00 UTC and check the data integrity
- RESTIC_FORGET_ARGS=--prune --keep-last 12 # Only keep the last 12 snapshots
```
# Versioning & Changelog

# Versioning

Starting from v1.3.0 versioning follows [Semantic versioning](http://semver.org/)

Build metadata is used to declare the Restic version.

**Example:** 1.3.0+0.9.5 (includes Restic 0.9.5)
**Example:** v1.3.2+restic-0-16-0 (includes Restic 0.16.0)

For changelog see: https://github.com/lobaro/restic-backup-docker/releases

0 comments on commit e09de3e

Please sign in to comment.