3
3
<p align =" center " >
4
4
<a href =" https://github.com/beeb/awsbck-rs/actions/workflows/ci.yml " ><img src =" https://img.shields.io/github/actions/workflow/status/beeb/awsbck-rs/ci.yml?style=flat-square " /></a >
5
5
<a href =" https://crates.io/crates/awsbck " ><img src =" https://img.shields.io/crates/v/awsbck.svg?style=flat-square " /></a >
6
- <a href =" https://hub.docker.com/r/vbersier/awsbck " ><img src =" https://img.shields.io/docker/image-size/vbersier/awsbck/latest?style=flat-square " /></a >
7
6
<a href =" https://github.com/beeb/awsbck-rs/blob/main/LICENSE-MIT " ><img src =" https://img.shields.io/crates/l/awsbck.svg?style=flat-square " /></a >
8
7
</p >
9
8
@@ -77,7 +76,7 @@ $ docker run \
77
76
--rm \
78
77
--mount type=bind,src="$(pwd)"/target,dst=/target,readonly \
79
78
-e AWS_REGION -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY \
80
- vbersier /awsbck:latest \
79
+ ghcr.io/beeb /awsbck:latest \
81
80
-c "15 */10 * * * *" -b my_bucket /target
82
81
```
83
82
@@ -95,7 +94,8 @@ $ cargo install awsbck
95
94
96
95
### Docker
97
96
98
- This utility is available as a [ docker image ` vbersier/awsbck ` ] ( https://hub.docker.com/r/vbersier/awsbck ) .
97
+ This utility is available as a
98
+ [ docker image ` ghcr.io/beeb/awsbck ` ] ( https://github.com/beeb/awsbck/pkgs/container/awsbck ) .
99
99
100
100
There are two tag variants, one running as a non-root user (` latest ` ) and one as a root user (` root-latest ` ).
101
101
@@ -144,7 +144,7 @@ services:
144
144
]
145
145
# we mount the backup volume as read-only and back up the SQL dump daily at 3.12am
146
146
awsbck :
147
- image : vbersier /awsbck:latest
147
+ image : ghcr.io/beeb /awsbck:latest
148
148
restart : unless-stopped
149
149
volumes :
150
150
- type : volume
0 commit comments