From 4b59089e3de7e5f41b3ce1242b778e877ef0f863 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Thu, 19 Aug 2021 08:57:48 +0200 Subject: [PATCH] add note about how the endpoint does not include a protocol --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e17ca0a..b0ba7d6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Backup targets, schedule and retention are configured in environment variables: # template expression. BACKUP_CRON_EXPRESSION="0 2 * * *" -BACKUP_FILENAME="offen-db-%Y-%m-%dT%H-%M-%S.tar.gz" +BACKUP_FILENAME="backup-%Y-%m-%dT%H-%M-%S.tar.gz" ########### BACKUP STORAGE @@ -28,7 +28,8 @@ AWS_SECRET_ACCESS_KEY="" AWS_S3_BUCKET_NAME="" # This is the FQDN of your storage server, e.g. `storage.example.com`. -# Do not set this when working against AWS S3. +# Do not set this when working against AWS S3. If you need to set a +# specific protocol, you will need to use the option below. # AWS_ENDPOINT="" # The protocol to be used when communicating with your storage server.