Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Commit 16e0ca9

Browse files
author
benjamin-maynard
committed
Update README.md to reflect new BACKUP_TIMESTAMP variable [skip ci]
1 parent 9c25f75 commit 16e0ca9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ In order to configure kubernetes-s3-mysql-backup to post messages into Slack, yo
4343

4444
## Configuring the S3 Bucket & AWS IAM User
4545

46-
kubernetes-s3-mysql-backup performs a backup to the same path, with the same filename each time it runs. It therefore assumes that you have Versioning enabled on your S3 Bucket. A typical setup would involve S3 Versioning, with a Lifecycle Policy.
46+
By default, kubernetes-s3-mysql-backup performs a backup to the same path, with the same filename each time it runs. It therefore assumes that you have Versioning enabled on your S3 Bucket. A typical setup would involve S3 Versioning, with a Lifecycle Policy.
47+
48+
If a timestamp is required on the backup file name, the BACKUP_TIMESTAMP Environment Variable can be set.
4749

4850
An IAM Users should be created, with API Credentials. An example Policy to attach to the IAM User (for a minimal permissions set) is as follows:
4951

0 commit comments

Comments
 (0)