This commit is contained in:
2024-04-03 09:39:56 +02:00
parent 0d811e81a5
commit 52668ab5e7
2 changed files with 2 additions and 16 deletions

View File

@@ -1,13 +0,0 @@
# Changelog
## 1.2.1
- Remove Storage_class
## 1.2.0
- You can now configure if you want to automatically delete older backups and how many backups you want to keep locally.
* `delete_local_backups` defaults to `true`, which means it will automatically delete older backups and keep `local_backups_to_keep` which defaults to `3`
## 1.0.0
- Initial release:
* Uses the `aws s3 sync` cli command to sync the local backup folder
* Possibility to configure region, storage class, bucket

View File

@@ -11,6 +11,5 @@ RUN apk add -v --update --no-cache \
py3-pip \
groff \
less \
jq \
&& \
pip3 install --upgrade awscli
jq
RUN pip3 install --upgrade awscli