mirror of
https://github.com/lobaro/restic-backup-docker.git
synced 2026-04-04 12:18:50 +00:00
Compare commits
7 Commits
v1.4.0
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70e155e768 | ||
|
|
47d29529e9 | ||
|
|
97c74a94a7 | ||
|
|
901cd5487f | ||
|
|
a66e72cb7e | ||
|
|
5f2b322e54 | ||
|
|
50e6fdbdf2 |
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,6 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## v1.4.2
|
||||
### Removed
|
||||
* Execute a repository check after prune was passed as a parameter in the forget call - use RESTIC_CHECK_CRON Var instead
|
||||
|
||||
## v1.4.1
|
||||
### Changed
|
||||
* Execute a repository check after prune was passed as a parameter in the forget call
|
||||
|
||||
## v1.4.0
|
||||
|
||||
### Added
|
||||
* Option to set the target folder backup
|
||||
|
||||
@@ -13,7 +13,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
|
||||
fi
|
||||
|
||||
|
||||
FROM docker.io/restic/restic:0.18.0
|
||||
FROM docker.io/restic/restic:0.18.1
|
||||
|
||||
RUN apk add --update --no-cache curl mailx shadow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user