From cacca10164570e96d7e2151624d12885927c6579 Mon Sep 17 00:00:00 2001 From: Taylor Price Date: Tue, 24 Sep 2019 10:37:28 -0700 Subject: [PATCH] document `folder` option for etcd backups --- .../rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md b/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md index 0e71cbaedc3..fa9d2ade4c7 100644 --- a/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md +++ b/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md @@ -33,6 +33,7 @@ time="2018-05-04T18:43:16Z" level=info msg="Created backup" name="2018-05-04T18: |**interval_hours**| The duration in hours between recurring backups. This supercedes the `creation` option (which was used in RKE prior to v0.2.0) and will override it if both are specified.| | |**retention**| The number of snapshots to retain before rotation. This supercedes the `retention` option and will override it if both are specified.| | |**bucket_name**| S3 bucket name where backups will be stored| * | +|**folder**| Folder inside S3 bucket where backups will be stored. This is optional.| * | |**access_key**| S3 access key with permission to access the backup bucket.| * | |**secret_key** |S3 secret key with permission to access the backup bucket.| * | |**region** |S3 region for the backup bucket. This is optional.| * | @@ -82,6 +83,7 @@ services: secret_key: S3_SECRET_KEY bucket_name: s3-bucket-name region: "" + folder: "" endpoint: s3.amazonaws.com ```